Table: dbo.AR_Enter_Invoice_List_View_Column_Option | |||
Saves user-specified ordering of how the columns will appear in the AR Enter Invoices view. | |||
Columns | |||
Name | Type | Constraints | Description |
ar_enter_invoice_list_view_column_option_KEY | int (4) | NOT NULL | Primary key. |
ar_enter_invoice_list_view_column_KEY | int (4) | NOT NULL | The column whose ordering is specified by this entry. |
ar_enter_invoice_option_KEY | int (4) | NOT NULL | The set of saved options this entry belongs to. |
is_visible | bit (1) | NOT NULL | Whether or not the column will be visible to the user during data entry. |
sequence_number | int (4) | NOT NULL | The sequence number which specifies where in the order the column will appear in. |
is_skip_rapid | bit (1) | NOT NULL | Specifies whether to skip this column during entry on the rapid tab. |
is_skip_detail | bit (1) | NOT NULL | Specifies whether to skip this column during entry on the detail tab. |
Primary key | |||
Name | Columns | Description | |
PK_AR_Enter_Invoice_List_View_Column_Option | ar_enter_invoice_list_view_column_option_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_AR_Enter_Invoice_List_View_Column_Option$ar_enter_invoice_option_KEY$ar_enter_invoice_list_view_column_KEY | ar_enter_invoice_option_KEY, ar_enter_invoice_list_view_column_KEY |