No setting but easy rule to create.
For the validation on project deletion, for the criteria just use
Not(CurrentUser().Admin)
and then select your error message.
Comment actions
First, I apologize if this is the second time I have posted this question. I posted it a few days ago, but I cannot see it on the board, so maybe I did not actually submit it.
We would like to restrict non-administrative users from deleting projects. I tried creating a validation rule to do this, but I got stuck. Any suggestions? Or better yet, is there a setting I can toggle to restrict this?
Thanks!
Please sign in to leave a comment.
No setting but easy rule to create.
For the validation on project deletion, for the criteria just use
Not(CurrentUser().Admin)
and then select your error message.