Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||
| RECEIPT_DETAIL_PAYMENT_ID | int | 4 | √ | null |
|
|
The receipt detail payment ID |
||||
| RECEIPT_PAYMENT_ID | int | 4 | √ | null |
|
|
The ID of the receipt payment that is being applied |
||||
| RECEIPT_DETAIL_ID | int | 4 | √ | null |
|
|
The ID receipt detail that the payment is applied to |
||||
| GLACCOUNT_ID | int | 4 | √ | null |
|
|
The ID of the GL account that the payment is applied to (unless the receipt detail is distributed across multiple GL accounts) |
||||
| AMOUNT | money | 21,4 | √ | null |
|
|
The amount of the payment that is applied to this receipt detail |
||||
| IS_MULTI_GL | varchar | 5 | √ | null |
|
|
Whether the receipt detail is distributed across multiple GL accounts (Yes/No) |
||||
| IS_EXPORTED | varchar | 5 | √ | null |
|
|
Whether this payment distribution has been exported via the financial export (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) |
|---|---|---|---|
| RECEIPT_DETAIL_PAYMENTS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| RECEIPT_DETAIL_PAYMENTS_GLACCOUNT_ID_IX | Performance | Asc | GLACCOUNT_ID |
| RECEIPT_DETAIL_PAYMENTS_nc_cs_ix | Performance | Asc/Asc/Asc/Asc | GLACCOUNT_ID + RECEIPT_DETAIL_ID + RECEIPT_DETAIL_PAYMENT_ID + RECEIPT_PAYMENT_ID |
| RECEIPT_DETAIL_PAYMENTS_RECEIPT_DETAIL_ID_IX | Performance | Asc | RECEIPT_DETAIL_ID |
| RECEIPT_DETAIL_PAYMENTS_RECEIPT_DETAIL_PAYMENT_ID_ORG_ID_UQ | Must be unique | Asc/Asc | RECEIPT_DETAIL_PAYMENT_ID + ORG_ID |
| RECEIPT_DETAIL_PAYMENTS_RECEIPT_PAYMENT_ID_IX | Performance | Asc | RECEIPT_PAYMENT_ID |
| RECEIPT_DETAIL_PAYMENTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |