Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| PARTICIPANT_ZONE_ID | int | 4 | null |
|
|
The unique ID for this object |
||
| PARTICIPANT_ZONE_NAME | varchar | 100 | √ | null |
|
|
The descriptive name of the Participant Zone |
|
| UPLOADED_FILE_NAME | varchar | 100 | √ | null |
|
|
The name of the uploaded customer import csv file |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| 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_PARTICIPANT_ZONES | Primary key | Asc/Asc | ORG_ID + PARTICIPANT_ZONE_ID |