Performing Salesforce Record-level Restore Operations

Updated

You can restore the selected records of a selected object to a Salesforce instance. You can only restore records from the latest backup cycle.

If your Salesforce environment has the Person Accounts feature, then to restore Person Accounts records, you must select the Account Object, even if you deleted the account record from the contacts. For more information, go to "Person Accounts" on the Salesforce help site.

Tip: Due to the complexity and nature of Salesforce, some objects and records might not restore successfully. Issues that can block records from being restored include API limitations, data integrity, complexity in hierarchical relationships, and automation processes that utilize triggers, flows, and rules. To avoid errors or for faster results, disable the validation rules, Apex triggers, flows, and workflows. For the same benefits for managed packages, uninstall the packages. (Managed packages cannot be disabled using APIs.)

Before You Begin

Procedure

  1. From the navigation pane, go to Protect > Salesforce.

    The Salesforce page appears.

  2. For the organization that contains the data that you want to restore, click the action button , and then click Restore.

    The Select restore type page appears.

  3. Click Record level restore.

    The Backup content page appears.

  4. From the Object list, select the object that you want to restore.

    The records for the object appear in a table.

    Here you can download up to 1GB of Salesforce data in CSV format. Select one or more object records and then click Download.

  5. To filter the records, do the following:

    • To filter by version, select the versions that you want to view.

      • To show the latest record version, select Show latest version.

      • To show the all versions of the records, select Show all versions.

      • To show the deleted records, select Show deleted records.

    • To filter by SQL, click Advanced filter not set, and then select Set advanced filter.

      The Advanced filter dialog box appears.

      • In the box, enter valid SQL query, and then click OK.

    • To filter by fields, click + Add filter, and then do the following:

      The Filters dialog box appears.

      1. From the Filter by list, select the filter that you want to use.

      2. From the Condition list, select the condition that you want to apply to the filter.

      3. Beside the condition, enter a value.

      4. To add additional rules to filter by, click Add Rule.

      5. Click Apply Filters.

  6. To add additional fields to the view, click the columns button , and then select the fields.

  7. To create a new view, do the following:

    1. On the upper-right of the page, click the gear icon .

    2. In the Save view as box, enter a name for the new view.

    3. Below Rules, add new rules to filter the data by.

    4. To set the new view as the default view, select the Set as default check box.

    5. Click Save.

  8. Select the records that you want to restore.

  9. Click Restore.

    The Restore options dialog box appears.

  10. Under Destination details, from the Destination organization list, select the Salesforce destination.

  11. Under Options, set the restore options:

    • To include parent objects in the restore, from the Parent objects to restore list, select All parents.

      Important: Including parent objects has the following effects:

      • Data integrity is maintained. If parent objects are included and some parents do not exist or some parents have incorrect values, the restore still completes.

      • When objects such as User objects are updated, end users receive notifications, which might not be desirable.

    • To include child objects in the restore, from the Child objects to restore list, select the child objects.

    • To exclude some child objects, select the Exclude children check box, and then in the Children to exclude box, select the child objects that you want to exclude.

    • To disable the Salesforce triggers, flows, workflows, and rules only for the restore, select the Disable triggers and rules check box.

      After the restore completes, the flows, workflows, and triggers are automatically enabled.

    • To restore empty and null values for a backup, select the Restore empty fields check box.

    • To restore only changed and deleted records for a full object restore, select the Restore only changed and deleted records check box.

    • To associate all restored records in the destination org with the logged-in user as the record owner (if a record owner does not exist in the destination org), select the Associate ownership to the logged-in user check box.

    • To apply data masking, select the Apply masking on destination check box, and then from the Select data masking policy list, select the data-masking policy.

Note: You can apply data masking when you run a cross-instance restore and data masking policies are defined.

  1. Click Submit.

SQL WHERE Clause Examples for Salesforce Restores