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
mohammadd ismailmohammadd ismail 

Restrict user to edit a field

Hi all,

i am a newbie to salesforce, can someone help me how to restrict the user to edit a field.Below is my scenario.
I have a picklist field which has 5 values i dont want users to enter the new value or edit the value of the respective picklist fields.

Thanks in advance.
Best Answer chosen by mohammadd ismail
NagendraNagendra (Salesforce Developers) 
Hi ismail,

There are many ways to achieve the following requirement.

You can assign a profile to those users which includes Customize Application Permission = False.
Restrict Picklist fields to edit using Roles/Profiles.
Using validation rules.

Please mark it as solved if it helps........

Best Regards,
Nagendra.P