Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| OFFICIAL_ID | int | 4 | null |
|
|
The official ID |
|||||||||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of customer who is the official |
||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the specific site that the official belongs to (NULL for all sites) |
||||||||||
| ALLOW_ONLINE_ADMINISTRATION | varchar | 5 | √ | null |
|
|
Whether online administration is allowed for this official (Yes/No) |
||||||||||
| DISPLAY_EMAIL_ADDRESS | varchar | 5 | √ | null |
|
|
Whether this official’s email address may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_HOME_PHONE | varchar | 5 | √ | null |
|
|
Whether this official’s home phone number may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_WORK_PHONE | varchar | 5 | √ | null |
|
|
Whether this official’s work phone number may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_CELL_PHONE | varchar | 5 | √ | null |
|
|
Whether this official’s cell phone number may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_OTHER_PHONE | varchar | 5 | √ | null |
|
|
Whether this official’s other phone number may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_FAX_NUMBER | varchar | 5 | √ | null |
|
|
Whether this official’s fax number may be publicly displayed (Yes/No) |
||||||||||
| DISPLAY_PAGER_NUMBER | varchar | 5 | √ | null |
|
|
Whether this official’s pager number may be publicly displayed (Yes/No) |
||||||||||
| IS_RETIRED | varchar | 5 | √ | null |
|
|
Whether this official has been retired from further use (Yes/No) |
||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
||||||||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
|||||||||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
||||||||||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OFFICIALS_OFFICIAL_ID_ORG_ID_PK | Primary key | Asc/Asc | OFFICIAL_ID + ORG_ID |
| OFFICIALS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| OFFICIALS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| OFFICIALS_SITE_ID_IX | Performance | Asc | SITE_ID |