FACILITY_AVAILABILITY

0 rows


Description

Contains facility availability information by date, calculated for the past 36 months and into the future for the next 12 months.

Columns

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

The Hub record ID

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The ID of the facility

FACILITY_NAME varchar 255 null

The name of the facility

FACILITY_DATE date 20 null

The date that the availability is calculated for

DAY_OF_WEEK int 4 null

The day of week number (1=Sunday to 7=Saturday)

DAY_OF_WEEK_NAME nvarchar 60 null

The day of week name (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday)

IS_CLOSED varchar 5 null

Whether the facility is configured as closed on this day of the week (Yes/No)

IS_OPEN_24_HOURS varchar 5 null

Whether the facility is configured as open 24 hours per day (Yes/No)

MIN_OPEN_TIME time 16 null

The minimum open time for the facility on this date

MAX_CLOSE_TIME time 16 null

The maximum close time for the facility on this date

OPEN_MINUTES int 4 null

The number of minutes the facility is open on this date

SKIP_MINUTES int 4 null

The number of minutes the facility is closed on this date due to a skip date

AVAILABLE_MINUTES int 4 null

The number of minutes the facility is available for reservation on this date

OPEN_HOURS numeric 12,2 null

The number of hours the facility is open on this date

SKIP_HOURS numeric 12,2 null

The number of hours the facility is closed on this date due to a skip date

AVAILABLE_HOURS numeric 12,2 null

The number of hours the facility is available for reservation on this date

OPEN_TIMES_FROM varchar 30 null

The level of configuration that the facility availability is obtained from for this date (Center / Center Default Times / Facility / Facility Open Times / Facility Default Times / Facility Hours / Facility Hours Open Times)

FACILITY_HOUR_ID int 4 null
FACILITY_HOURS.FACILITY_HOUR_ID Defined in XML R

The ID of the facility hour record that the facility availability is obtained from for this date

FACILITY_HOUR varchar 50 null

The name of the facility hour record that the facility availability is obtained from for this date

SKIP_DATE_ID int 4 null
SKIP_DATES.SKIP_DATE_ID Defined in XML R

The ID of the skip date record that affects the availability for this date

SKIP_DATE varchar 50 null

The name of the skip date record that affects the availability for this date

RESERVATION_DATE_RANGE_ID int 4 null
RESERVATION_DATE_RANGES.RESERVATION_DATE_RANGE_ID Defined in XML R

The ID of the reservation date range record that this facility date falls within

RESERVATION_DATE_RANGE varchar 100 null

The name of the reservation date range record that this facility date falls within

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