Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| CUSTOMERLOG_ID | int | 4 | null |
|
|
Unique ID of the table |
||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer |
|
| CUSTOMER_NAME | varchar | 511 | null |
|
|
The name of the Customer associated with the account |
||
| SITE_ID | int | 4 | √ | null |
|
|
ID of the Site where the Customer Account was processed |
|
| SITE_NAME | varchar | 255 | √ | null |
|
|
Name of the Site where the Customer Account was processed |
|
| WORKSTATION_ID | int | 4 | √ | null |
|
|
ID of workstation where this Customer Account was processed |
|
| WORKSTATION_NAME | varchar | 45 | √ | null |
|
|
Name of workstation where this Customer Account was processedd |
|
| SYSTEMUSER_ID | int | 4 | √ | null |
|
|
ID of the system user who created the transaction |
|
| SYSTEM_USER_NAME | varchar | 511 | null |
|
|
Name of the system user who created the transaction |
||
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
The date and time the customer log was created |
|
| ITEMNAME | varchar | 100 | √ | null |
|
|
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
|
| CHANGETYPE | smallint | 2 | √ | null |
|
|
xxxxxxxxxxxxxxxxxxxxxx |
|
| ITEMTYPE | smallint | 2 | √ | null |
|
|
xxxxxxxxxxxxxxxxxxxxxxx |
|
| CHANGE_DESCRIPTION | varchar | 8000 | √ | null |
|
|
xxxxxxxxxxxxxxxxxxxxxxx |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time dbo record was last modified |