T
The Daily Insight

What is multi-select picklist

Author

Charlotte Adams

Published Apr 17, 2026

Multi-Picklist fields allow you to select multiple values on your records for various use cases. You have the ability to define values on creation of the field and after creation you can continue to add and remove other values.

Can a multi-select picklist be dependent?

Multi-select picklists can be dependent picklists but not controlling fields. Custom picklist fields can be either controlling or dependent fields. Standard picklist fields can be controlling fields but not dependent fields. A controlling field can have up to 300 values.

Can you report on multi-select picklist?

While it is not currently possible to report data related to a single selection within a Multi-Select Picklist field, there are workarounds that will deliver similar results.

What is a multi-select picklist in Salesforce?

Multi-Picklist fields allow you to select multiple values on your records for various use cases. You have the ability to define values on creation of the field and after creation you can continue to add and remove other values.

Why multi select Picklists are bad Salesforce?

Dealing With Muli-Select Picklists in Formulas In formulas, the muliselect has to use contain instead of includes or equal. They are only supported in certain functions and basically it feels almost like a hack to use them in the formula if even possible due to the character limits in formulas.

How do I use multi-select picklist in Formula field salesforce?

  1. Go to the object where you want to create the field. …
  2. Click New.
  3. Select Formula for the Data Type.
  4. Name the field and select Text for the Formula Return Type.
  5. Click Next.
  6. Enter your formula syntax.

What is the use of restricted picklist in Salesforce?

Functional Limitations for Custom Picklists 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.

How do I make a dependent picklist?

  1. From the management settings for the object you want to add a field to, go to Fields. …
  2. Click Field Dependencies.
  3. Click New.
  4. Choose a controlling field and dependent field. …
  5. Click Continue.

How do I create a multi dependent picklist in Salesforce?

  1. From Setup, click Object Manager and select Opportunity.
  2. Select Fields & Relationships, and click New.
  3. Select Picklist (Multi-Select) as the Data Type, then click Next.
  4. Enter Close Reason as the Field Label.
Can multi-select picklist be dependent Salesforce?

Multi-select picklists can be dependent picklists but not controlling fields. So, It can not control other fields’ value.

Article first time published on

What is unrestricted picklist in Salesforce?

Bound unrestricted picklists have a limit of 1,000 on active picklists and a limit of 4,000 on inactive picklists. Existing unbound picklists have no limit. By default, all newly created picklists are bound to the 4,000 inactive limit.

How do I report a multiple select picklist in Salesforce?

  1. Select the cell, the range of cells, or the entire column that contains the text values that you want to divide across other cells. …
  2. On the Data menu, click Text to Columns.

How do I use global picklist value set in Salesforce?

  1. From Setup, enter Picklist in the Quick Find box, then select Picklist Value Sets.
  2. Next to Global Value Sets, click New.
  3. Enter a label for the global value set. …
  4. To tell users what these values are for, enter a specific description of the global value set. …
  5. Enter the values, one per line.

What is a salesforce picklist?

Picklists are used in Salesforce to capture static data and define a list wherein users can select via accessing a drop-down menu. Picklists can be either global or custom in nature.

Which reporting feature would you use to group values of a picklist field together?

Report grouping Picklist (Multi-Select)

Is a multi select picklist field multi select picklist fields are only supported in certain functions?

Multi-select picklist fields can only be used in the following functions: INCLUDES. ISBLANK. ISNULL.

How do I resolve a bad value for restricted picklist field in Salesforce?

  1. Select the gear icon | Setup.
  2. Click Object Manager.
  3. Select the object that contains the picklist.
  4. Select Fields and Relationships.
  5. Select the picklist field you wish to change.
  6. Click Edit for the picklist value that is set as the Default.
  7. Deselect the ‘Default’ checkbox. …
  8. Click Save.

How do you restrict picklist values based on record type?

  1. Click Field Dependencies.
  2. Choose a controlling field and dependent field.
  3. Click Continue.
  4. Use the field dependency matrix to specify the dependent picklist values that are available when a user selects each controlling field value.
  5. Optionally, click Preview to test your selections. …
  6. Click Save.

How do I create a dropdown list in Salesforce?

Setup – Customize – Fields – Click on the Location Field, scroll down to picklist values and click on New to add new values and if you want to edit the existing options click on edit next to the option name and change the value.

How do you get multi select picklist values in lightning component?

We can use lightning:dualListbox component to show multi select picklist field values. lightning:dualListbox component represents two side-by-side list boxes. Select one or more options in the list on the left. Move selected options to the list on the right.

How do I convert a picklist value to text in Salesforce?

TEXT() converts a picklist value to a Text value in the master language of your organization, not the language of the current user. After a picklist value has been converted to a Text value, you can use Text functions, such as BEGINS() and CONTAINS(), on it.

How do I check if a picklist is empty in Salesforce?

For Picklist field, we can use TEXT() function before ISBLANK(), example: ISBLANK( TEXT(Ini_Picklist__c) ) or ISPICKVAL(Ini_Picklist__c, “”). For Long Text Area and Rich Text Area field, instead of using ISBLANK(), use LEN() function, for example, LEN(Ini_Long_Text_Area__c) = 0, but not for formula field.

What is a dependent pick list?

A dependent picklist is a custom or multi-select picklist for which the valid values depend on the value of another field, called the controlling field . Controlling fields can be any picklist (with at least one and fewer than 300 values) or checkbox field on the same record.

How do I mass delete picklist values in Salesforce?

This is done by selecting an area on the web page via right click. If you select multiple “Del” links then this will address your need. It will only work if most of the values are on the same page but is still a time saver.

What is a dependent field in Salesforce?

Field Dependencies in Salesforce are the filters that allow user to change the contents of a picklist based on the value of another field. Example :- Here there are two field called Country and State. We have to display all states that are related to Country Field.

How many dependent Picklists are there in Salesforce?

Some Organizations find that they need more than the default limit of 300 Controlling Picklist values. Salesforce Support can assist in increasing the limit. Currently, the maximum value allowed is 500. This is an Organization-Wide limit meaning it will apply to picklist fields on All Objects.

How can we make field dependent on another field?

  1. Right-click the field label in the form and select Configure Dictionary.
  2. In the Dependent field, enter the name of the field that this field will depend on.
  3. Click Update when done. In the example below, the “subcategory” field is made dependent on “category”.

How do you deploy picklist values in copado?

  1. Select the CustomField metadata type and select the custom Picklist field by its API Name. …
  2. Select the RecordType metadata type and select the record type name. …
  3. Select the associated Profiles and/or Permission Sets.

How do I create a dependent picklist in Salesforce lightning?

  1. Step 1 – Create a Lightning Web Component and name it GenericDependentPicklist.
  2. Step 2 – Test the Pick-list.
  3. object-api-name : – is used to get the Object API Name. …
  4. dependent-picklist-api-name :- The API name for the dependent picklist field.

Can a checkbox as controlling field?

Checkbox fields can be controlling fields but not dependent fields. When you convert existing fields to dependent picklists or controlling fields, it doesn’t affect the existing values in your records. … Field-level security settings for a controlling field and dependent picklist are independent.

How many inactive Picklists are in Salesforce?

By default, all new picklists have an enforced limit of 4,000 on inactive values for unrestricted picklist fields.