| Table: dbo.Form_1095_User_Preference | |||
| This table form 1095 user preferences. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| user_preference_KEY | int (4) | NOT NULL | The primary key. |
| w2_employee_sort_type_KEY | int (4) | NOT NULL | The W2 employee sort type. |
| form_1094C__tax_form_filing_method_KEY | int (4) | NOT NULL | The 1094C tax form filing method. |
| form_1095C__tax_form_filing_method_KEY | int (4) | NOT NULL | The 1095C tax form filing method. |
| form_1095C_send_to_employee_self_service | bit (1) | NOT NULL | Flag to indicate if the 1095C should be sent to ESS. |
| use_1094C_as_separator_page | bit (1) | NOT NULL | Flag which indicates if the separator page used when printing 1095-Cs should be a 1094-C copy instead of the standard separator page. |
| form_1095C_separator_page_watermark_indicator | bit (1) | NOT NULL | Indicator whether a watermark should appear on the separator page. Default value 0 (false). |
| form_1095C_separator_page_watermark_text | nvarchar (100) | NOT NULL | Text of the watermark that will appear on the separator page. |
| form_1095BC_send_to_workforce_hub | bit (1) | NOT NULL | Flag to indicate if the 1095B and 1095C should be sent to WorkforceHub. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_1095_User_Preference$user_preference_KEY | user_preference_KEY | ||