Skip to main content Stream TDX Bengaluru on Salesforce+. Start learning the critical skills you need to build and deploy trusted autonomous agents with Agentforce. Register for free.

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.

I have an error received,while completing a task on

Both the objects are standard object, have a parent child relationship already, still i am getting the above mentioned error

6 个回答
  1. 2021年10月6日 07:00

    Hi  Srinivas,

     

    Try this

     

    AND(

    NOT(ISBLANK(AccountId)),

    MailingPostalCode != Account.ShippingPostalCode

    )

正在加载
0/9000