Table: dbo.Client_1099_Tax_Form_Information
This table stores per-client selections regarding point-of-contact, signator, and some miscellaneous selections for the 1099 suite of forms.
Columns
NameTypeConstraintsDescription
client_KEYint (4)NOT NULLPrimary and foreign key. This data has only a single selection per client.
signature_1099__contact_KEYint (4)A NULL value means no selection. Otherwise the contact_KEY of the signator.
contact_1099__contact_KEYint (4)A NULL value means no selection. Otherwise the contact_KEY of the tax inquiries contact person for taxing authorities.
send_1099_to_essbit (1)NOT NULLAre the 1099s sent to Employee Self Service? 1 = yes; 0 = no.
send_1099_to_wfhbit (1)NOT NULLAre the 1099s sent to WorkforceHUB? 1 = yes; 0 = no.
suppress_datebit (1)NOT NULLIs the date suppressed on paper 1099s? 1 = yes; 0 = no.
Primary key
NameColumnsDescription
PK_Client_1099_Tax_Form_Information$client_KEYclient_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Client_1099_Tax_Form_Information__Client__client_KEYclient_KEYClient (client_KEY)FOREIGN KEY constraint to Client.
FK_Client_1099_Tax_Form_Information__Contact__signature_1099__contact_KEYsignature_1099__contact_KEYContact (contact_KEY)FOREIGN KEY constraint of signature 1099 contact_KEY for the Client_1099_Tax_Form_Information table.
FK_Client_1099_Tax_Form_Information__Contact__contact_1099__contact_KEYcontact_1099__contact_KEYContact (contact_KEY)FOREIGN KEY constraint of contact_KEY for the Client_1099_Tax_Form_Information table.

Schema diagram