Result list |
Name of the result list. |
Target |
Definition of the object which determines the list items. |
List title |
Alternative name for the title of the result list. The name can contain fixed strings and variables.
This value overwrites the List caption of the object definition that you have set for the result list. |
Display pattern |
The display template for displaying table entries in the administration tool result lists are displayed.
Syntax: %column name% |
FK object to activate (list) |
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) |
Condition |
Condition for limiting the number of results. The input must satisfy the WHERE clause database query syntax. The condition relates to the given object definition. The condition is consolidated with the condition which is already stored for the object definition.
The variables can be used that are available in the navigation interface.
TIP: In the predefined result lists, the result list condition is usually defined as the %<table>WhereClause% variable. In the menu items that use this result list, a where clause condition can be assigned to this variable. Use this to further limit the result list. If you do not want to limit the result list, leave the variable empty. |
Sort order |
Sort order of the list if there are several lists assigned to the menu item. |
Icon |
Icon for displaying the items in the list. |
Sort order |
Columns to use for the list order. The input must satisfy the Order By syntax of database queries. You should use a sort order if the data has a date or represents language-dependent data. For language-dependent sorting, use the configuration switch Re-sort data result by caption. |
Configuration flag |
Configuration flag for selecting special functions for a result list. Permitted settings are:
-
Ignore user interface forms in result list: No forms are made available in the result list. This can be used to prevent navigating to objects displayed as a list on an overview form. This is useful if, for example, forms are not defined for some objects in the result list. Otherwise, an empty form is displayed.
-
Re-sort data result by caption (e.g. when dyn. FKs are displayed): Set the configuration flag if language-dependent data is displayed. If the configuration flag is set, the data to be shown is sorted by language in the result list after it is loaded. |
Preprocessor condition |
Add preprocessor conditions to result lists if required. Therefore, a result list is only available if 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. |
Insert values |
Insert values initialize individual values when a new data set is added over the result list. Enter insert values in VB.Net syntax. When defining insert values, you can apply the variables currently available in the navigation. |
Insertion in list permitted |
Specifies whether you are generally allowed to insert entries in the corresponding result list Whether or not users are allowed to insert entries depends on their permissions. For more information about granting permissions, see the One Identity Manager Authorization and Authentication Guide. |
Deletion from list permitted |
Specifies whether you are generally allowed to delete entries in the corresponding result list. Whether or not users are allowed to delete entries depends on their permissions. For more information about granting permissions, see the One Identity Manager Authorization and Authentication Guide. |
Deactivated |
Specifies whether the result list is shown in the user interface. Disabled result lists are not shown in the user interface.
NOTE: This change is also permitted for result lists in the default user interface and is not overwritten on schema installation. |
Disabled by preprocessor |
If a result list is excluded through a preprocessor condition, this option is set by the Database Compiler. |
Do not merge columns |
Specifies whether the columns defined for this result list are merged with the columns to be displayed by default for the table.
If this option is set, only those columns defined on the result list are shown. Columns that are regularly displayed for a table, are not shown.
If the option is disabled, the default columns and custom columns of the result list are displayed. |
Insert values |
Default settings for fields that are assigned when a new data set is added. The input is in VB.Net syntax.
NOTE: The database needs to be complied after modifying the inserted values. |