Skip to main content
Amin Ahcene ha preguntado en #Sales Cloud

Hi All, i am trying to prevent admin user to be bound to the validation rule, but my formula is not correct , can someone help me.

 

AND( NOT(ISPICKVAL (Partner_Status__c, "Prospect")), ISBLANK( Billing_eMail_Address__c ) NOT($Profile.Name = "System Administrator")

 

Thanks in advance 

 

best 

 

#Sales Cloud  #Service Cloud

2 respuestas
  1. 11 oct 2021, 12:45

    Hi 

    Please check if syntex are correct there.. here is with correct syntex. 

    AND( 

           NOT(ISPICKVAL (Partner_Status__c, "Prospect")), 

           ISBLANK( Billing_eMail_Address__c ),

           NOT($Profile.Name = "System Administrator")

    )

0/9000