| Table: dbo.AR_Customer_Payment_List_View_Column | |||
| Lists the column headers as they will appear in the AR Customer Payment view. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_customer_payment_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 Customer Payment 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_Customer_Payment_List_View_Column | ar_customer_payment_list_view_column_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Customer_Payment_List_View_Column$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_AR_Customer_Payment_List_View_Column_Option__AR_Customer_Payment_List_View_Column__ar_customer_payment_list_view_column_KEY | ar_customer_payment_list_view_column_KEY | AR_Customer_Payment_List_View_Column_Option | |