Post

1 follower Follow
0
Avatar

Validation Rule "Project Deletion Only for Admin User"

The Validation Rule "Project Deletion Only for Admin User", related to Global Admin User, is there a way to change it so it only applies to Proejct Manager's or Project Manager's?

 

Thanks,

Stalin

Stalin Pumisacho Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Just to be clear...

You have a Validation Rule called 'Project Deletion Only for Admin User' correct? And you want to change the scope to allow changes only to Project Managers and Managers instead of Admin users?

If this is the case then all you need to do is change the Evaluation criteria accordingly...

 

From: Not(CurrentUser().Admin)

To: CurrentUser() <> $ProjectManager || CurrentUser() <> $Manager

This should provide you what you need. 

Boris Krutiy 0 votes
Comment actions Permalink