Audit Log View
A SQL View that provides details of all audit logs in the system.
Back to Reporting SQL Views.
| Field Name | DB Type | Type | Nullable | Description |
|---|---|---|---|---|
| CreatedOn | datetime | DateTime | 0 | Date and time the action was performed. |
| NewValues | nvarchar | String | 0 | json indicating new values. |
| OldValues | nvarchar | String | 0 | json indicating old values. |
| ConfigurationType | nvarchar | String | 0 | Type of configuration on which action was performed. Examples: License, TeamSpace, SAP Servers |
| Activity | nvarchar | String | 0 | Activity performed. Examples: create, update, delete. |
| DisplayName | nvarchar | String | 0 | Display name of the user who performed the action. |
| UserName | nvarchar | String | 0 | User name of the user who performed the action. Format: Domain/username |