Question

Difficulty: Very hardPage Layouts and Record Types Assignment

A Salesforce Administrator is configuring a new business process for Tier 3 Support Cases. The administrator creates a new Record Type named 'Enterprise Incident' on the Case object and assigns the 'Enterprise Case Layout' page layout to the Support Manager profile for this record type. After deployment, Support Managers report two issues when working with 'Enterprise Incident' cases:
1. The 'Priority' picklist field displays 'Low' and 'Medium' options, but is missing the newly added 'Urgent Enterprise' picklist value.
2. Users assigned to the 'Tier 3 Specialist' profile report that when they manually edit an existing case's record type to 'Enterprise Incident', the fields displayed on the page layout revert to the default 'Standard Case Layout' instead of the 'Enterprise Case Layout'.

Which combination of configuration adjustments must the administrator make to resolve both issues?

  1. Edit the 'Priority' picklist settings under the 'Enterprise Incident' Record Type configuration to select 'Urgent Enterprise', and update the Profile Page Layout Assignment matrix to map the 'Enterprise Case Layout' for the 'Enterprise Incident' Record Type across the 'Tier 3 Specialist' profile.Answer
  2. B
    Add 'Urgent Enterprise' to the global 'Priority' field definition in Object Manager, and create a Permission Set granting access to the 'Enterprise Case Layout' page layout for users on the 'Tier 3 Specialist' profile.
  3. C
    Configure Component Visibility rules in Lightning App Builder to display 'Urgent Enterprise' conditionally, and assign the 'Enterprise Incident' Record Type as the default record type on the 'Tier 3 Specialist' profile.
  4. D
    Modify the field-level security for the 'Priority' field to enable 'Urgent Enterprise' access, and assign the 'Tier 3 Specialist' profile to a custom Permission Set Group containing Page Layout overrides.

Answer

The administrator must edit the 'Priority' picklist settings directly under the 'Enterprise Incident' Record Type configuration to include 'Urgent Enterprise', and update the Page Layout Assignment matrix to map the 'Enterprise Case Layout' to the 'Enterprise Incident' Record Type for the 'Tier 3 Specialist' profile.
In Salesforce, Record Types control two primary elements: available picklist values for records of that record type, and page layout assignments per profile. Adding a value to a picklist field at the object level does not automatically assign it to a specific Record Type; the administrator must navigate to the Record Type picklist configuration and select the value. Additionally, which page layout a user sees depends on the combination of their Profile and the record's Record Type in the Page Layout Assignment matrix. Updating this matrix for the 'Tier 3 Specialist' profile under the 'Enterprise Incident' record type ensures the correct layout renders.

Step-by-Step Solution

1
Navigate to Object Manager > Case > Record Types > Enterprise Incident > Picklists Available for Editing.
Locate the 'Priority' picklist field within the specific Record Type settings.
Creating a new picklist value at the field level does not automatically enable it for existing or new Record Types. Picklist values must be explicitly selected per Record Type.
2
Move 'Urgent Enterprise' to the Selected Values column and set the appropriate default value if required, then save.
'Urgent Enterprise' becomes selectable when users create or edit records assigned to the 'Enterprise Incident' Record Type.
Record Types dictate picklist value availability independently of global picklist field definitions.
3
Navigate to Object Manager > Case > Page Layouts > Page Layout Assignment.
Open the Page Layout Assignment matrix mapping Profiles against Record Types.
Page layout rendering on standard record pages depends on the profile of the viewing user and the record type of the record being viewed.
4
Edit Assignment and update the intersection cell for the 'Tier 3 Specialist' profile under the 'Enterprise Incident' Record Type to use 'Enterprise Case Layout'.
Users with the 'Tier 3 Specialist' profile see the 'Enterprise Case Layout' whenever a case is assigned to or updated to the 'Enterprise Incident' Record Type.
Without this matrix assignment, Salesforce defaults to the profile's fallback layout or existing assignment for that record type.

Key Concept

Page Layout Assignment Matrix and Record Type Picklist Value Selection
Rate this question