Skip to main content
Amin Ahcene a posé une question dans #Sales Cloud

Hello Everyone , i am trying to achieve the above validation

 

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

 

Best 

5 réponses
  1. 10 nov. 2021, 14:18

    Hi Amin, 

    I hope that helps you

    AND(

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

    ISCHANGED(yourField__c)

    )

0/9000