You need to sign in to do that
Don't have an account?

How do i exclude my custom permission for this validation rule ?
AND(ISPICKVAL(Status__c , 'Pharma Payment'), ISBLANK(InvoiceFile__c), RecordType.DeveloperName ='With_Invoicing',NOT(ISNEW()))custom permission is : $Permission.Bypass_Rebate_Payment_Status_Change_Validation
where and how do i put this inside my validation rule to exclude it ?
Did you tried the below.
Thanks,
All Answers
Can you please find the below article where the usage of custom permission in validation rules is explained.
https://unhandledsunshine.com/2018/12/06/use-custom-permissions-to-bypass-validation-rules-and-pass-unit-tests/
If this solution helps, Please mark it as best anaswer.
Thanks,
I have read it already but i am not getting how to use it in my particular validation rule.
Did you tried the below.
Thanks,