Keyfax - Dataview Menu Table [dbm_top_menu]
Database Management Table: [dbm_top_menu]
The dbm_top_menu table contains the details of the layout of the top menu bar in the application. Each item can give access to a sub menu, via a search input.
The following list represents the table fields (columns) their data-type and brief usage instructions/description:
Field Name | Data Type | Usage |
---|---|---|
TopMenuID | int | Unique ID: used internally and cannot be edited via the application. |
MenuCaption | nvarchar(50) | Text displayed in the top menu bar. |
MenuOrder | smallint | Order in which the MenuCaption items are to be displayed. |
DropMenuID | ini | Related drop menu to display ( dbm_drop_menu.DropMenuID) when user hovers over menu bar item. |
SearchType | int | Search: Related Search menu to display (dbm_search.SearchTypeID) when top menu item selected. |
Visible | tinyint | Menu visibility: 1 = MenuCaption is visible, 0 = MenuCaption is hidden. |