Menu item |
Unique menu item relation. You should assign descriptive names here if possible. These are then propagated in the child structures. This makes it easier to trace the position of child menu items. The parent menu item and the hierarchy is determined by the insert position in the user interface navigation. The menu item name can contain variables in order to represent the menu items. |
Entry type |
Menu item entry type. Permitted values are:
-
Menu category
-
Fixed menu item
-
Data-Dependent Menu Item
-
Task category
-
Task
-
Detached Menu Item
-
Link
-
Main Form Element
-
Statistics
For more information, see Components for navigation. |
Menu item link |
Reference entry that is shown when the link is opened during runtime. |
Caption |
Language-dependent caption for displaying the menu item in the user interface. The caption for data-dependent menu items can contain fixed strings and variables. The caption for recursive data-dependent menu items is inherited from the parent menu item. Translate the given text using the button. |
Sort order |
If several menu items have the same parent menu item, the sort order of the individual menu items specifies their position in the display order.
If the configuration flag Re-sort data submenu items by caption is set for the parent menu item, the sort order specified here is invalid. |
Icon |
Icon for displaying the menu item in the navigation If no icon is specified for recursively data-dependent menu items, the icon from the parent menu item is inherited. |
Launchpad action |
Action to run in the Launchpad. |
FK object to activate (data node) |
Path to the FK object to be loaded when an entry is selected in the front-end. Enter the base object path in the VI.DB ObjectWalker notation.
Example: FK(UID_ADSGroup) |
Table |
Table that the values are read from. |
Condition |
Specifies the conditions under which the menu item is displayed in the navigation. The input must satisfy the WHERE clause database query syntax. You can use variables to formulate a condition.
If the menu items are data-dependent, the condition is used to limit the number of results. If the menu items are recursively data-dependent then variables have to be used.
NOTE: The condition must not contain a JOIN and the query may need to be formulated as a subquery. |
Sort order |
Display elements are sorted by these table columns. The input must satisfy the Order By syntax of database queries. Sorting is given by the columns of the display template if no value is entered. You should use a sort order if the data has a date or represents language-dependent data.
NOTE: For language-dependent sorting, use the Re-sort data dependent menu item by caption configuration switch. |
Configuration flag |
Special functions are set for menu items with the configuration flag. For more information, see Table 102. |
Preprocessor condition |
You can add preprocessor conditions to menu items. This means that a menu item is only available when the preprocessor condition is fulfilled.
NOTE: In the Designer, you can find an overview of existing preprocessor dependencies in the One Identity Manager Schema > Preprocessor dependencies category. |
Description |
Text field for additional explanation. |
Disabled |
Specifies whether the menu item is displayed in the user interface. Disabled menu items are never displayed in the user interface.
NOTE: This change is also permitted for menu items in the default user interface and is not overwritten on schema installation. |
Disabled by preprocessor |
If a menu item is excluded through a preprocessor condition, this option is set by the Database Compiler. |
Show under "My One Identity Manager" |
This option marks the menu items in the Manager to be displayed in the My One Identity Manager category. |
Unique |
The query result cannot contain doubled items. By setting the Unique option, any doubt is eliminated.
Menu items that are labeled with the Unique option have to contain variables in their names to achieve uniqueness.
If, for example, all software applications (Application table) are grouped by language, the name of the corresponding menu item must contain a variable, which references the UID_DialogCulture column in the Application table.
NOTE: No interface forms are shown for objects that result from a database query.
NOTE: The option is disabled if the configuration switch Force open menu item is set. |
Recursive calling |
This menu item is the recursive successor of the previous menu item. If the option is not set, the results are represented by a flat structure. Set the option if the menu item is required to represent a hierarchical structure. You can only define recursive data-dependent menu items below a data-dependent item without recursion. |
Do not merge columns |
For use in displaying columns in the form elements on overview forms. Specifies whether columns defined for this menu item are merged and displayed with the default table columns.
Enable the option to display only those columns defined in the menu item. Columns that are regularly displayed for a table, are not shown. |
Initialization script |
VB.Net expression for overwriting values of this menu item respective to the data. The script allows you to initialize variables that you can then use when designing the display texts on overview forms.
Example:
Initializing the variable in the script: Variables("MyNewCaptionValue") = "New caption value".
Usage: %MyNewCaptionValue% |
Overlay icon definition |
VB.Net expression for defining overlays for the icon. Used to display the status in the Launchpad. |