Forum Discussion
New Project - Regex on Project Name - Limit Special Characters
- Jun 20, 2024
Hello PWA_Service ,
This is not possible out of the box as you have seen, you'd need to write the code to do this and insert it on all PDPs where Name is present. This could be done using a script editor web part like below:
Or built as a proper solution using SPFx etc.
You'd then need to consider how you handle the project name when the project is being created or edited from Microsoft Project Desktop, VBA might be able to help you there.Paul
Hello PWA_Service ,
This is not possible out of the box as you have seen, you'd need to write the code to do this and insert it on all PDPs where Name is present. This could be done using a script editor web part like below:
Or built as a proper solution using SPFx etc.
You'd then need to consider how you handle the project name when the project is being created or edited from Microsoft Project Desktop, VBA might be able to help you there.
Paul
- RodFrommJun 20, 2024Steel Contributor
Paul_Mather Thanks for sharing. I am also wanting to do something similar, but when try to edit the PDP I do not see the Content Editor, Script Editor or Silverlight Web Part options. Several months ago they were available, and my access/permissions have not changed. Any ideas on what's causing the issue before I open a ticket with Microsoft?