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 answers
  1. Jul 2, 2018, 9:01 PM
    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