Question

Difficulty: HardCustom Fields and Data Types

A Salesforce administrator at an enterprise logistics firm creates a new custom Picklist field named Vendor_Rating__c on the Shipment__c custom object. The Shipment__c object uses three Record Types: Air, Sea, and Ground. Although the administrator added Vendor_Rating__c to all page layouts, users report that when creating a Ground shipment record, the Vendor_Rating__c field appears on the page but displays no available options in the drop-down menu.

Which administrative action will resolve this issue?

  1. Edit the Ground record type configuration in Object Manager and assign the required picklist values to the Vendor_Rating__c field.Answer
  2. B
    Update the Lead Custom Field Mapping configuration in Object Manager to pass picklist values to the Shipment__c object.
  3. C
    Change the data type of Vendor_Rating__c to a Roll-Up Summary field so values aggregate dynamically from related records.
  4. D
    Re-create Vendor_Rating__c as a Master-Detail relationship field to allow picklist options to cascade automatically from a parent object.

Answer

Edit the Ground record type configuration in Object Manager and assign the required picklist values to the Vendor_Rating__c field.
When Record Types exist on an object, creating a custom picklist field requires an additional step: configuring which picklist values are active for each record type. Adding the field to page layouts makes the field visible, but editing the Record Type configuration in Object Manager and selecting the active picklist values is necessary to display options in the drop-down menu.

Step-by-Step Solution

1
Identify the cause of empty picklist values on a specific Record Type.
Recognize that creating a custom Picklist field does not automatically assign available values to pre-existing Record Types on the object.
Salesforce requires administrators to specify which picklist values are active for each distinct Record Type.
2
Navigate to Object Manager > Shipment__c > Record Types > Ground.
Locate the picklists available for editing under the Ground record type.
Record Type administration determines field-level picklist value availability per record type.
3
Edit the Vendor_Rating__c picklist field under the Ground record type and move the desired values to Selected Values.
The picklist options become visible and selectable when creating or editing Ground shipments.
Explicit assignment makes the picklist values active for users interacting with that specific record type.

Key Concept

Record Type Picklist Assignment for Custom Fields
Estimated Time:2m 0s
Rate this question