Table: dbo.Rapid_Tab_List_View_Filter | |||
This table contains the four possible filters for the Rapid tab in the Enter AP Transactions screen. | |||
Columns | |||
Name | Type | Constraints | Description |
rapid_tab_list_view_filter_KEY | int (4) | NOT NULL | Primary Key. Also a Foreign Key to the AP_Enter_Transaction_Option table. Not null. |
description | nvarchar (88) | NOT NULL | Represents the filter used in the Rapid tab in Enter AP Transactions. Not null. |
Primary key | |||
Name | Columns | Description | |
PK_Rapid_Tab_List_View_Filter | rapid_tab_list_view_filter_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Rapid_Tab_List_View_Filter$description | description |