Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Recall Actions entry
How-to guide

How to set up Recall Actions in Salesforce

Recall Actions are the automated actions that fire when a submitter recalls their own approval request — typically reverting a Status field, unlocking the record, sending a notification. Less common than Initial Submission / Final Approval / Final Rejection actions because most orgs don't allow recall, but important when they do.

By Dipojjal Chakrabarti · Editor, Salesforce DictionaryLast updated Apr 20, 2026

Recall Actions are the automated actions that fire when a submitter recalls their own approval request — typically reverting a Status field, unlocking the record, sending a notification. Less common than Initial Submission / Final Approval / Final Rejection actions because most orgs don't allow recall, but important when they do.

  1. Open Setup → Approval Processes → click into the relevant process

    Recall Actions are configured per Approval Process.

  2. Confirm Allow Submitters to Recall is ticked

    On the Approval Process detail page. Without this, submitters can't recall — Recall Actions never fire.

  3. Scroll to Recall Actions section

    Below Final Rejection Actions.

  4. Click Add New → pick Action Type

    Field Update / Email Alert / Task / Outbound Message. Field Update commonly reverts Status to Draft.

  5. Configure the Field Update

    Pick field, new value ("Status = Draft"). Make sure to also Unlock the record — otherwise recalled records stay locked.

  6. Save the action

    Action runs when submitter clicks Recall. Test in a sandbox by submitting and recalling a sample record.

Key options
Allow Submitters to Recallremember

Master toggle. Required for Recall Actions to fire.

Action Typeremember

Field Update / Email Alert / Task / Outbound Message.

Unlock the recordremember

Critical — otherwise recalled records stay locked.

Gotchas
  • Recall Actions only fire if Allow Submitters to Recall is ON. Many orgs leave it OFF, making Recall Actions config dead code.
  • Forgetting to unlock the record on recall leaves recalled records LOCKED — same issue as Final Rejection Actions. Always include an Unlock action.
  • Recall is submitter-initiated, not approver-initiated. Approvers can't unilaterally recall a request — they can only approve / reject. Build a separate process if you need approver-initiated cancellation.

See the full Recall Actions entry

Recall Actions includes the definition, worked example, deep dive, related terms, and a quiz.