Table: dbo.Import_Template_Column_Tax_Item_Data | |||
List of tax items and their types associated with a template column. | |||
Columns | |||
Name | Type | Constraints | Description |
import_template_column_tax_item_data_KEY | int (4) | NOT NULL | Primary key for this table. |
import_template_column_KEY | int (4) | NOT NULL | Import template column key for import column. |
client_tax_item_KEY | int (4) | NOT NULL | Tax item key for tax item. |
Primary key | |||
Name | Columns | Description | |
PK_Import_Template_Column_Tax_Item_Data | import_template_column_tax_item_data_KEY |