CoreAuditContext
Name: Core Audit Context
Type: Core
Description: Contextual information used in various audit triggers. Note: The records in this table are not permanent - they reflect only the current state of the application.
| Field | Documentation |
|---|---|
| DbSessionId | Database session identifier. |
| AuditDisabled | While non-zero audit triggers take no action. If null or zero then triggers audit the data. |
| UserName.CoreAuditContext | Origin identityName of the activity (typically user login name). |
| IdentityName | Effective identityName under which transaction is operating (may be same as userName, or different if impersonation is in effect). |
| ActivityId.CoreAuditContext | Logical activity associated with the service request. |
| SessionId.CoreAuditContext | Session ID (if available). |
| TransactionName | Transaction name (e.g., PASS/Booking/Update). |
| ComputerName | Computer name that created transaction. |
| ServiceName.CoreAuditContext | If transaction is under a Service Shell service, this will be the service name, if not then this will be the application process name (exe name). |
| ProcessName | Process name (if available). |
| ProcessId.CoreAuditContext | Process identifier (if available). |