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

Part Number B32145-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Index
Index

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

10 Customizing Search Pages

When using the Administrative and User Console to manage users, groups, and other items, the first page a user sees is a search page. For example, when a user clicks on the Manage Users link, the Manage Users page appears with four menus for searching for 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 appears, for example, User Detail, Group Detail, and so on. The detail page contains an additional details menu. You can customize the items in these menus.

Customizing Drop-Down Menu Item Content

Use the Java Client to change the look up codes for search pages and additional details. To customize drop-down menus:

  1. Log in to the Java Client.

  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 in, it appears 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:

"Accessing Administrative and User Console Customization Files" 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 is as desired.

    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 is 10.

  4. Save the file.

  5. Redeploy the EAR file.