FACILITY_USERS

0 rows


Description

Contains information on configured users and approvers for facilities

Columns

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

The Hub record ID

FACILITY_USER_ID int 4 null

The facility user ID

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The facility ID

SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

The system user ID

IS_FINAL_APPROVER varchar 5 null

Whether the user is a final approval for reservation requests for this facility (Yes/No)

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)
FACILITY_USERS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
FACILITY_USERS_FACILITY_ID_IX Performance Asc FACILITY_ID
FACILITY_USERS_FACILITY_USER_ID_ORG_ID_UQ Must be unique Asc/Asc FACILITY_USER_ID + ORG_ID
FACILITY_USERS_ROW_VERSION_IX Performance Asc ROW_VERSION
FACILITY_USERS_SYSTEMUSER_ID_IX Performance Asc SYSTEMUSER_ID

Relationships