Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamically changing Restricted List

boopathyApr 3 2013 — edited Apr 3 2013
Hi,

We have a requirment,

Two team IT and HR are there. Each has it's own set of Reviewers and Approvers.
We have created a custom profile form where we have a metadata field for reviewers and approvers.
Based on user role, i am able to set up default values of Reviewer and Approver. This is fine. But IT team has two reviewers and i need to display as them drop down list.
Using Restricted list i can give the values, but i dont have the option to filter out reviewers based on role in restricted list.

Can someone guide me in how to dynamically change the restricted values in UCM.

Regards,
Boopathy

Comments

843807
Try this after the click event on the button :
yourcomponent.transferFocus();
yourapplet.requestFocus();

where yourcomponent is the component that contains the OK Button
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 1 2013
Added on Apr 3 2013
1 comment
275 views