Audit
Create, update, delete, and query Audit entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the audit. |
| Action | String | True |
Actions the user can perform that cause a change. |
| AttributeMask | String | True |
Contains a CSV of the ColumnNumber metadata property of attributes. |
| AuditId | String | True |
Unique identifier of the auditing instance. |
| CallingUserId_Id | String | True |
Unique identifier of the calling user in case of an impersonated call. |
| CallingUserId_LogicalName | String | True | |
| CallingUserId_Name | String | True | |
| CreatedOn | Datetime | True |
Date and time when the audit record was created. |
| ObjectId_Id | String | True |
Unique identifier of the record that is being audited. |
| ObjectId_LogicalName | String | True | |
| ObjectId_Name | String | True | |
| Operation | String | True |
The action that causes the audit. This value will be create, delete, or update. |
| TransactionId | String | True |
Unique identifier for multiple changes that are part of a single operation; this field contains the same GUID for all the audit rows generated in a single transaction. |
| UserId_Id | String | True |
Unique identifier of the user who caused a change. |
| UserId_LogicalName | String | True | |
| UserId_Name | String | True |