| Table: dbo.AR_Customer_Payment_List_View_Column_Option | |||
| Saves user-specified ordering of how the columns will appear in the AR Customer Payments view. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_customer_payment_list_view_column_option_KEY | int (4) | NOT NULL | Primary key. |
| ar_customer_payment_list_view_column_KEY | int (4) | NOT NULL | The column whose ordering is specified by this entry. |
| ar_customer_payment_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_Customer_Payment_List_View_Column_Option | ar_customer_payment_list_view_column_option_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Customer_Payment_List_View_Column_Option$ar_customer_payment_option_KEY$ar_customer_payment_list_view_column_KEY | ar_customer_payment_option_KEY, ar_customer_payment_list_view_column_KEY | ||