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
AbAb 

making first name of contact mandatory for certain profiles

Hello,

I want to make the "First name" of "Contact" mandatory for certain profiles.

How can i acheive it ?

thanks for suggestion ! 
Best Answer chosen by Ab
Deepak Maheshwari 7Deepak Maheshwari 7

Hi Sandrine,

Please create below validation rule:

and you can change profile name accordingly

ISBLANK(FirstName ) && $Profile.Name ="System Administrator"

All Answers

Deepak Maheshwari 7Deepak Maheshwari 7

Hi Sandrine,

Please create below validation rule:

and you can change profile name accordingly

ISBLANK(FirstName ) && $Profile.Name ="System Administrator"

This was selected as the best answer
Deepak Maheshwari 7Deepak Maheshwari 7

Hi Sandrine,

 

Hope the above solution works for you!

If not please let me know.

 

Thanks

Deepak