Activity › Forums › Salesforce® Discussions › When to Use a Picklist in Salesforce ?
-
When to Use a Picklist in Salesforce ?
Posted by kishan on April 13, 2021 at 7:21 AMWhen to Use a Picklist in Salesforce ?
Mansi Tyagi replied 5 years, 1 month ago 3 Members · 2 Replies -
2 Replies
-
Picklist in Salesforce is a great way to keep data consistent and safe. It provides the user with a read-only input field that is accompanied by a Listbox of pre-defined options. A picklist consists of both single and multi-selection patterns.<div>
Types of Picklist –
Standard – Standard Picklists are included in your Salesforce org before making any customizations like Opportunity Stage picklist on Opportunity object, Lead Source picklist on the Lead object, and more.
Custom – Custom Picklists are the ones that you create based on your organization’s processes.
Restricted – Restricted picklists limit users from adding new values (either through the API or other apps).
Dependent – Dependent picklist filters values for one picklist based on a selection from another picklist or a checkbox on the same record.
- [adinserter block='9']
-
When you have multiple options to displayed , we use picklist field.It can be both single and multi-selection.Depending on the user requirement , we can use according to that.
Log In to reply.