Forum Discussion

PWA_Service's avatar
PWA_Service
Copper Contributor
Jun 19, 2024
Solved

New Project - Regex on Project Name - Limit Special Characters

Greetings,   I haven't been able to find any reference to this anywhere online...   When creating a new Project in PoL/PWA, is there a way to apply RegEx to the 'Name' (Project Name) field?   B...
  • Paul_Mather's avatar
    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

Resources