- DarkLight
Audit Log
- DarkLight
Source Table | Column Name | Display Name | Data Type | Description | Platform |
---|---|---|---|---|---|
RPT_AuditLog | ID | ID | int (not null) | Auto-generated unique identifier for the log entry. | All |
RPT_Users | UserID | UserID | nvarchar (100) (null) | User ID (name of the user) who performed the activity. | All |
RPT_AuditLog | Module | Module | nvarchar (64) (null) | The application module or component where this activity is performed. For example, Campaign, Global Uploader, and so on. | All |
RPT_AuditLog | Operation | Operation | nvarchar (64) (null) | The operation performed by the user. For example, Create, Update, Delete. | All |
RPT_AuditLog | Data | Data | nvarchar (max) (null) | The data that the user requested for the activity initiated. | All |
RPT_AuditLog | CreatedDate | CreatedDate | datetime (null) | The date and time the application created this log entry. | All |
RPT_AuditLog | TenantID | TenantID | int (null) | The Tenant ID auto-generated by the application when a new tenant is created. | All |
RPT_AuditLog | SubTenantID | SubTenantID | int (null) | The Sub Tenant ID autogenerated by the application when a new tenant is created. | All |