Table used to store pre-rendered employee datasharing xml that will be exported for import by other applications. |
employee_w2_rendered_datashare_KEY | int (4) | NOT NULL | Primary key for table. |
form_year | int (4) | NOT NULL | Filing year of the datashare xml |
employee_KEY | int (4) | NOT NULL | Primary key of the employee associated with this row's datashare xml. |
datashare_xml | nvarchar (-1) | | Cached datashare xml that will be exported for import by other applications. |
render_date | smalldatetime (4) | NOT NULL | Date the datashare data was rendered. |