CUSTOMERLOG

0 rows


Description

Audit records showing what, when and who made changes to CUSTOMER table data.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The dbo record ID

CUSTOMERLOG_ID int 4 null

Unique ID of the table

CUSTOMER_ID int 4 null

The ID of the customer

SITE_ID int 4 null

ID of the Site where the Customer Account was processed

WORKSTATION_ID int 4 null

ID of workstation where this Customer Account was processed

SYSTEMUSER_ID int 4 null

ID 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)

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_CUSTOMERLOG Primary key Asc/Asc CUSTOMERLOG_ID + ORG_ID

Relationships