For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restore Plan Tab

The Restore Plan tab provides insight into the decisions made to determine the order in which CopyStorm/Restore will find restore candidates and the order in which records will be inserted / updated in Salesforce. There are a number of subplans displayed as illustrated in this screenshot:

All plans are an accurate representation of what CopyStorm/Restore does during a restore except for the Candidate Scan Order. The Candidate Scan Order plan is a good representation but the implementation is a bit more complex in order to handle arbitrary direct and indirect circular relationships between tables.

  • Restore Order — lists the order in which tables will be written to Salesforce.

  • Candidate Scan Order — lists the order in which candidates for a restore will be found and is based on the rules set up in the Restore Editor tab.

  • Restore Order Detail — lists the tables in the order in which they will be restored plus any related tables that are restored later in the plan.

  • Dependency Detail — lists the tables in the order they will be restored plus all table dependencies. This is the best insight into how CopyStorm/Restore selects the order in which to restore tables.

  • Overrides — used to correct dependency relationships when they are incompletely defined in the Salesforce metadata. It is rare for a customer to use this tab.

Last updated

Was this helpful?