Sun Identity Manager Deployment Reference

Setting View Options in Forms

View options can be conveniently set in some forms. The following procedure uses the WorkItem List view as an example.

Procedure To Set View Options in a Form

  1. Copy the form into the Identity Manager IDE or the XML editor of choice.

  2. Change the form name.

  3. Register it in the System Configuration object under the form.workItemList attribute.

    In the custom form, you can then specify view options as properties of the form as indicated in the following example.

Example


<Form>
 <Properties>
 <Property name=’CustomUserLists’ value=’true’/>
</Properties>
 ...
</Form>