Skip to main content
Nikhil Mehta (Shotspotter) 님이 #Data Management에 질문했습니다
AND

 

(

 

ISPICKVAL(Case_Status__c, "Closed"),

 

(Location_Lookup__r.Field1__c),

 

NOT(Field2__c)

 

)

 

Debug logs show:

 

Case_Status__c=Closed , Location_Lookup__r.Field1__c=null , Field2__c=0
답변 3개
  1. 2018년 7월 2일 오후 9:01
    Hi Nikhil,

     

    Could you please expand on what you are doing?

     

    If the Case Status is Closed and Field2 on Lookup field is checked and Field2 is Unchecked, fire the validation?

     

    Could you confirm if the Lookup field is populated on the Object.
0/9000