Skip to main content

While I am writing Validation Rule in Zip Code Object, 

VLOOKUP($ObjectType.Zip_Code__c.Fields.State__c, $ObjectType.Zip_Code__c.Fields.Name, LEFT( Zip_Postal_Code__c ,5) ) <> State_Province__c

 

I am Getting Error Like this 

 

I am working on Recruiting App Project In trailHead

Could you any one me with this

 

Thank You in Advance

6 réponses
  1. 19 avr. 2023, 06:25

    Hi @Vishnu G,

     

    Check the field name Zip_Postal_Code__c in Zip code object as might be the field is not created in the object also refresh the page and try to create the validation rule again on the object.

     

    This will solve your problem.

     

    Thanks!

0/9000