We can't create a contact by itself (without an associated account). Make sure the validation rule applies ONLY when the contact has an associated account.
Both the objects are standard object, have a parent child relationship already, still i am getting the above mentioned error
6 个回答
Hi Srinivas,
Try this
AND(
NOT(ISBLANK(AccountId)),
MailingPostalCode != Account.ShippingPostalCode
)