function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prathap TestPrathap Test 

How to exclude an user from a validation rule?

How to exclude an user from a validation rule?
Best Answer chosen by Prathap Test
Manj_SFDCManj_SFDC
Hi you can create a checkbox on the user object  and mark that for the user who needs to be excluded and check that criteria in your validation rule to exclude 
Mark this as solved if this helps you 

All Answers

Manj_SFDCManj_SFDC
Hi you can create a checkbox on the user object  and mark that for the user who needs to be excluded and check that criteria in your validation rule to exclude 
Mark this as solved if this helps you 
This was selected as the best answer
arpit vijayvergiyaarpit vijayvergiya
Hello Prathap,
You can use $Profile variable.
Please see the screenshot.
User-added image

Thanks
Prathap TestPrathap Test
Hi Arpit , thanks but this excludes all the users with the profile i select , lets say I need only one user to exclude