You need to sign in to do that
Don't have an account?
Help with adding additional exempt profiles in Validation Rule
Hello,
I'm trying to add additional user ids to the end of this VR:
I'd like to add these User Ids but not sure the correct syntax without repeating the NOT formula.
005A0000005MNBy
005A0000004nNCy
I'm trying to add additional user ids to the end of this VR:
IF(Op_Assignment__c , true, false)&& (NOT($User.Id="005A0000000EcVf"))
I'd like to add these User Ids but not sure the correct syntax without repeating the NOT formula.
005A0000005MNBy
005A0000004nNCy
Would like to verify if there is another method besides this:
Would like to verify if there is another method besides this:
This should work