This table is used by tax processing code to drive 1096 form printing. |
print_1096_selection_KEY | int (4) | NOT NULL | Primary key for this table. The print engine uses this to uniquely identify each 1096 during a print run. |
print_1099_KEY | int (4) | NOT NULL | Foreign key into the Print_1099 table. |
client_KEY | int (4) | NOT NULL | Foreign key to the client who is having a 1096 form printed for them. |
contact_KEY | int (4) | | The contact to use on the 1096. |
signature__contact_KEY | int (4) | | The key for the staff member who will be signing the 1096. |
preparation_date | smalldatetime (4) | | The preparation date to display on the form. If null, then display nothing on the form. |
is_correcting_tin | bit (1) | NOT NULL | Whether is correcting tin. |
is_correcting_return_type | bit (1) | NOT NULL | Whether is correcting return type. |
is_correcting_name | bit (1) | NOT NULL | If true, then this record has a name change that should trigger an "Error Type 2" 1099 correction. |