COMPANY_AUTHORIZED_AGENTS

0 rows


Description

Company authorized agent details

Columns

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

The Hub record ID

COMPANY_AUTHORIZED_AGENT_ID int 4 null

Company authorized agent ID

COMPANY_ID int 4 null
COMPANIES.COMPANY_ID Defined in XML R

Company ID

CUSTOMER_ID int 4 null
CUSTOMERS.CUSTOMER_ID Defined in XML R

Customer ID of the authorized agent

CONTACT_TYPE_ID int 4 null
CONTACT_TYPES.CONTACT_TYPE_ID Defined in XML R

Contact type ID

IS_ONLINE_ADMINISTRATOR varchar 5 null

Whether the agent can administer Organization and Agents online and conduct allowed transactions (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)
COMPANY_AUTHORIZED_AGENTS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
COMPANY_AUTHORIZED_AGENTS_COMPANY_AUTHORIZED_AGENT_ID_ORG_ID_UQ Must be unique Asc/Asc COMPANY_AUTHORIZED_AGENT_ID + ORG_ID
COMPANY_AUTHORIZED_AGENTS_COMPANY_ID_IX Performance Asc COMPANY_ID
COMPANY_AUTHORIZED_AGENTS_CONTACT_TYPE_ID_IX Performance Asc CONTACT_TYPE_ID
COMPANY_AUTHORIZED_AGENTS_CUSTOMER_ID_IX Performance Asc CUSTOMER_ID
COMPANY_AUTHORIZED_AGENTS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships