+ Start a Discussion
Inv3rnoInv3rno 

How to make a standard field mandatory

Hi guys,

there is any way to promote a standard field to mandatory ??

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
arnaud c.ax1343arnaud c.ax1343

hi, you have several ways of making a standard field mandatory:

 

- on page layout of a record you can set the field to Required

- you can use a validation rule to check that the field is filled in on Save.

 

thats all i can think of.

 

Arnaud