learn4sfdc
Basic Learning about Salesforce.com (SFDC)
Menu
APEX
Apex Trigger
CSS
Data Loader
Eclipse
Integration
Interview Questions
Salesforce Interview Questions.
Sunday, September 2, 2018
Salesforce Trailhead Challenge: Create a validation rule to check that a contact is in the zip code of its account
Salesforce Trailhead Challenge: Create a validation rule to check that a contact is in the zip code of its account
Error Condition Formula:
AND (
NOT(ISBLANK( AccountId )),
MailingPostalCode <> Account.ShippingPostalCode
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment