Skip to main content

Hello!     I have been trying to edit a validation rule and am completely stumped. I saw that creating a custom permission and permission set is best practice for this scenario (exclude one user from a validation rule), so I did that, and it works in my sandbox, but I still get the error message when I put it into production. Can anyone figure out what I'm doing wrong?     This is the rule:    AND(    ISPICKVAL(Status, "Qualified"),  ISPICKVAL(LeadSource,""),  RecordType.Name = "GLO Lead",  NOT($Permission.Bypass_Validation_Rules))    For context, all I am adding to this validation rule is the last line of it. I have confirmed multiple times that that is the correct permission set name. I assigned the perm set to myself for testing, and it worked in the sandbox but not in production. Any help would be greatly appreciated!!    

5 件の回答
0/9000