Skip to main content
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日 21: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