Skip to main content
답변 1개
  1. 2018년 12월 13일 오후 4:01
    Try this an 

     

    AND(

    OR( Text(Status )=="HIGH" , Text(Rating)=="HIGH" ),

    ISCHANGED( Group__c),

    TEXT( PRIORVALUE( Group__c) ) = "Active Dialogue" ,

    TEXT(Group__c)=="New"

    )

     
0/9000