Step 4. Choose Data to Restore

At the Data step of the wizard, you can look through the backed-up data, as well as browse, filter, and choose data that you want to restore.

To choose Salesforce records whose field values you want to restore:

  1. Specify the record search parameters.
  1. Select a Salesforce object whose record fields you want to restore.

Only Salesforce objects that have been backed up are displayed at this step. If you do not see the necessary object, the object does not have a backup or cannot be restored. The object may not have a backup for the following reasons:

  • The object was excluded from the backup policy.
  • The object does not contain any data.
  • The Salesforce user whose permissions are used for backup operations does not have access to the object.
  1. Choose whether you want to search through the latest records or the history records of the selected object:
  • If you select Latest records, Veeam Backup for Salesforce will perform search only through the latest record versions.
  • If you select History records, Veeam Backup for Salesforce will perform search through all record versions in the history table for the time period that you specify.
  1. The records will be shown in the table with the columns that match specific Salesforce fields. To choose the displayed information, click Customize and select the necessary Salesforce fields on the Display Fields tab in the Data Filters and Display Fields window.
  1. Apply additional search conditions using specific filters. To do that, click Add Condition on the Data Filters tab, select a field and a conditional operator from the drop-down lists, and enter the necessary value.

Veeam Backup for Salesforce suggests a number of in-built conditional operators, such as contains, equals, starts with, is null and so on. These operators are used to make queries to databases. Note that the time required to process the request depends on the operator you are using, for example, processing a request with the equals operator will take less time than a request with the contains operator.

Note

When adding conditions, consider the following:

  • Veeam Backup for Salesforce automatically adds a condition that filters the records to show only existing Salesforce fields. If you want to restore value of a field that was removed from Salesforce, you must perform the metadata restore first.
  • To search for records with null field values, use the is null operator. Using the equals operator with an empty value is not supported.
  • If you have a list of ID values, you can use the in operator and enter these IDs separated by a comma in the Value field.
  • When you filter records using the lookup relationship fields, you must specify the correct ID in the Value field. It must be the ID of a record to which the lookup is linked.

By default, filters are linked by the AND logical operator. That is, a record is displayed in the search results when all specified conditions are met. You can change this behavior by linking filters with different operators. To do this, set the Use filter logic toggle to On, and specify the filter logic expression using condition ordinal number, brackets and logical operators, for example: 1 AND (2 OR 3) AND NOT 4.

  1. Click Search. Veeam Backup for Salesforce will show the results satisfying your search parameters in the Records found section.

By design, the search results will be displayed on the same pages where the records were originally shown. To make sure that you have seen all the results, look through all the pages.

  1. Select the records from the search results in the Records found section. Consider that the section displays the maximum number of 500 records per page. It is recommended that you use filters to reduce the number of search results.

You can choose the version of a record that will be restored. To do that, click the link in the Version column, compare the latest version of the backed-up record with previous backed-up record versions and the version of the record currently stored in the Salesforce database, and select the necessary version in the Select Record Version to Restore window. If you want Veeam Backup for Salesforce to show only field values that differ between the selected versions, set the Compare changes toggle to On.

Tip

By default, you can select up to 500,000 of records for one field value restore session. To change this limit, modify the fields.restore.max.input.records parameter value as described in section Configuring Advanced Settings.

 

Restoring Fields