SALESORDERBBPAYTRANSACTION (4.0SP20)

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SALESORDERID

uniqueidentifier

true

ADDEDBYID

uniqueidentifier

false

CHANGEDBYID

uniqueidentifier

false

Fields
Field Field Type Null Notes Description

TRANSACTIONID

uniqueidentifier

true

TRANSACTIONAMOUNT

money

false

0

TRANSACTIONCONFIRMED

bit

false

0

CARDCHARGED

bit

false

0

DATEADDED

datetime

false

getdate()

DATECHANGED

datetime

false

getdate()

TS

timestamp

false

TSLONG

bigint (Computed)

true

PROCESSINGRESULTCODE

tinyint

false

8

PROCESSINGRESULT

nvarchar(17) (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_SALESORDERBBPAYTRANSACTION_DATEADDED

DATEADDED

False

False

True

IX_SALESORDERBBPAYTRANSACTION_DATECHANGED

DATECHANGED

False

False

False

IX_SALESORDERBBPAYTRANSACTION_SALESORDERID

SALESORDERID

False

False

False

PK_SALESORDERBBPAYTRANSACTION

ID

True

True

False

Triggers
Trigger Name Description

TR_SALESORDERBBPAYTRANSACTION_AUDIT_UPDATE

TR_SALESORDERBBPAYTRANSACTION_AUDIT_DELETE