can you please share how to bypass all the validation rules from one object,
Like 15 validation created on the object, I want to bypass all the validation rules.
3 件の回答
Hi @Aamir Dalvi You can create a custom permission and use that in all your validation rules /You can also skip on the basis of a profile like.
https://apisero.com/how-to-use-custom-permission-to-give-users-exceptions-to-validation-rule/
$Profile.Name <> 'System Administrator'