RESERVATION_GROUPS

0 rows


Description

Contains information on reservation groups

Columns

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

The Hub record ID

RESERVATION_GROUP_ID int 4 null
FACILITY_LINKS.RESERVATION_GROUP_ID Defined in XML R
WORKSTATIONS.FACILITY_GROUP_ID Defined in XML R

Reservation group ID

RESERVATION_GROUP_NAME varchar 50 null

Reservation group name

SITE_ID int 4 null
SITES.SITE_ID Defined in XML R

The ID of the site that this reservation group belongs to (NULL for all sites)

CENTER_ID int 4 null
CENTERS.CENTER_ID Defined in XML R

The ID of the center that this reservation group is specific to

EVENT_TYPE_ID int 4 null
EVENT_TYPES.EVENT_TYPE_ID Defined in XML R

The ID of the default event type to be used with this reservation group

SCHEDULE_TYPE_ID int 4 null
SCHEDULE_TYPES.SCHEDULE_TYPE_ID Defined in XML R

The ID of the default schedule type to be used with this reservation group

CUSTOMER_TYPE_ID int 4 null
CUSTOMER_TYPES.CUSTOMER_TYPE_ID Defined in XML R

The ID of the default customer type to be used with this reservation group

TIME_INCREMENT_MINUTES int 4 null

The booking time increment in minutes to be displayed for this reservation group

STARTING_TIME time 16 null

The availability starting time to be displayed for this reservation group

ENDING_TIME time 16 null

The availability ending time to be displayed for this reservation group

SHOW_ONLINE varchar 5 null

Whether this reservation group should be displayed online (Yes/No)

NON_EXCLUSIVE_EVENT varchar 5 null

Whether this reservation group supports non-exclusive events (Yes/No)

DISPLAY_IMAGE_ID int 4 null
UPLOADED_FILES.UPLOADED_FILE_ID Defined in XML R

The ID of the image to be displayed for this reservation group

SHOW_ONLINE_LANDING_PAGE varchar 5 null

Whether this reservation group should be displayed on the online landing page (Yes/No)

LANDING_PAGE_HEADING varchar 60 null

The heading to be displayed on the online landing page

LANDING_PAGE_FIELD_ORDER int 4 null

The position order where this reservation group should be displayed on the online landing page

ROW_VERSION binary 8 null

System timestamp (for internal use)

LAST_SYNC_TIME datetime 16,3 (getdate())

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

Indexes

Constraint Name Type Sort Column(s)
RESERVATION_GROUPS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
RESERVATION_GROUPS_CENTER_ID_IX Performance Asc CENTER_ID
RESERVATION_GROUPS_CUSTOMER_TYPE_ID_IX Performance Asc CUSTOMER_TYPE_ID
RESERVATION_GROUPS_EVENT_TYPE_ID_IX Performance Asc EVENT_TYPE_ID
RESERVATION_GROUPS_RESERVATION_GROUP_ID_ORG_ID_UQ Must be unique Asc/Asc RESERVATION_GROUP_ID + ORG_ID
RESERVATION_GROUPS_ROW_VERSION_IX Performance Asc ROW_VERSION
RESERVATION_GROUPS_SCHEDULE_TYPE_ID_IX Performance Asc SCHEDULE_TYPE_ID
RESERVATION_GROUPS_SITE_ID_IX Performance Asc SITE_ID

Relationships