> 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/user-adoption-monitor/configuration/setting-up-other-messages/access-tracking.md).

# Access Tracking

CRM Access Tracking is a feature to track access of the Dynamics CRM users. It enables the managers to monitor the CRM access of their team members by tracking various web activities performed by them in the CRM manually.

{% hint style="info" %}
**Note: This feature doesn’t give the actual daily login count of a CRM user. It instead provides brief detail on the number of times a user accesses a CRM.**
{% endhint %}

#### STEPS TO TRACK USER’S CRM ACCESS

* The first step to track user’s CRM Access is to **Enable Auditing**. For this, navigate to **Settings --> Auditing (under ‘System’ group).**

![](/files/-MQoiBz607nu-G1o3zDx)

* It opens Audit window as shown below. Click on **‘Global Audit Settings’**.

![](/files/-MQoiX6HyNG3lxfduaHV)

* Click on **‘Auditing’** tab. Check **‘Start Auditing’** and **‘Audit user Access’** settings as shown below:

![](/files/-MQoigGCZeHAQxU85BCu)

* After enabling **Auditing,** create a **‘User Adoption Entity Configuration’** record for user login. For this, navigate to **User Adoption Monitor App** **--> Entity Configurations** (under **‘User Adoption Monitor’** group).

![](/files/-MQoimfVH778OlPMgFCV)

* Click on **(+ New)** to create a new User Adoption Entity Configuration record for login (If no record is already created).

{% hint style="info" %}
**Note: Whether the entity configuration record has already been created or not can be verified from the Entity Configurations home view.**
{% endhint %}

* The User Adoption Entity Configuration record should always be created with the following attributes as shown in the screenshot below:
  * **Entity Label:** “systemuser”&#x20;
  * **Entity Schema:** “systemuser”&#x20;
  * **Message:** “login”&#x20;
  * **Period:** “Daily”&#x20;
  * **Polling:** Select the interval period after which tracking will be conducted.&#x20;
  * **Preferred Start Time:** Select the time to start the tracking.

![](/files/-MQoj8BK7Xu2b-alMN2J)

{% hint style="info" %}
**Note: The period should always be selected as ‘Daily’ as this feature only works for daily tracking.**
{% endhint %}

* Once the Entity Configuration record is created, the User Adoption Monitor will track the CRM Access of each logged in user. The tracking details can be reviewed either from the **‘systemuser-login’** entity configuration record as below or by navigating to the **Settings --> User Adoption Monitor --> Trackings.**

![](/files/-MQojEEG7XKSY3tmb4zn)

{% 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/user-adoption-monitor/configuration/setting-up-other-messages/access-tracking.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.
