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
atulit27atulit27 

We have a picklist, can Standard user be given permission to insert more elements in the picklist?

 

We have a field in an object which is a picklist. we have created a clone of standard user profile called Modified standard user. So aprat from the SystemAdministrator can Modified Standard User be given the permission to insert the new elements in the picklist. Its not the record I am talking its element when we create a new picklist.

Best Answer chosen by Admin (Salesforce Developers) 
grimviewgrimview

This is very dangerous idea. You will giving the use access to the data base. you should instead replase the picklist with a lookup feild.

All Answers

jhurstjhurst

In order to do this, you would have to give the custom profile the "Customize Application" permission.  You can do this in Setup | Administration Setup | Manage Users | Profiles and then edit the custom profile and check "Customize Application".

 

Please be aware that this will allow the user to customize many other aspects besides just picklist values, but it is required if you need them to add values.

 

Hope this helps.

Jay

grimviewgrimview

This is very dangerous idea. You will giving the use access to the data base. you should instead replase the picklist with a lookup feild.

This was selected as the best answer
jhurstjhurst

I am not sure this is entirely correct.  Picklists and Lookup fields are completely different.  

 

If you do go forward with using a Lookup, realize that you will loose the dropdown functionality and field dependencies (if you use those)