Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| EXTRADETAILMASTER_ID | int | 4 | null |
|
|
The unique ID of the EXTRADETAILMASTER record |
||
| TABLENUMBER | int | 4 | √ | null |
|
|
The reference number for the related table |
|
| DETAILNAME | varchar | 50 | √ | null |
|
|
The type of detail (Document, Link) |
|
| 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_EXTRADETAILMASTERS | Primary key | Asc/Asc | EXTRADETAILMASTER_ID + ORG_ID |