Question

Difficulty: MediumApproval Processes

A Salesforce Administrator is setting up an Approval Process for a custom object named Capital Expenditure Request. The business process requires that as soon as a user submits a record for evaluation, the custom Status field must automatically change to 'Submitted' and the record must be locked from editing by non-administrator users. Which configuration settings in the Approval Process satisfy these requirements?

  1. The Approval Process automatically locks the record upon submission based on the process configuration, and an Initial Submission Action must be configured to update the Status field.Answer
  2. B
    An Initial Submission Action must be explicitly created to lock the record, alongside a separate Initial Submission Action to update the Status field.
  3. C
    The record locking must be configured within the first Approval Step entry criteria, while the Status field update must be triggered via an external Record-Triggered Flow.
  4. D
    A Final Approval Action must be defined to lock the record, while an Approval Step action updates the Status field prior to approver assignment.

Answer

The Approval Process natively manages record locking upon submission based on process properties, while changing the custom Status field requires an Initial Submission Action of type Field Update.
When a record is submitted into an approval process, Salesforce automatically locks the record according to the process editability settings (allowing either administrators only or administrators and assigned approvers to edit). Field changes triggered upon submission—such as changing a status picklist—are configured using Field Updates in the Initial Submission Actions section.

Step-by-Step Solution

1
Identify how record locking is handled in Salesforce Approval Processes.
Recognize that record locking occurs automatically upon entry into an approval process according to the editability settings configured in the process setup.
Record locking is a standard framework feature of Approval Processes rather than an action item added to action lists.
2
Identify how automated field changes immediately following submission are executed.
Determine that field updates occurring upon submission are configured under 'Initial Submission Actions'.
Initial Submission Actions execute immediately when a record is submitted for approval before any step criteria are evaluated.

Key Concept

Approval Process Initial Submission Actions and Record Locking Framework
Rate this question