Skip to main content
This validation fires as it should, however it is preventing the System Admin from editing the emial but System Admin can edit other details. The System Administratior should be able to edit any information on the user detail page.

 

OR(

 

AND(

 

OR(

 

ISCHANGED (Email) ,

 

ISCHANGED (Profile_Name__c) ,

 

ISCHANGED (FirstName) ,

 

ISCHANGED (LastName) ,

 

ISCHANGED (Suffix) ,

 

ISCHANGED (Phone) ,

 

ISCHANGED (Address)),AND($Profile.Name != "System Administrator" ,$Profile.Name != "Support",$Profile.Name != "B2B Customer Login")),AND($Profile.Name != "B2B Customer Login",ISCHANGED (Email)))
2 risposte
0/9000