FINANCIALTRANSACTION1099BOXNUMBER (4.0SP17)

Holds financial transaction's 1099 box number information

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

MINIMUMAMOUNT

money

false

0

The minimum amount this box requires before it is reported

DESCRIPTION

nvarchar(50)

false

''

The name of the Box number

BOXNUMBER

nvarchar(5)

false

''

The box number

SEQUENCE

int

false

0

The sequence for the display order of the Box numbers

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

VIEWDESCRIPTION

nvarchar(255)

false

''

This is the long name of the Box Number for the View minimum form

ISDROPDOWNITEM

bit

false

0

These records will only be used in the View 1099 Box Minimums form

Indexes
Index Name Field(s) Unique Primary Clustered

IX_FINANCIALTRANSACTION1099BOXNUMBER_DATEADDED

DATEADDED

False

False

True

IX_FINANCIALTRANSACTION1099BOXNUMBER_DATECHANGED

DATECHANGED

False

False

False

PK_FINANCIALTRANSACTION1099BOXNUMBER

ID

True

True

False

Triggers
Trigger Name Description

TR_FINANCIALTRANSACTION1099BOXNUMBER_AUDIT_UPDATE

TR_FINANCIALTRANSACTION1099BOXNUMBER_AUDIT_DELETE

Referenced by
Referenced by Field

FINANCIALTRANSACTION1099DISTRIBUTION

BOXNUMBER1099ID

FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION

BOXNUMBER1099ID

VENDOR1099ADJUSTMENT

BOXNUMBER1099ID

VENDOR1099DISTRIBUTION

BOXNUMBER1099ID