Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| PAYMENTPLAN_CONFIG_SCHEDULE_ID | int | 4 | null |
|
|
ID of the this table |
||
| PAYMENTPLAN_CONFIG_ID | int | 4 | √ | null |
|
|
The ID of the related PAYMENTPLANCONFIG |
|
| SCHEDULE_DATE | datetime | 16,3 | √ | null |
|
|
Date of the scheduled cancellation |
|
| NUMBER_OF_DAYS_AFTER | int | 4 | √ | null |
|
|
Number of days after start date to charge |
|
| PAY_START_DATE | smallint | 2 | √ | null |
|
|
Start date for payment schedule |
|
| PERCENTAGE_OF_BALANCE | money | 21,4 | √ | null |
|
|
Percentage of blanace to charge |
|
| 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 |
|
|
The Hub sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_PAYMENTPLANCONFIGSCHEDULES | Primary key | Asc/Asc | PAYMENTPLAN_CONFIG_SCHEDULE_ID + ORG_ID |