SESSIONS

0 rows


Description

DEPRECATED: Please use views dbo.PROGRAM_SESSIONS or dbo.SESSIONS_ONLY instead

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int 4 null

The Hub record ID

PROGRAM_SESSION_ID int 4 null

Program / Session linking ID.

PROGRAM_ID int 4 null

ID of the program that the session belongs to.

PROGRAM_NAME varchar 255 null

Name of the program that the session belongs to.

SESSION_ID int 4 null
FACILITY_RESERVATION.SESSION_ID Defined in XML R
PROGRAM_FEES.QUALIFIED_SESSION_ID Defined in XML R
PROGRAM_SESSIONS.SESSION_ID Defined in XML R
TRANSACTIONS.SESSION_ID Defined in XML R

Session ID.

SESSION_NAME varchar 255 null

Name of the session.

SESSION_ORDER_NUMBER int 4 null

The display order that this session should be displayed within this program

DESCRIPTION varchar 8000 null

Description of the session

PROGRAM_TYPE_ID int 4 null
PROGRAM_TYPES.PROGRAM_TYPE_ID Defined in XML R

The program type ID of the session

PROGRAM_TYPE varchar 100 null

The program type of the session

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

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
FACILITIES.FACILITY_ID Defined in XML R

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.

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)

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)

RETIRED varchar 5 null

Whether the session has been retired (Yes/No)

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

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

REGISTRATION_SESSION_ID bigint 8 null

Unique identifier used to link the program registration to the specific program 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

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

Relationships

View Definition


Possibly Referenced Tables/Views