Restore Deleted Cases
Follow the steps below to create an Executable for running a batch job to restore deleted cases.
Naviage to the "Current => Current" Direction where both the source and target Connections are the current org.
Click "New Executable", and set the following details:
Source Object API Name:
Case
Target Object API Name:
Case
Source Matching Field:
Id
Target Matching Field:
Id
Action:
Undelete
Name:
Restore Deleted Cases
Navigate to the "Retrieve" step, verify the auto-generated SOQL query and preview the source data:
SELECT Id FROM Case WHERE IsDeleted = TRUE ALL ROWS
Click "Execute Batch" to execute the batch job on-demand.
Click any Batch Execution to view the execution log and verify the results.