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
Could you any one me with this
Thank You in Advance
6 件の回答
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!