Primary Key Field Type
 ID uniqueidentifier

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) 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 Key Field Type Null Notes Description
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_FINANCIALTRANSACTION1099BOXNUMBER_DATEADDED DATEADDED    
 IX_FINANCIALTRANSACTION1099BOXNUMBER_DATECHANGED DATECHANGED      
 PK_FINANCIALTRANSACTION1099BOXNUMBER ID  

Trigger Name Description
 TR_FINANCIALTRANSACTION1099BOXNUMBER_AUDIT_UPDATE
 TR_FINANCIALTRANSACTION1099BOXNUMBER_AUDIT_DELETE

Referenced by Field
 FINANCIALTRANSACTION1099DISTRIBUTION BOXNUMBER1099ID
 FINANCIALTRANSACTIONAPPLICATION1099DISTRIBUTION BOXNUMBER1099ID
 VENDOR1099ADJUSTMENT BOXNUMBER1099ID
 VENDOR1099DISTRIBUTION BOXNUMBER1099ID

Entity-Relationship diagram of this table