Skip Headers
Oracle® Identity Manager Administrative and User Console Customization Guide
Release 9.1.0

Part Number E10362-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

10 Customizing Search Pages

In the Administrative and User Console, when you click a menu item to perform tasks, such as managing users and groups, a search page is displayed. For example, when you click the Manage link under the Users menu item, the Manage Users page is displayed with four drop-down menus for searching users. You can customize the number of drop-down menus, and what the items in the drop-down menus are.

When the search results display, you can determine the maximum number of rows in the results table displayed on each page. After a user selects an item from the results table, a detail page is displayed such as the User Detail page or the Group Detail page. The detail page contains an additional details menu. You can customize the items in these menus.

Customizing Drop-Down Menu Item Content

Use the Design Console to change the lookup codes for search pages and additional details. To customize drop-down menus:

  1. Log in to the Design Console.

  2. Open the Lookup Definition form by navigating to Administration, then to Lookup Definition.

  3. Search to locate the desired lookup definition.

    Tip:

    For your search criteria, use lookup.webclient* search to find the search pages, or *additional_details to find the additional details.
  4. Make the desired changes to the lookup codes to set the options displayed in the drop-down menu for each search page.

    • The Code Key is the meta data for each column.

    • The Decode value is what is displayed in the Administrative and User Console.

    • The order the items appear in the Code Key list are the order they appear in the Administrative and User Console drop-down list. If you delete an entry and add it back, it is displayed last in the list.

  5. Save your changes.

Customizing the Number of Drop-down Menu Items and Search Results

To change the number of drop-down menus, and the maximum number of search results on each page, edit the xlDefaultAdmin.properties file.

See Also:

The "Accessing Administrative and User Console Customization Files" section for details on how to access the xlDefaultAdmin.properties file and how to redeploy the EAR file.

To set the number of drop-down menus:

  1. Open the xlDefaultAdmin.properties file.

  2. Locate the property from the following table, and edit it as required.

    Table 10-1 Properties that Determine the Number of Menus on a Search Page

    Property Name Default Page

    global.property.numsearchuserfields

    4

    Search Users

    global.property.numsearchaccesspolicyfields

    2

    Access Policies

    global.property.numsearchresourcefields

    3

    Search Resources

    global.property.numsearchgroupfields

    1

    Search groups

    global.property.numsearchopentaskfields

    2

    My Open Tasks

    global.property.numsearchattestationprocessfields

    3

    Attestation Process


  3. To change the maximum number of search results on each page, change the value of the property global.displayrecordNum.value to the desired value. The default value is 10.

  4. Save the file.

  5. Redeploy the EAR file.