SYSTEM_USER_PROFILES

0 rows


Description

Authorization profiles assigned to system users

Columns

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

The Hub record ID

SYSTEM_USER_PROFILE_ID int 4 null

The system user profile ID

SYSTEMUSER_ID int 4 null
SYSTEM_USERS.SYSTEMUSER_ID Defined in XML R

The system user ID

PROFILE_ID int 4 null
PROFILES.PROFILE_ID Defined in XML R

The assigned profile ID

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)
SYSTEM_USER_PROFILES_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
SYSTEM_USER_PROFILES_PROFILE_ID_IX Performance Asc PROFILE_ID
SYSTEM_USER_PROFILES_ROW_VERSION_IX Performance Asc ROW_VERSION
SYSTEM_USER_PROFILES_SYSTEM_USER_PROFILE_ID_ORG_ID_UQ Must be unique Asc/Asc SYSTEM_USER_PROFILE_ID + ORG_ID
SYSTEM_USER_PROFILES_SYSTEMUSER_ID_IX Performance Asc SYSTEMUSER_ID

Relationships