An administrator created two record types on a custom object named Inspection__c: 'Safety Inspection' and 'Quality Inspection'. After assigning distinct page layouts to each record type for the Operations profile, users report that creating a Safety Inspection record still displays Quality-specific values, such as 'Packaging Defect', inside the Status picklist field. What action should the administrator take to ensure only Safety-related values appear in the Status picklist for Safety Inspection records?
- Navigate to the Safety Inspection record type configuration on the Inspection object and edit the available values for the Status picklist.Answer
- BEdit the Safety Inspection page layout properties to remove the irrelevant picklist choices from the Status field.
- CCreate a permission set that restricts field-level security for the unwanted picklist values and assign it to Operations users.
- DConfigure component visibility rules on the Lightning Record Page using Dynamic Forms to hide specific picklist values.
Answer
Edit the available values for the Status picklist directly within the Safety Inspection record type configuration on the custom object.
Editing the available picklist values under the specific Record Type settings is the standard Salesforce mechanism for displaying different picklist options per record type. Record types allow administrators to customize picklist value subsets independently of page layout assignments.
Step-by-Step Solution
Key Concept
Record Type Picklist Value Assignment