# Common Restore Parameters

Commonly used parameters that affect the complete restoration process.

![](https://2924009365-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5FyPmqVkPxhj2oT8fbgB%2Fuploads%2Fgit-blob-b8e8ab4e3e0507ab4720a6390a7de8dee5f4dcad%2Ff91645fd-CommonRestoreParametersTab.jpg?alt=media)

##

| Parameter                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ignore Timestamps                   | If checked, CopyStorm/Restore will overwrite records in Salesforce even if they have matching modification timestamps. If unchecked, CopyStorm/Restore will skip records with matching modification timestamps.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Decrypt Compliance Data             | If checked, decrypted compliance data will be pushed to Salesforce. This data may, or may not, be obfuscated based on the database user’s role. If unchecked, data will be pushed to Salesforce directly from the CopyStorm database, as-is.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Show Missing Fields                 | Include fields that are missing from the CopyStorm database or from Salesforce when displaying available fields to restore in the Restore Set Editor.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Show Formula Fields                 | Include formula fields when displaying available fields to restore in the Restore Set Editor.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Referenced Record Not Found Default | <p>Default action to take when a record to restore references a record that is not in the target Salesforce instance.</p><p>Examples:</p><ul><li>A Case record restore candidate references a Contact no longer in Salesforce.</li><li>An Account record restore candidate references a parent Account no longer in Salesforce.</li></ul><p>Available values are:</p><ul><li>Set to Null – ignore a missing reference and set the column to NULL in the target Salesforce.</li><li>Skip Record – do not restore a record if a referenced record cannot be found in the target Salesforce.</li><li>Create Record – create missing referenced records in the target Salesforce if necessary.</li></ul>                                                                               |
| If Email Deliverability is Enabled  | <p>Default action to take when Email Deliverability is enabled in the target Salesforce instance.</p><p>Possible default actions If Email Deliverability is Enabled are:</p><ul><li><em>Continue</em> – Continue the restore.</li><li><em>Warn</em> – Display a warning dialog prior to running a restore.</li><li><em>Halt</em> – Terminate the restore entirely.</li></ul><p>For production restores <em>Halt</em> is generally the best default option. This is to prevent unwanted emails being sent out on INSERTS/UPDATES</p><p>Note: The <em>Author Apex</em> Salesforce Permission is required to validate Email Deliverability.</p><p>If the <em>Author Apex</em> permission is unavailable, CopyStorm/Restore will always act as if Email Deliverability is enabled.</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-restore/reference/global-parameters-tab/common-restore-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
