function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amrit Kiran MishraAmrit Kiran Mishra 

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.What should I do?? Can anyone Help?

ankit bansalankit bansal
Hi Amrit,
The following validation rule on contact will be only applicable when a contact is created and its account is not empty-
User-added image

The following validation rule on contact will be only applicable when a contact is created or updated and its account is not empty-
User-added image