Table used to store pre-rendered form template documents used during W2 processing. |
w2_rendered_template_KEY | int (4) | NOT NULL | Primary key for table. |
form_year | int (4) | NOT NULL | Filing year of the template |
report_definition_KEY | int (4) | | Key of the associated report; a null value means the document is associated with a tax form instead of a report. |
template_document | varbinary (-1) | NOT NULL | Cached ActiveReport page of a particular W2 form, includes only the form graphics. |
tax_form_KEY | int (4) | | Key of the associated tax form; a null value means the document is associated with a report instead of a tax form. |
render_date | smalldatetime (4) | NOT NULL | Date the document was rendered. |