FINANCIALTRANSACTION1099BOXNUMBER

Holds financial transaction's 1099 box number information

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
MINIMUMAMOUNT money Default = 0 The minimum amount this box requires before it is reported
DESCRIPTION nvarchar(50) Default = '' The name of the Box number
BOXNUMBER nvarchar(5) Default = '' The box number
SEQUENCE int Default = 0 The sequence for the display order of the Box numbers
DATEADDED datetime Default = getdate() Indicates the date this record was added.
DATECHANGED datetime Default = getdate() Indicates the date this record was last changed.
TS timestamp Timestamp.
TSLONG bigint (Computed) yes CONVERT(bigint, TS) Numeric representation of the timestamp.
VIEWDESCRIPTION nvarchar(255) Default = '' This is the long name of the Box Number for the View minimum form
ISDROPDOWNITEM bit Default = 0 These records will only be used in the View 1099 Box Minimums form

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_FINANCIALTRANSACTION1099BOXNUMBER_DATEADDED DATEADDED yes
IX_FINANCIALTRANSACTION1099BOXNUMBER_DATECHANGED DATECHANGED
PK_FINANCIALTRANSACTION1099BOXNUMBER ID yes yes

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