Chatta subito con l'assistenza
Chat con il supporto

Identity Manager 9.3 - Configuration Guide

About this guide One Identity Manager software architecture Customizing the One Identity Manager default configuration Customizing the One Identity Manager base configuration One Identity Manager schema basics The full-text search in One Identity Manager Localization in One Identity Manager Process orchestration in One Identity Manager
Mapping processes in One Identity Manager Setting up Job servers
The One Identity Manager Service functionality Tracking changes with process monitoring Conditional compilation using preprocessor conditions Scripts in One Identity Manager
Visual Basic .NET scripts usage Notes on using date values Tips for using PowerShell scripts Using dollar ($) notation Using base objects Calling functions Pre-scripts for use in processes and process steps Using session services Using #LD-notation Displaying messages in the user interface Referencing packages and files in scripts Script library Support for processing scripts in the Script Editor Creating and editing scripts in the Script Editor Copying scripts in the Script Editor Testing scripts in the Script Editor Testing script compilation in the Script Editor Committing and compiling script changes Overriding scripts Permissions for running scripts Editing and testing script code with the System Debugger Extended debugging in the Object Browser
One Identity Manager query language Editing the user interface
Object definitions for the user interface User interface navigation Forms for the user interface Statistics in One Identity Manager Extending the Launchpad Task definitions for the user interface Applications for configuring the user interface Icons and images for configuring the user interface Using predefined database queries
Reports in One Identity Manager Adding custom tables or columns to the One Identity Manager schema Web service integration One Identity Manager as SCIM 2.0 service provider Processing DBQueue Processor tasks Structure of the Jobservice.cfg configuration file

Defining your own columns for results lists

In customized results lists, you can define your own columns to display. In predefined result lists, you can change the order of the columns and define additional columns.

To add you own columns to a result list

  1. In the Designer, select User interface > User interface navigation category.

  2. Select the Edit result lists task.

  3. In the result list editor, select the result list.

  4. In the edit view, select the Column view and click .

  5. Under Column type, select one of the permitted values and enter the required information.

    • Standard: One of the table's default columns.

      1. Under Column, select the column to be displayed in the result list.

    • Separator: Separator for visual separation.

    • Script: The value of a database column can be processed by a script to transform or format the data if necessary.

      1. Under Column, select the column to be displayed in the result list.

      2. Under Script, enter the name of the script to apply to the column.

    (Optional) Under Sort order, change the position of the column in the result list.

  6. Select the Database > Save to database and click Save.

To change the sort order of a column

  1. In the Designer, select User interface > User interface navigation category.

  2. Select the Edit result lists task.

  3. In the result list editor, select the result list.

  4. Select the Column view and, under Sort order, change the position of the column in the results list.

  5. Select the Database > Save to database and click Save.

Related topics

Assigning results lists to menu items

Use this task to assign results lists to menu items.

To assign a results list to a menu item

  1. In the Designer, select User interface > User interface navigation category.

  2. Select the Edit result lists task.

  3. In the Result list editor, select the results list.

  4. In the edit view, select the Menu item view and select the menu item.

  5. Select the Database > Save to database and click Save.

TIPP: In the predefined results lists, the results list condition is usually defined as the %<table>WhereClause% variable. In the menu items that use this results list, a where clause condition can be assigned to this variable. Use this to further limit the results list. If you do not want to limit the results list, leave the variable empty.

Related topics

Result list properties

The following result list properties are displayed.

Table 106: List properties
Property Description

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.

Related topics

Forms for the user interface

User interface forms are used to display and edit data in the user interface. The basic information for representing data on the user interface forms is described in form definitions and form templates. The form definition referenced by the interface form needs to be found. The form template given in the form definition is checked for existence in the form archive and to see if it labeled for the correct display purposes.

Detailed information about this topic
Related Documents

The document was helpful.

Seleziona valutazione

I easily found the information I needed.

Seleziona valutazione