SubTab


Description

Sub-tab navigation configuration managing sub-tab definitions and navigation structure within the application interface. This table defines sub-tabs, their descriptions, associated files, parent tab relationships, and display ordering, supporting dynamic user interface generation and navigation customization for different user roles and workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SubTabID int identity 4 null

Primary key - Unique identifier for each sub-tab configuration

SubTabName varchar 50 null

Sub-tab name - Display name of the sub-tab in the user interface

SubTabDesc varchar 300 null

Sub-tab description - Detailed description of the sub-tab’s purpose and functionality

Filename varchar 50 null

File name - Name of the file or page associated with this sub-tab

TabID int 4 null

Parent tab reference - Links to the parent tab that contains this sub-tab

DisplayOrder int 4 null

Display order - Order in which sub-tabs are displayed within the parent tab

Relationships