FACILITY_LINKS

0 rows


Description

Contains information on related records that are linked to facility records

Columns

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

The Hub record ID

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The facility ID

EVENTTYPE_FACILITY_ID int 4 null

The event type facility ID

EVENT_TYPE_ID int 4 null
EVENT_TYPES.EVENT_TYPE_ID Defined in XML R

The event type ID

FACILITYEVENTCAPACITY_ID int 4 null

The facility event type capacity ID

MINIMUM_CAPACITY int 4 null

The minimum capacity

MAXIMUM_CAPACITY int 4 null

The maximum capacity

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

FACILITYGROUPFACILITY_ID int 4 null

The reservation group facility ID

RESERVATION_GROUP_ID int 4 null
RESERVATION_GROUPS.RESERVATION_GROUP_ID Defined in XML R

The reservation group name

DISPLAY_ORDER int 4 null

The order that this record should be displayed

SKIPDATE_FACILITY_ID int 4 null

The skip date facility ID

SKIP_DATE_ID int 4 null
SKIP_DATES.SKIP_DATE_ID Defined in XML R

The ID of the skip date

Indexes

Constraint Name Type Sort Column(s)
FACILITY_LINKS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
FACILITY_LINKS_EVENT_TYPE_ID_IX Performance Asc EVENT_TYPE_ID
FACILITY_LINKS_EVENTTYPE_FACILITY_ID_ORG_ID_IX Performance Asc/Asc EVENTTYPE_FACILITY_ID + ORG_ID
FACILITY_LINKS_FACILITY_ID_IX Performance Asc FACILITY_ID
FACILITY_LINKS_FACILITYEVENTCAPACITY_ID_ORG_ID_IX Performance Asc/Asc FACILITYEVENTCAPACITY_ID + ORG_ID
FACILITY_LINKS_FACILITYGROUPFACILITY_ID_ORG_ID_IX Performance Asc/Asc FACILITYGROUPFACILITY_ID + ORG_ID
FACILITY_LINKS_RESERVATION_GROUP_ID_IX Performance Asc RESERVATION_GROUP_ID
FACILITY_LINKS_ROW_VERSION_IX Performance Asc ROW_VERSION
FACILITY_LINKS_SKIP_DATE_ID_IX Performance Asc SKIP_DATE_ID
FACILITY_LINKS_SKIPDATE_FACILITY_ID_ORG_ID_IX Performance Asc/Asc SKIPDATE_FACILITY_ID + ORG_ID

Relationships