- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Auto-populating a Field
We are building a form using the User Picker Control Type and we want the field to auto-populate with the user's Dept and Company. Now, we can only bring up the default values of Id, Unique Id, User Id, Full name and Email Address. Is there a way to bring in the user's Department and Company information once the user is choosen?
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Just a comment for the 3rd option:
First create a findUsers type drop down with webservice field. Filter in user id from the user picker field and return the company/department value of that user.
You can optionally add this text into a text field as well.
Zoltan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Do you have a requirement to get in request form itself ?
If No -> Get these values in workflow
If Yes ->
- Introduce a checkbox & text filed to show department & company
- Introduce a javascript block and call findUser WS to get the user details once the check box is clicked
- Populate the values in department & company text fields
Hope these helps.
-Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Just a comment for the 3rd option:
First create a findUsers type drop down with webservice field. Filter in user id from the user picker field and return the company/department value of that user.
You can optionally add this text into a text field as well.
Zoltan
