Table: dbo.Spreadsheet_Import_AR_Transaction_Shipping_Item_Selection | |||
Specifies column options for AR transaction invoice items of type Shipping. | |||
Columns | |||
Name | Type | Constraints | Description |
spreadsheet_import_ar_transaction_shipping_item_selection_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | User friendly name for AR shipping item import column option. |
sequence_number | int (4) | NOT NULL | Sequence in which the column options to be displayed to the user. |
Primary key | |||
Name | Columns | Description | |
PK_Spreadsheet_Import_AR_Transaction_Shipping_Item_Selection | spreadsheet_import_ar_transaction_shipping_item_selection_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Spreadsheet_Import_AR_Transaction_Shipping_Item_Selection$description | description | ||
UK_Spreadsheet_Import_AR_Transaction_Shipping_Item_Selection$sequence_number | sequence_number |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Import_Template_Column_AR_Transaction_Item_Data__Spreadsheet_Import_AR_Transaction_Shipping_Item_Selection__spreadsheet_impor | spreadsheet_import_ar_transaction_shipping_item_selection_KEY | Import_Template_Column_AR_Transaction_Item_Data |