Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The Hub record ID |
|||||||||||
| SUPERVISOR_ID | int | 4 | √ | null |
|
|
Supervisor’s ID |
||||||||||
| SUPERVISOR_FIRST_NAME | varchar | 255 | √ | null |
|
|
Supervisor’s first name |
||||||||||
| SUPERVISOR_LAST_NAME | varchar | 255 | √ | null |
|
|
Supervisor’s last name |
||||||||||
| SUPERVISOR_FULL_NAME | varchar | 511 | null |
|
|
Supervisor’s full name (first + last) |
|||||||||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Supervisor’s customer ID |
||||||||||
| OFFICIAL_TITLE | varchar | 50 | √ | null |
|
|
Supervisor’s official title |
||||||||||
| EMAIL_REGISTRATION_NOTIFICATION | varchar | 5 | √ | null |
|
|
Whether this supervisor should receive email notifications of activity registrations (Yes/No) |
||||||||||
| EMAIL_RESERVATION_NOTIFICATION | varchar | 5 | √ | null |
|
|
Whether this supervisor should receive email notifications of facility reservations (Yes/No) |
||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
Supervisor’s site ID |
||||||||||
| SITE_NAME | varchar | 255 | √ | null |
|
|
Supervisor’s site name |
||||||||||
| RETIRED | varchar | 5 | √ | null |
|
|
Whether the Supervisor record has been retired (Yes/No) |
||||||||||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
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 |