> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/click2undo/features/restore-history-changes.md).

# Restore History Changes

The 'History' button in Undo2Restore enables you to restore the past changes made to Dynamics 365 CRM records. In order to restore past changes in the records it is necessary to [enable entities](https://docs.inogic.com/click2undo/configuration/enable-entities) for Undo2Restore solution. All the past changes made to the records for a set default period will be displayed in History grid. This default period is defined in [Undo2Restore Configuration](https://docs.inogic.com/click2undo/configuration/click2undo-configuration) which can be manually updated. From this displayed list, necessary past changes made to the records can be selected and restored as per requirement.

Here are the steps to restore past changes in Dynamics 365 CRM records.

* Go to any enabled entity (Here, we are taking Accounts entity.) --> Select a record. (In this example, we are going to restore past changes made in Fax & Website fields.)

<figure><img src="/files/-M5aUQqEiCRbppT5TSxK" alt="Restore History Changes"><figcaption></figcaption></figure>

* Click on the downward arrow near Click2Undo --> Click on History.

<figure><img src="/files/-M5aV0Qb_oGIPomaF8cO" alt="Restore History Changes"><figcaption></figcaption></figure>

* You will get the list of fields changed in the past for which auditing has been enabled.

<figure><img src="/files/-M5aVESFLpDZcYWrPcBl" alt="Restore History Changes"><figcaption></figcaption></figure>

* Further you can filter these changes on the basis of date or fields.

<figure><img src="/files/-M5aVQWM5HRX3jHhesj-" alt="Restore History Changes"><figcaption></figcaption></figure>

* Now, select the changes you want to restore --> Click on the ‘Undo’ button and the past changes will be restored.

<figure><img src="/files/-M5aZ8WAo_Av6wl2puMN" alt="Restore History Changes"><figcaption></figcaption></figure>

<figure><img src="/files/-M5aW5x_D1O8RKhs0Bsc" alt="Restore History Changes"><figcaption></figcaption></figure>


---

# 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://docs.inogic.com/click2undo/features/restore-history-changes.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.
