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
NasipuriNasipuri 

Makeing Account required for Contact

Hi,

 

According to the business rule of my company Account Name is mandatory for every Contact record.

 

We have created Account as required field from Contact page layout.

 

But

When I am going to add an Opportunity Contact Role and click the Contact Lookup and I select New Button screen it

opens the screen for creating New Contact.

 

But from here users can create Contact without Account information.

 

Is there any way to prevent this ?

 

Thanks and Regards,

Dinesh Nasipuri

Dinesh.Nasipuri@gmail.com

ArtabusArtabus

You could try to put a validation rule on Contact, such as :

 ISNULL(AccountId  )