Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The Hub record ID |
||
| SESSION_ID | int | 4 | √ | null |
|
|
Session ID. |
|
| SESSION_NAME | varchar | 255 | √ | null |
|
|
Name of the session. |
|
| DESCRIPTION | varchar | 8000 | √ | null |
|
|
Description of the session |
|
| PROGRAM_TYPE_ID | int | 4 | √ | null |
|
|
The program type ID of the session |
|
| PROGRAM_TYPE | varchar | 30 | √ | null |
|
|
The program type of the session |
|
| SITE_ID | int | 4 | √ | null |
|
|
The site ID that the session belongs to |
|
| SITE_NAME | varchar | 255 | √ | null |
|
|
The site name that the session belongs to |
|
| FACILITY_ID | int | 4 | √ | null |
|
|
ID of the facility that the session takes place in. |
|
| FACILITY_NAME | varchar | 255 | √ | null |
|
|
Name of the facility that the session takes place in. |
|
| RESERVE_FACILITIES | varchar | 5 | √ | null |
|
|
Whether facilities should be reserved for the generated session dates (Yes/No) |
|
| ENROLLMIN | int | 4 | √ | null |
|
|
Minimum enrollment for the session. |
|
| ENROLLMAX | int | 4 | √ | null |
|
|
Maximum enrollment for the session. |
|
| ALLOW_ONLINE_REGISTRATION | varchar | 5 | √ | null |
|
|
Whether online registration is allowed for this session (Yes/No) |
|
| MIN_CLASSES_ENROLLED_ONLINE | int | 4 | √ | null |
|
|
The minimum number of dates that may be enrolled in when enrolling online |
|
| MAX_CLASSES_ENROLLED_ONLINE | int | 4 | √ | null |
|
|
The maximum number of dates that may be enrolled in when enrolling online |
|
| TRIAL_CLASS_CAPACITY | int | 4 | √ | null |
|
|
The maximum number of trial class enrollments allowed for this session |
|
| BEGIN_DATE_TIME | datetime | 16,3 | √ | null |
|
|
Starting date and time of the session. |
|
| END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
Ending date and time of the session. |
|
| 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 |
|
| SUNDAY | varchar | 3 | null |
|
|
Whether the session is configured for Sundays (Yes/No) |
||
| MONDAY | varchar | 3 | null |
|
|
Whether the session is configured for Mondays (Yes/No) |
||
| TUESDAY | varchar | 3 | null |
|
|
Whether the session is configured for Tuesdays (Yes/No) |
||
| WEDNESDAY | varchar | 3 | null |
|
|
Whether the session is configured for Wednesdays (Yes/No) |
||
| THURSDAY | varchar | 3 | null |
|
|
Whether the session is configured for Thursdays (Yes/No) |
||
| FRIDAY | varchar | 3 | null |
|
|
Whether the session is configured for Fridays (Yes/No) |
||
| SATURDAY | varchar | 3 | null |
|
|
Whether the session is configured for Saturdays (Yes/No) |
||
| WEEK_OF_MONTH_1 | varchar | 3 | null |
|
|
Whether the session is configured for days during the first week of the month (Yes/No) |
||
| WEEK_OF_MONTH_2 | varchar | 3 | null |
|
|
Whether the session is configured for days during the second week of the month (Yes/No) |
||
| WEEK_OF_MONTH_3 | varchar | 3 | null |
|
|
Whether the session is configured for days during the third week of the month (Yes/No) |
||
| WEEK_OF_MONTH_4 | varchar | 3 | null |
|
|
Whether the session is configured for days during the fourth week of the month (Yes/No) |
||
| WEEK_OF_MONTH_5 | varchar | 3 | null |
|
|
Whether the session is configured for days during the last week of the month (Yes/No) |
||
| BEGIN_DATE_ONLY | date | 20 | √ | null |
|
|
Starting date of the session. (date only) |
|
| END_DATE_ONLY | date | 20 | √ | null |
|
|
Ending date of the session. (date only) |
|
| TOTAL_ENROLLMENTS | int | 4 | √ | null |
|
|
The total number of session time slot enrollments for the program |
|
| TOTAL_ENROLLED_PARTICIPANTS | int | 4 | √ | null |
|
|
The total number of participants enrolled for any session in the program |
|
| TOTAL_WAITLISTS | int | 4 | √ | null |
|
|
The total number of session time slots waitlists for the program |
|
| TOTAL_WAITLISTED_PARTICIPANTS | int | 4 | √ | null |
|
|
The total number of participants waitlisted for any session in the program |
|
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
|
| MAX_FILLRATE | float | 8 | √ | null |
|
|
The maximum Fill Rate of all session dates within the session |
|
| AVG_FILLRATE | float | 8 | √ | null |
|
|
The average Fill Rate of all session dates within the session |
|
| DELETED | varchar | 5 | √ | null |
|
|
Whether the session has been marked as deleted (Yes/No) |