4 risposte
Hello Ed, Your validation rule will simply be this:
AND(
NOT( ISBLANK( Account.Name) ),
MailingPostalCode <> Account.ShippingPostalCode
)
Copy paste this when creating a new validation rule on the Contact object and you should be golden!
Your validation rule will simply be this:
AND(
NOT( ISBLANK( Account.Name) ),
MailingPostalCode <> Account.ShippingPostalCode
)
Copy paste this when creating a new validation rule on the Contact object and you should be golden!