Question

Difficulty: MediumPage Layouts and Record Types Assignment

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?

  1. Navigate to the Safety Inspection record type configuration on the Inspection object and edit the available values for the Status picklist.Answer
  2. B
    Edit the Safety Inspection page layout properties to remove the irrelevant picklist choices from the Status field.
  3. C
    Create a permission set that restricts field-level security for the unwanted picklist values and assign it to Operations users.
  4. D
    Configure 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

1
Identify where picklist value availability per record type is governed in Salesforce setup.
Recognize that Record Types control picklist value sets independently of Page Layouts.
Creating a Record Type allows administrators to define a subset of master picklist values specifically for records of that type.
2
Navigate to Object Manager > Inspection__c > Record Types > Safety Inspection.
Locate the 'Picklists Available for Editing' section for the target record type.
This setup screen lists all editable picklist fields associated with the object for that specific Record Type.
3
Edit the Status picklist field assignment to remove 'Packaging Defect' and save.
Only relevant Safety Inspection status values remain selected in the enabled values list.
Saving this configuration updates the picklist choices presented to users when creating or editing Safety Inspection records.

Key Concept

Record Type Picklist Value Assignment
Rate this question