Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | null |
|
|
The Hub record ID |
|||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
Activity ID that activity class dates should be generated for |
||||
| PATTERN_NAME | varchar | 50 | √ | null |
|
|
Name of the activity reservation pattern |
||||
| PATTERN_INDEX | int | 4 | √ | null |
|
|
Sort order of the activity reservation pattern |
||||
| FACILITY_ID | int | 4 | √ | null |
|
|
Facility ID that activity class dates should be generated for |
||||
| WEEKS_OF_MONTH | varchar | 5 | √ | null |
|
|
Weeks of the month that class dates should be generated for (each character represents a week in the month) |
||||
| DAY_OF_WEEK | int | 4 | √ | null |
|
|
Day of week number to generate activity class dates for (1=Sunday to 7=Saturday) |
||||
| DAY_OF_WEEK_NAME | nvarchar | 60 | √ | null |
|
|
Day of week to generate activity class dates for (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday) |
||||
| BEGINNING_DATE | date | 20 | √ | null |
|
|
First date that activity class dates should be generated from |
||||
| ENDING_DATE | date | 20 | √ | null |
|
|
Last date that activity class dates should be generated to |
||||
| START_TIME | time | 16 | √ | null |
|
|
Start time of the activity class |
||||
| END_TIME | time | 16 | √ | null |
|
|
End time of the activity class |
||||
| SETUP_START_TIME | time | 16 | √ | null |
|
|
Start time of the scheduled time for the class including setup time |
||||
| CLEANUP_END_TIME | time | 16 | √ | null |
|
|
End time of the scheduled time for the class including cleanup time |
||||
| ACTIVITY_RESERVATION_PATTERN_ID | int | 4 | √ | null |
|
|
Activity reservation pattern ID (for internal synchronization) |
||||
| ACTIVITY_RESERVATION_PATTERN_FACILITY_ID | int | 4 | √ | null |
|
|
Activity reservation pattern facility ID (for internal synchronization) |
||||
| ACTIVITY_RESERVATION_PATTERN_DATE_ID | int | 4 | √ | null |
|
|
Activity reservation pattern date ID (for internal synchronization) |
||||
| 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 |