# Track Opening of Records

You can also track the touch of the records by tracking the opening of the records. To track the opening of the records, certain customization is required. For example, consider a scenario where you want to track the touch/opening of the account records.

* Create a record of the User Adoption Entity Configuration Entity with the following details;
  * **Entity Label:** Account (entity on which you need track open/read)&#x20;
  * **Entity Schema:** account (schema name of the entity)&#x20;
  * **Message:** ikl\_open&#x20;
  * **Period:** Daily (period you want to track)

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRXFLo-miRll3fffnt%2FTrack_1.png?alt=media\&token=d7c5607d-dfae-44c9-94ab-23b6cbb64752)

* Add the following User Adoption Monitor JavaScript libraries which are shipped along with the product to the ‘Account’ form in the same order as mentioned below;

**ikl\_/UserAdoption/scripts/jquery.js**

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRXMjgOprHFzHskCkp%2FTrack_2.png?alt=media\&token=f550d60e-b5a9-4342-a69b-0f04a5234635)

**ikl\_/UserAdoption/scripts/UserAdoption.CrmJS.js**

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0QoyqUVI8_HaZ9FOSL%2Fuploads%2FNXKdUL7sQVWp4CrudnTO%2FUAM%20Track%20records_2.png?alt=media\&token=55702fe9-146e-470c-827e-378d17312c1d)

**ikl\_/UserAdoption/scripts/UserAdoption.WebAPI.js**

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0QoyqUVI8_HaZ9FOSL%2Fuploads%2FMttONrrdBqxJdF6eRQJ5%2FUAM%20Track%20records_1.png?alt=media\&token=58ee5506-977c-4525-9155-364946783f6b)

**ikl\_/UserAdoption/scripts/UserAdoption.ExecuteReadAction.js**

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRX_Pj1guxrvAhswA8%2FTrack_4.png?alt=media\&token=3ed18d9b-553e-40c8-8110-cb9b2cd356f9)

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRXfoq2QeI5-9_vwTD%2FTrack_5.png?alt=media\&token=18dfaff1-0678-4f98-a99c-798018607bed)

* Then finally call the ‘getRecordDetails’ function on the Form OnLoad event as shown in the below screenshot from the Java Script Library ikl\_/UserAdoption/scripts/UserAdoption.ExecuteReadAction.js (which has already been included in the form) onload of the form and then save and publish the customizations.

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRXoAhx6-sjKNMK6qL%2FTrack_6.png?alt=media\&token=bee59e9d-8723-496f-920f-4c9404d31eef)

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRXuSV4iGerNokiGS9%2FTrack_7.png?alt=media\&token=98a80a86-eb83-4ec4-a1c4-087383de6a03)

![](https://272130504-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M0QoyqUVI8_HaZ9FOSL%2F-MQRWMU2SSAwQm5w7Huw%2F-MQRY2QmryEAHaZT0yE4%2FTrack_8.png?alt=media\&token=6aa34f04-d93c-4e6f-bd45-17cd288791a7)

{% hint style="info" %}
**Note:**&#x20;

* **You need to make the above mentioned changes on each of the form being used in case you have multiple forms configured for role-based access.**
* **To make the above mentioned changes one needs to have the System Administrator privilege.**
  {% endhint %}

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


---

# 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://docs.inogic.com/user-adoption-monitor/how-to-guides/verify-tracking/track-opening-of-records.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.
