Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Salesforce picklist values not showing up in picklist

Tags:

salesforce

I have added values to a Custom Object multi-select picklist as well as a Standard Object multi-select picklist (both fields are custom) and the new values fail to show up on the record as a choice in the picklist. No field level security was changed or any visibility settings were altered. Anyone know why these new values will not show?

Thanks!!

like image 773
Brett Cohen Avatar asked Jul 14 '11 15:07

Brett Cohen


People also ask

What is the difference between picklist and multi picklist?

Picklist: Only one value at a time. Sometimes that's a good thing. Multi-Select Picklist: One or more values at a time.

What happens when a picklist value is deactivated?

Deactivate a Custom Picklist value Then click Deactivate. The result will be that upon creating/updating a record, the deactivated value won't show up as an available option for you to select. However, existing records that had this value prior to its deletion, will still show this value.

What is restricted picklist?

A restricted picklist's values are limited to only those values defined by a Salesforce admin, which prevents users from loading redundant or erroneous values through the API. Global picklist value sets are always restricted picklists, which preserves data integrity.


1 Answers

Go to the Record Type settings for the standard and custom objects. Click on the record type and you'll see the "Picklists Available for Editing" section. From there you should be able to add the new picklist values.

The picklist values at the field level are like a master list. Using record types you can allow only a subset of the list to show up.

like image 78
Adam Butler Avatar answered Jan 03 '23 17:01

Adam Butler