ITEM_CHANGE_LOG

0 rows


Description

Log file containing added/modified/deleted events for some of the configuration tables in ACTIVENet

Columns

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

The dbo record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

CHANGE_LOG_ID int 4 null

Unique ID of the Change Log record

ITEM_ID int 4 null

ID of the Item that was changed

ITEM_TYPE int 4 null

Type of Item that was changed

ITEM_TYPE_NAME varchar 100 null

Name of the Type of Item that was changed

CHANGE_TYPE varchar 100 null

The type of change that occurred (Add, Change, Delete)

DATESTAMP datetime 16,3 null

Date and time of the change

KEYWORD varchar 100 null

Additional information about the change

SYSTEMUSER_ID int 4 null

ID of the System User who made the change

SYSTEM_USER_NAME varchar 511 null

Name of the System User who made the change

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

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Relationships

View Definition


Possibly Referenced Tables/Views