System information

Identity Manager Workflows, Forms, and Views
Page 138 Identity Manager 7.1 Update 1 Release Notes
How to Use the objectSelector Example Code
1. From the Identity Manager IDE, open the Administrator Library UserForm object.
2. Add the following code to this form:
<Include>
<ObjectRef type='UserForm' name='Scalable Selection Library'/>
</Include>
3. Select the
accounts[Lighthouse].adminRoles
field within the
AdministratorFields
field.
4. Replace the entire
accounts[Lighthouse].adminRoles
with the following reference:
<FieldRef name=
'
scalableWaveset.adminRoles
'
/>
5. Save the object.
When you subsequently edit a user and select the Security tab, Identity Manager displays
the customized form. Clicking ... opens the Selector component and exposes a search field.
Use this field to search for admin roles that begin with a text string and set the value of the
field to one or more values.
To restore the form, import
$WSHOME/sample/formlib.xml
from Configure > Import
Exchange File.
See the Scalable Selection Library in
sample/formlib.xml
for other examples of using the
objectSelector
template to manage resources and roles in environments with many
objects.
The discussion of the
TabPanel
component now contains the following description of the
validatePerTab
property: (ID-15501)
validatePerTab
-- When set to true, Identity Manager performs validation expressions as
soon as the user switches to a different tab.
The discussion of the MultiSelect component now contains the following description of the
displayCase
property: (ID-14854)
displayCase
– Maps each of the allowedValues to their uppercase or lowercase
equivalents. Takes one of these two values: upper and lower.