Entries in this table each represent a single overriden field on a Tax Form.When the option to Save overrides by period end date for the relevant form type is off,the system will maintain only one set of overrides for the given tax form collation / client combination by dynamically reassigning them from one period_end_date to another. |
tax_form_filing_override_KEY | int (4) | NOT NULL | Primary key for this table |
tax_form_filing_KEY | int (4) | NOT NULL | Key into the Tax_Form_Filing table to indicate to which filing this override applies |
unit | smallint (2) | NOT NULL | Non-multi-unit forms are always unit 1. For multi-unit forms, this indicates to which copy of a given page the override applies. |
field_reference_number | smallint (2) | NOT NULL | Uniquely identifies a given overridable field within a combination of a Tax Form Collation and a page |
override_data | nvarchar (300) | NOT NULL | The payload of the override, formatted as text |
page_identifier | uniqueidentifier (16) | NOT NULL | Represents a unique form page. For year specific forms, the same page_identifier will be shared across all form years. |