Converse agora com nosso suporte
Chat com o suporte

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 values to insert

Use insert values to initialize individual values when a new data set is added over the result list. You can define values to be inserted for interface forms, object definitions, results lists for menu items, and tables.

Enter the insert values in VB.Net syntax. The Base. syntax always accesses the object that is currently loaded. Insert values are described with the following syntax:

  • Simple value assignment

    Base.PutValue("<column>", <value>)

  • Value assignment with variable replacement (value must be a character string)

    Base.PutValue("<column>", context.Replace(<value>))

All the columns of the table to be displayed may be applied. You can use variables for defining values to insert.

Example: Value assignment for values to be inserted

Base.PutValue("IsITShopOnly", 1)

Base.PutValue("UID_ADSContainer", context.Replace("%cont%"))

Note: If you have edited the values to be inserted, you must then compile the database.

Related topics

Result lists for menu items

You usually define result lists for fixed menu items and data-dependent menu items that are displayed in the user interface navigation. For example, you can use the properties of a result list to specify which display pattern is used for data in the user interface. You can also define which columns are displayed in a result list.

Predefined result lists are maintained by installing the schema and cannot be edited apart from a few properties.

NOTE: You can disable individual predefined result lists to prevent them being shown in the user interface. They remain disabled even after updating the schema.

Detailed information about this topic

Templates for displaying lists

You use a list display template to specify the form in which the table entries will be represented in the administration tool result list. You can define display templates for result lists of menu items, object definitions, and tables.

The display template is determined by the following in order:

  1. Display template of the menu item result list

  2. Display template of the object definition to use

  3. Display template of the table use

Syntax for display templates

The display template for displaying a list can be described in the following syntax:

%columnname%

All the columns that belong to the table that will be displayed can be used in the display template. Variables may not be used in display templates for lists.

Replacing the display template supports the ?? operator. Thus you can formulate conditional display templates with the following syntax.

%columnname1??columnname2??columnname3%

%columnname1?? columnname2%

The first column that returns a value from the list of column names is used. Spaces are permitted before and after the ?? operator. Spaces are not allowed at the beginning and end of the conditional display template for performance reasons.

Example: Display template for entries in a result list

The Active Directory user account (ADSAccount table) should be shown as follows:

Common Name (fully qualified domain name)

The display template for the ADSAccount table to be specified for this purpose is:

%cn% (%CanonicalName%)

Related topics

Disabling result lists

You can disable individual predefined result lists to prevent them being shown in the user interface. They remain disabled even after updating schema.

To disable 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 Properties view.

  5. Select the Properties tab and set the Disabled option.

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

You can also disable result lists using preprocessor conditions.

Related topics
Documentos relacionados

The document was helpful.

Selecione a classificação

I easily found the information I needed.

Selecione a classificação