> For the complete documentation index, see [llms.txt](https://learn.capstorm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.capstorm.com/copystorm-restore/release-notes/copystorm-restore-9-50-1.md).

# CopyStorm/Restore 9.50.1

Release Date: 16-Dec-2020

This is a minor feature, bug fix, and Salesforce API version upgrade release. As always, existing CopyStorm/Restore configuration files are backwards compatible.

## Patch Levels

| Date        | Patch Level      |
| ----------- | ---------------- |
| 16-Dec-2020 | Original Release |

## Upgrade to Salesforce Winter ’21 API

CopyStorm/Restore has been upgraded to support Salesforce’s Winter ’21 API.

## Original Id Restoration

CopyStorm/Restore’s Migration tab has been upgraded with a new feature to maintain original record Ids when restoring. When enabled, this feature will:

1. Create a new column on tables being restored.
2. Copy the original record’s Id value to the new column when restoring data.
3. [Click here for details.](/copystorm-restore/reference/migration-setup-tab/original-record-id-rule-tools.md)

## Disable Lookup Filters

The Advanced Tab now supports automatically disabling Lookup Filters.

When this feature is enabled, individual Lookup Filters can be chosen, or CopyStorm/Restore can automatically disable Lookup Filters when restoring data.

## Reference-Only Restores

The Restore tab now supports a new type of restoration – Reference Only.

A Reference Only restore will go through all records that have previously been restored and patch their reference field values with the current Id mappings in the tracker. This allows you to quickly update previously restored records when multiple data restores have occurred out of order.

## Tracker Tab Column Filtering

The Tracker Database tab now supports showing and hiding columns.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.capstorm.com/copystorm-restore/release-notes/copystorm-restore-9-50-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
