ACTIVITY_SCHEDULED_FEE_RATES

0 rows


Description

Table containing Activity Fee Changes based on Activity Start Date

Columns

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

The dbo record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

ACTIVITY_SCHEDULED_FEE_RATE_ID int 4 null

Unique ID for this change record

SCHEDULEDFEES_ID int 4 null

Links to ACTIVITY_FEES.ACTIVITY_FEES_ID

SCHEDULED_FEE money 21,4 null

Amount of fee

SCHEDULED_DATE datetime 16,3 null

Date of change based on Activity Start Date

ROW_VERSION binary 8 null

System timestamp (for internal use)

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_ACTIVITY_SCHEDULED_FEE_RATES Primary key Asc/Asc ORG_ID + ACTIVITY_SCHEDULED_FEE_RATE_ID

Relationships