Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
OIM Role validation event handler

Hi experts,
I am faced with a situation where I would have to evaluate a role when submitting a request for the role to check whether some set of roles are alreay present or not.
Example If user A is Requesting for Role A then on submission of the request it should check whether User A isa member of Role B.
If not It shouldthrow an error in the UI.
I was trying with RequestDataValidator however it does not seem to get triggered when requesting for a Role via catalog.
Help me on the possible approaches and types.
Thanks and regards,
Ramesh.
Answers
-
Best way you have to check this in the catalog it self via Catalog Customization. You can see the below URL for customizing the catalog :
http://www.ateam-oracle.com/oim-11g-r2-catalog-customization-example/
-
Hi,
I am facing the same issue,can you please share how you were able to resolve it?
Thanks,
Varun
-
You can call add which will get triggered on the submitting the role in catalog and check for the condition in the adf