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