Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | √ | null |
|
|
The Hub record ID |
|
| MULTIGLFEE_ID | int | 4 | null |
|
|
Multi GL Fee table unique ID |
||
| GLACCOUNT_ID | int | 4 | √ | null |
|
|
The ID of the GL Account that the fee amount will be posted to |
|
| ACTIVITY_FEES_ID | int | 4 | √ | null |
|
|
The activity fee ID that this record links to |
|
| DCPROGRAMFEE_ID | int | 4 | √ | null |
|
|
The program fee ID that this record links to |
|
| PACKAGEFEE_ID | int | 4 | √ | null |
|
|
The pacakge fee ID that this record links to |
|
| PERCENTAGE | money | 21,4 | √ | null |
|
|
Percentage of fee to charge |
|
| REVENUE_SITE_ID | int | 4 | √ | null |
|
|
ID of the site for the item that the fee applies to |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| LAST_SYNC_TIME | datetime | 16,3 | √ | (getdate()) |
|
|
Date and time Hub record was last modified |
|
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_MULTIGLFEE | Primary key | Asc/Asc | MULTIGLFEE_ID + ORG_ID |
| MULTIGLFEE_MULTIGLFEE_ID_IX | Performance | Asc | MULTIGLFEE_ID |