Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The dbo record ID |
||
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| REQUESTREFUND_ID | int | 4 | null |
|
|
The Refund Request ID |
||
| ORIGINALREQUESTREFUND_ID | int | 4 | √ | null |
|
|
The original Refund Request ID |
|
| CUSTOMERACCOUNT_ID | int | 4 | √ | null |
|
|
The customer account ID |
|
| AMOUNT | money | 21,4 | √ | null |
|
|
The amount of the Refund Request |
|
| STATUS | varchar | 100 | √ | null |
|
|
The status of the Refund Request |
|
| DATE_STAMP | datetime | 16,3 | √ | null |
|
|
The date and time the Refund Request was made |
|
| APPROVED_DATE_STAMP | datetime | 16,3 | √ | null |
|
|
The date and time the Refund Request was approved |
|
| SITE_ID | int | 4 | √ | null |
|
|
ID of the Site where the Refund Request was processed |
|
| SITE_NAME | varchar | 255 | √ | null |
|
|
Name of the Site where the Refund Request was processed |
|
| WORKSTATION_ID | int | 4 | √ | null |
|
|
ID of workstation where this Refund Request was processed |
|
| WORKSTATION_NAME | varchar | 45 | √ | null |
|
|
Name of workstation where this Refund Request was processed |
|
| SYSTEMUSER_ID | int | 4 | √ | null |
|
|
ID of the system user who created the Refund Request |
|
| SYSTEM_USER_NAME | varchar | 511 | null |
|
|
Name of the system user who created the Refund Request |
||
| APPROVED_SYSTEMUSER_ID | int | 4 | √ | null |
|
|
ID of the system user who approved the Refund Request |
|
| APPROVED_SYSTEM_USER_NAME | varchar | 511 | null |
|
|
Name of the system user who approved the Refund Request |
||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
Date and time dbo record was last modified |