AND(
ISPICKVAL([Contact].Lead_Source_Most_Recent__c, "WebLead"),
NOT(PRIORVALUE([Contact].Lead_Source_Most_Recent__c)="WebLead"))
4 个回答
Hi Naveen,
I think the requirement is check if the Lead Source Most Recent is Weblead and its not if the previous value of Lead Source Most Recent is weblead