AuditDetail¶
Application audit table for entities that are manually maintained.
Fields¶
| Field | Type | Description |
|---|---|---|
| AuditObjectID | bigint | Internal ID that references the AuditObject entity (Foreign Key) |
| ChangeSet | nvarchar | A json document that contains the changed attributes and values |
| Created | datetime2 | Date/Time the audit was created |
| ID | bigint | Internal ID for the AuditDetail entity (Primary Key) |
| Info | nvarchar | A json document that may contain additional information about the audit |
| ObjectDisplayName | nvarchar | The display name for the audited object. This name can change during the lifetime of the object. |
| ObjectGuid | uniqueidentifier | The Guid of the audited object |
| Operation | nvarchar | Audited operation |
| User | nvarchar | User that performed the operation |