Create A Validation Rule To Check That A Contact Is In The Zip Code Of Its Account.

Salesforce

create a validation rule to check that a contact is in the zip code of its account salesforce?I am continuously getting an error called create a validation rule to check that a contact is in the zip code of its account salesforce.below is my code AND(ISBLANK( Id ), OR( MailingPostalCode = Account.postalcodeshipping )

1
Answers

Replies

Below is the correct validation rule that can be used :


AND( NOT(ISBLANK( Id )), MailingPostalCode <> Account.postalcodeshipping )

 
 

If you want to unleash your potential in this competitive field, please visit the Salesforce course page for more information, where you can find the Salesforce tutorials and Salesforce frequently asked interview questions and answers as well.

 

This topic has been locked/unapproved. No replies allowed

Login to participate in this discussion.

Leave a reply

Before proceeding, please check your email for a verification link. If you did not receive the email, click here to request another.