Post

1 follower Follow
0
Avatar

Is there a way to prevent users from creating/saving project templates?

Many of our users keep on creating their own project templates rather than using the approved ones.

Is there a way to prevent them from saving/creating project templates and only allow specific users or group to be able to create them?

Thx

sbehta Answered

Please sign in to leave a comment.

3 comments

0
Avatar

HI Sbehta,

 

You may create a validation rule on project, along the following lines

 

Not CurrentUser().Admin && IsTriggeredBy('NewTemplate')

 

This way, anyone who is not an admin user, and tries to create a new template will get a validation (with the message of your choice)

 

This can easily be tweaked to your specific requirements..

Jonathan Angel 0 votes
Comment actions Permalink
0
Avatar

Creating a workflow make sense. However,  I do not want to make every user that I want to allow to save template an administrator or a Super user.

What other options available for grouping users and applying a workflow rule to them?

Thx

sbehta 0 votes
Comment actions Permalink