User Console Design Guide › Configuring Profile Tabs and Screens › How to Populate Field Options › Dynamically Populating the Organization Field › Configure a Dynamic Organization Field
Configure a Dynamic Organization Field
When you configure a dynamic organization field for the Create User task, CA IdentityMinder creates new users in the organization where the profile for the administrator who is creating the user exists.
To configure a dynamic organization field
- In the User Console, go to Roles and Tasks, Admin Tasks, Modify Admin Task.
- Search for and select the Create User task.
- On the Tabs tab, click the edit icon to edit the Profile tab.
- In the Screen field, click Browse to display a list of screens to edit.
- Select the Create User Profile screen and click Edit.
- Locate the Organization and click the edit icon to edit its properties.
- Set Style to Hidden.
- In the Default JavaScript field, enter the following:
function defaultValue(FieldContext)
{
return FieldContext.getAdministrator().getOrg(null).getUniqueName();
}
- Click Apply.
- Click the left arrow next to Field Properties to return to the screen.
Copyright © 2013 CA.
All rights reserved.
|
|