You can create a validation rule that doesn't allow the box to be changed unless the user is an admin. The criteria would be
ischanged($nameofyourcheckbox)
&&
not(currentuser().admin)
Comment actions
Hi, I could use some help with a validation rule. Here is the scenario:
I have created a custom check box and text field on milestones. I have a validation rule that won't let you check the box unless the text field is filled in. I now want to create a validation rule that won't let the check box get un-checked unless it's done by an admin.
Any suggestions?
Thanks,
Nick
Please sign in to leave a comment.
You can create a validation rule that doesn't allow the box to be changed unless the user is an admin. The criteria would be
ischanged($nameofyourcheckbox)
&&
not(currentuser().admin)