| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | UserCode | User Code | nvarchar | 8 | 0 | OUSR | | | Allow NULL? |
| 2 | Action | Performed Action | char | 1 | 0 | | | C, D, F, I, L, N, O, P, R, S, T, U | Allow NULL? |
| 3 | ActionBy | User Who Performed the Action | nvarchar | 8 | 0 | | | | Allow NULL? |
| 4 | ClientIP | IP Address of Client Computer | nvarchar | 200 | 0 | | | | Allow NULL? |
| 5 | Date | Date | date | 8 | 0 | | | | |
| 6 | Time | Time | int | 11 | 0 | | 0 | | Allow NULL? |
| 7 | ClientName | Hostname of Client Computer | nvarchar | 32 | 0 | | | | Allow NULL? |
| 8 | ProcessID | Process ID of B1 Application | int | 11 | 0 | | -1 | | Allow NULL? |
| 9 | SessionID | Connection Session ID | int | 11 | 0 | | -1 | | Allow NULL? |