Post

2 followers Follow
0
Avatar

Help with creating a validation rule

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

Import from old forum Answered

Please sign in to leave a comment.

1 comment

0
Avatar

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)

Clarizen Team 0 votes
Comment actions Permalink