Loading
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Configure Advanced Approvals for Salesforce Contracts

          Configure Advanced Approvals for Salesforce Contracts

          Set up contract approval workflows by associating approval flows with contract types, configuring approver resolution, and defining lifecycle actions.

          Required Editions

          Available in: Lightning Experience
          Available in: Professional, Enterprise, Unlimited, and Developer Editions
          User Permissions Needed
          To configure advanced approvals for contracts: CLM Admin

          Before you begin:

          • Enable Salesforce Contracts.
          • Verify that Advanced Approval is enabled and configured in your org. Advanced Approvals is included with Salesforce Contracts (CLM) licenses.
          • Identify contract types that require approval workflows.
          • Assign CLM Runtime permissions to users who submit the contract for approval.
          Note
          Note For Flow design and approval stage configuration, see Advanced Approvals in Revenue Cloud.
          1. Create an approval flow.
            1. From the App Launcher, find and select Approvals.
            2. Click Create Flow Approval Process, and then select Start from Scratch.
              The Autolaunched Flow Approval Process (No Trigger) opens. See Example: Configure an Approval Workflow.
            3. Define approval stages within the flow.
              Design the approval flow with a main path and a recall path to handle contract updates. In the recall path, configure a status update stage to change the contract status from In Approval to Draft. Use conditions such as contract value thresholds to determine when specific approval steps run. See Design an Approval Workflow.
              • Add serial or parallel approval steps
              • Configure entry conditions based on contract data
            4. If needed, you can add Apex actions to evaluate complex conditions.
            5. Add approval actions such as Approve, Reject, and Recall.
            6. Activate the flow.
              The approval flow runs only when it’s mapped through Contract Type Config. The Flow runs as an autolaunched flow (no trigger) and runs when you submit a contract for approval.
          2. Associate a flow with a contract type.
            1. From Setup, enter Contract Type Config in the Quick Find box, and then select it.
            2. Click New, and select a contract type.
            3. Set the usage type to Approval Setting.
            4. Set Config Type to Advanced Contract Approval Flow Name.
            5. To associate the flow you created earlier to this contract config, enter the flow API name in the Config Value.
            6. Click Create to save your changes.
              This step maps the approval flow to run during contract submission.
          3. Configure smart approval logic.
            Define conditions to skip previously approved steps when contract values remain unchanged.
            1. Open the approval flow.
            2. Add conditions to evaluate attributes, such as total price or key terms.
            3. Define which approval steps to skip when conditions remain unchanged or meet thresholds.
            4. Activate the updated flow.
          4. Configure recall behavior.
            1. Open the approval flow and add a recall path to handle recall actions in the approval flow.
              Recall path in a contract approval flow.
            2. Add an Update Records action in the recall path.
            3. Update the contract status to Draft.
              Recall ends the approval process and updates the contract based on the logic defined in the approval flow.
          5. Configure cancel behavior.
            Configure how the contract status updates when a user cancels an approval request.
            1. Create a record-triggered flow on the Approval Submission object.
            2. Configure the flow to run when a record is updated.
              Use the same pattern to configure contract status updates for other approval actions. For example, set the status to Negotiating for Approved and Rejected for Rejected.
              Record-triggered flow setup for Cancel action.
            3. Add entry conditions to run the Flow when the approval submission status changes to Canceled.
            4. Retrieve the related contract record by using the relationship from the Approval Submission record, and add an Update Records element to update the contract.
            5. Set the contract status to Draft.
              Cancel ends the approval process. The record-triggered flow updates the contract status so that the contract lifecycle reflects the cancellation outcome.
            6. If needed, add a decision element to handle multiple approval outcomes.
              You can extend this configuration by using a Decision element in the same flow to handle other approval outcomes. For example, update the contract status based on approval status values such as Approved or Rejected.
              Decision element to handle multiple approval outcomes in a single flow.
          6. Configure email notifications.
            1. Add email actions in the approval flow by using text templates for dynamic content such as Contract ID and total price.
            2. Turn on email reply handling to process approval responses.
          7. Test the end-to-end flow.
            1. Create or open a contract associated with the configured contract type.
            2. Submit the contract for approval.
            3. Verify that the flow:
              • Invokes the correct approval flow.
              • Assigns approvers correctly.
              • Runs approval stages as expected.
              • Updates contract status correctly for approve, reject, recall, and cancel actions.
           
          Loading
          Salesforce Help | Article