What is master picklist in Salesforce
Andrew Mitchell
Published Apr 23, 2026
The master picklist is a complete list of picklist values that can be used in any record type. The master picklist is independent of all record types and business processes. If you add a picklist value to the master picklist, you must manually include the new value in the appropriate record types.
What are picklist values in Salesforce?
When you create a picklist value, an API Name that matches the Label is assigned. By default, the API Name can be changed at any time, but you can choose to protect the API Name. You can arrange picklist values in a specific order or sort them alphabetically.
Where is picklist in Salesforce?
In Setup, click the Object Manager tab, and then select the object to contain the picklist field. Click Fields & Relationships. Click New. Select Picklist, and then click Next.
What is master record in Salesforce?
The master record type is a placeholder record type when the system is set up out of the box. As the master record type is a place holder it does not have a record type id. If there are no other record types then you will need to assign the page layout you would like your profiles to use to the master record type.How do I control a picklist value in Salesforce?
- In Setup, click the Object Manager tab, and then select the object associated with your picklist field.
- Click Fields & Relationships.
- Click the picklist’s Field Label to see the field’s detail page. You see your values in the Values related list.
What are record types in Salesforce?
Record types in Salesforce allow you to have different business processes, picklist values, and page layouts to different users based on profile. You might create record types to differentiate your regular sales deals from your professional services engagements, offering different picklist values for each.
What does picklist mean?
A pick list is a document sent to your warehouse pickers to fulfill a customer order. A pick list communicates the items they will need to retrieve from inventory storage, including inventory SKU, quantities and locations. As soon as a pick list is generated, the order fulfillment process can begin.
What is secondary master in Salesforce?
The second master-detail relationship you create on your junction object becomes the secondary relationship. If you delete the primary master-detail relationship or convert it to a lookup relationship, the secondary master object becomes primary.What is master object in Salesforce?
It is a custom field which links one object record to another. Through the creation of relationships, we can display the data of all the related records in the record’s details page. The Master Detail relationship is used when we want to control the display of detail records based on the value in the master record.
What is difference between master-detail and lookup?The Salesforce lookup relationship has no relation with other records. It does not depend on any other objects, whereas a master-detail relationship has an association with other records. On the other hand, the lookup relationship is just a reference. It can be even blank or NULL.
Article first time published onWhat is multi-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.
What is the difference between picklist and multi-picklist?
Picklist let’s users select one answer only. Multi-picklist gives options for users to select more than one answer.
What is custom picklist in Salesforce?
You can create these types of picklist fields: … All custom picklist fields that use a global value set inherit its values and can’t have additional values. Multi-select picklist—Allows users to select more than one picklist value from a list that you define. These fields display each value separated by a semicolon.
What is restricted picklist in Salesforce?
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 is a good thing because it preserves data integrity.
What is dynamic picklist in Salesforce?
Overview. Dynamic Picklists are multiple-choice questions that get their list of choices directly from Salesforce. Values are populated from Salesforce when the form loads, so the choices in your picklist always stay current without having to refresh the schema.
What is validation rule in Salesforce?
Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record. A validation rule can contain a formula or expression that evaluates the data in one or more fields and returns a value of “True” or “False”.
Is picklist the same as dropdown?
A drop-down list (abbreviated drop-down, or DDL; also known as a drop-down menu, drop menu, pull-down list, picklist) is a graphical control element, similar to a list box, that allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value.
What is pick list in ERP?
In ERPNext, a Pick List is a document that tells your employees which inventory is needed to fulfill sales orders. Generally, it tells which items that needs to be taken from inventory in order to fulfill an order. Pick List is usually used by your logistics and warehouse department.
What is a picklist field in Salesforce?
What is Picklist in Salesforce? A Picklist is defined as a widget that shows a list of selectable options. … 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.
What is tab in Salesforce?
Custom tabs let you display custom object data or other web content in Salesforce. When you add a custom tab to an app in Salesforce Classic, it appears as a tab. When you add a custom tab to an app in Lightning Experience, it appears as an item in the app’s navigation bar and in the App Launcher.
What are flows in Salesforce?
A flow is the part of Salesforce Flow that collects data and performs actions in your Salesforce org or an external system. Salesforce Flow provides two types of flows: screen flows and autolaunched flows. To automate a business process that collects data from people, use a screen flow.
What is junction object in Salesforce?
A junction object is a Salesforce object that contains many-to-many relationships between two related objects. … In a many-to-many relationship, each record in an object links to multiple records in another object. A junction object stores all the relationships between the two objects.
What is Cascade delete in Salesforce?
Cascade delete- a relational database term used to describe the process by which child records are automatically deleted when their parent record is deleted– is, indeed, powerful. … With cascade delete, Salesforce admins can mass delete records quickly and efficiently, without having to go through each record manually.
What is the master-detail relationship?
A master-detail relationship is a parent-child relationship where the master is like a parent and detail is like a child in which master object controls some behaviors of the detail object. Also, when a Master object record is deleted, the detail object related to it also gets deleted. Lookup relationship.
What is Reparenting in Salesforce?
Reparenting means when we change reference of parent record from child record. in look-up it is allowed to change parent reference. But y default, records can’t be reparented in master-detail relationships.
What is rollup summary in Salesforce?
A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field to display a value in a master record based on the values of fields in a detail record. … You can display this total in a custom account field called Total Invoice Amount.
What is hierarchy relationship in Salesforce?
This is a unique lookup relationship that only the user object can have. It enables users to associate one person with another without referring to themselves directly or indirectly using a lookup field.
What is many to many relationships in Salesforce?
A many-to-many relationship allows each record of one object to be linked to multiple records from another object and vice versa.
What is hierarchy data type in Salesforce?
Hierarchical: A special lookup relationship is available for only the user object. It lets users use a lookup field to associate one user with another that does not directly or indirectly refer to itself. For example: You can create a custom hierarchical relationship field to store each user’s direct manager.
How many types of relationships are there in Salesforce?
In salesforce there are basically 2 types of relationship fields: Master-Detail Relationship. Lookup Relationship.
Can we convert master-detail to lookup?
You can convert a master-detail relationship to a lookup relationship as long as no roll-up summary fields exist on the master object. You can convert a lookup relationship to a master-detail relationship, but only if the lookup field in all records contains a value.