Skip to main content

Hello Everyone , i am trying to achieve the above validation

 

#Sales Cloud #Service Cloud rule, can someone help me.

 

Best 

5 respuestas
  1. 10 nov 2021, 14:18

    Hi Amin, 

    I hope that helps you

    AND(

    NOT(ISPICKVAL(yourPiclist__c,'A')),

    ISCHANGED(yourField__c)

    )

0/9000