Table: dbo.AR_Enter_Invoice_List_View_Column | |||
Lists the column headers as they will appear in the AR Enter Invoices view. | |||
Columns | |||
Name | Type | Constraints | Description |
ar_enter_invoice_list_view_column_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (44) | NOT NULL | The text of the column header as it will appear in the AR Enter Invoices view. |
is_required | bit (1) | NOT NULL | Whether the user will be required to enter information in the column. |
Primary key | |||
Name | Columns | Description | |
PK_AR_Enter_Invoice_List_View_Column | ar_enter_invoice_list_view_column_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_AR_Enter_Invoice_List_View_Column$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_AR_Enter_Invoice_List_View_Column_Option__AR_Enter_Invoice_List_View_Column__ar_enter_invoice_list_view_column_KEY | ar_enter_invoice_list_view_column_KEY | AR_Enter_Invoice_List_View_Column_Option |