Question

Difficulty: MediumSupport Processes and Case Record Types

A Salesforce Administrator at Pinnacle Financial is configuring a dedicated intake lifecycle for internal Compliance Audits on the Case object. The administrator created a custom page layout and a new Case record type named 'Compliance Audit'. However, when users create a Compliance Audit case, the Case Status picklist displays all standard support case statuses instead of the specific compliance audit lifecycle statuses. Which configuration step did the administrator omit?

  1. Creating a dedicated Support Process with the compliance status values and assigning it to the Compliance Audit record type.Answer
  2. B
    Editing the Case Status picklist values directly within the Compliance Audit record type configuration settings.
  3. C
    Modifying field-level security for the Case Status field to restrict visibility based on user profile.
  4. D
    Adding the specific compliance audit status values to the custom page layout assigned to the Compliance Audit record type.

Answer

Creating a dedicated Support Process with the compliance status values and assigning it to the Compliance Audit record type.
On the Case object, available values for the Case Status field are determined by a Support Process. Creating a dedicated Support Process containing the required status values and assigning it to the Compliance Audit record type is necessary for the record type to display the correct lifecycle statuses.

Step-by-Step Solution

1
Identify the dependency mechanism for the Case Status field on record types.
Recognize that Case Status picklist values on the Case object are controlled by Support Processes rather than standard record type picklist edits.
Salesforce uses business processes (Support Processes for Cases) to define valid lifecycle stages before binding them to record types.
2
Create the required Support Process.
Navigate to Setup > Support Processes, create a new Support Process, and select only the compliance audit status values.
This establishes the master picklist filter specific to the Compliance Audit lifecycle.
3
Associate the Support Process with the Record Type.
Assign the newly created Support Process to the 'Compliance Audit' Case Record Type.
Linking the Support Process forces the record type to display the restricted set of Case Status values.

Key Concept

Support Processes prerequisite dependency for Case Record Types
Rate this question