> 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/prerequisities/entity-level-auditing.md).

# Entity Level Auditing

After enabling [Organization Level Auditing](https://docs.inogic.com/click2undo/prerequisities/organization-level-auditing), the next important step is to enable Entity Level Auditing. For all the entities that needs to be leveraging Undo2Restore feature you need to follow below steps in order to enable Entity Level Auditing.&#x20;

{% hint style="info" %}
**Note : The below illustration is done using Account entity, but the same process can be followed for the other system or custom entities as well.**
{% endhint %}

1\) Open <https://admin.powerplatform.microsoft.com/environments>

2\) Open Settings by selecting the correct environment.

![](/files/-M4YkFMSOSijXAVjbQ1t)

3\) Search for Entity and field audit settings.

![](/files/-M4YkNmT2KxLwqQWsRWr)

4\) It opens the Default Solution.

&#x20;

![](/files/-M4YkVUo9uw4RI1M5iAK)

5\) Expand Entities --> Click on Account --> Enable Auditing.

![](/files/-M4YkcGVcGNIMRcXcNZc)

6\) Save and Publish.

![](/files/-M4YkimBCuWrfCySBk0G)

{% hint style="info" %}
**Note: By default, all fields for the selected entity are enabled for auditing.**
{% endhint %}

#### Disable/Enable Auditing Specific Field&#x20;

By default, Auditing is enabled for all the fields for the enabled entity. If you want, you can pick and choose which fields should be enabled/disabled for Auditing.&#x20;

To achieve this, follow the steps given below:

1\) Select Fields Tab.

![](/files/-M4Yl_6nsC8w_3ZQb1zU)

2\) Select the field for which you would like to disable the auditing and click Edit.

![](/files/-M4YlmSlavs8o61ilJKX)

3\) Select Disable --> Click on Save and Close.

![](/files/-M4Ym-95NaL60N68L0OD)

4\) Publish the customizations.

**Now, let's look into alternate approach for enabling Entity Level Auditing.**

1\) Click on Advanced Settings from within Dynamics 365 CRM.

![](/files/-M4IYfTCqNQjsrkcBvrv)

2\) Click on Customizations.

![](/files/-M4IYor9kAFFLSeozAR5)

3\) Click on Customize the System.

![](/files/-M4IYvsMT8h3bo0adSDa)

4\) It opens the Default Solution.

![](/files/-M4YmYonIYMnGyu65thw)

5\) Expand Entities --> Click on Account --> Enable Auditing.

![](/files/-M4IZ2JaTC8NUK0Es4gK)

6\) Save and Publish.

![](/files/-M4IZ9FJ05qu1JPWbokt)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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/prerequisities/entity-level-auditing.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.
