| Table: dbo.AP_Enter_Transaction_List_View_Column | |||
| This table contains the list of columns used in Enter AP Transactions screen and whether they can be hidden or not. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ap_enter_transaction_list_view_column_KEY | int (4) | NOT NULL | Primary Key. Not null. |
| description | nvarchar (44) | NOT NULL | Represents the list of all columns used in Enter AP Transactions. A (*) at the end of a column indicates it is required and cannot be hidden. Not null. |
| is_required | int (4) | NOT NULL | If set to true, then the column must be shown in the AP Enter Transaction screen; it can't be hidden by the user. |
| Primary key | |||
| Name | Columns | Description | |
| PK_AP_Enter_Transaction_List_View_Column | ap_enter_transaction_list_view_column_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AP_Enter_Transaction_List_View_Column$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_AP_Enter_Transaction_List_View_Column_Option__AP_Enter_Transaction_List_View_Column__ap_enter_transaction_list_view_column_KE | ap_enter_transaction_list_view_column_KEY | AP_Enter_Transaction_List_View_Column_Option | |