Skip to main content
Erin Ryan (FactSet) 님이 #Collaboration에 질문했습니다
My PB criteria PRIORVALUE isn't working. I want the criteria to be if the new Most Recent value is Weblead , but the priorvalue was not Weblead. Currently it's triggering on every picklilst value.

 

AND(

 

ISPICKVAL([Contact].Lead_Source_Most_Recent__c, "WebLead"),

 

NOT(PRIORVALUE([Contact].Lead_Source_Most_Recent__c)="WebLead"))
답변 4개
  1. 2017년 9월 29일 오후 2:45
    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
0/9000