CUSTOMERACCOUNTS

0 rows


Description

Customer accounts

Columns

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

The Hub record ID

CUSTOMERACCOUNT_ID int 4 null

The Customer Account ID

RECEIPTHEADER_ID int 4 null

ID of the receipt header

RECEIPTPAYMENT_ID int 4 null

The receipt payment ID that the Customer Account is related to

CUSTOMER_ID int 4 null

Customer ID of the Account

COMPANY_ID int 4 null

The third-party account company

SITE_ID int 4 null

ID of the Site where the Customer Account was processed

WORKSTATION_ID int 4 null

ID of workstation where this Customer Account was processed

SYSTEMUSER_ID int 4 null

ID of the system user who created the transaction

TRANSACTIONTYPE varchar 100 null

Transaction type of the Customer Account

AMOUNT money 21,4 null

The gross amount sold (including zero). This is the amount after discount: the actual paid amount.

DESCRIPTION varchar 100 null

The description of this Customer Accout item

DATESTAMP datetime 16,3 null

The date and time the Customer Account was created

VOIDED char 3 null

Whether the Customer Account has been voided (Yes/No)

VOIDEDBY int 4 null

The ID of the system user who voided the Customer Account

VOIDEDON datetime 16,3 null

The date and time that the Customer Account was voided

EXPIRATIONDATE datetime 16,3 null

The date and time the Customer Account expires

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_CUSTOMERACCOUNTS Primary key Asc/Asc CUSTOMERACCOUNT_ID + ORG_ID

Relationships