- Create a validation rule:
- Rule Name: Contact_must_be_in_Account_ZIP_Code
- Operator: AND (return true if both conditions are true)
- Define the two conditions that, combined, will show the error message:
- The contact is associated with an account id
- The contact mailing zip code is different than the account shipping zip code Hint: Use the API names (MailingPostalCode and Account.ShippingPostalCode) and the <> (Not Equal) operator.
- Enter an error message for the validation rule
Choose hands-on org
My Trailhead Playground 1
Last used on 2/25/2025
LaunchChallenge not yet complete in My Trailhead Playground 1
Whoops, looks like there was a problem. Please try again.
Check Challenge to Earn 500 Points
#Trailhead Challenges