Skip to main content

My error code is saying, "We can't find a reference to the account 'ShippingPostalCode' field in the validation rule."

 

But is my code below not referencing "ShippingPostalCode"??:

 

AND(

NOT( ISBLANK( Id )),

Owner.Contact.MailingPostalCode <> ShippingPostalCode

)

10 respuestas
0/9000