Google Search

Saturday, May 10, 2014

OIM 11G R2 PS2 Custom UDF Creation

Custom UDF Creation on OIM 11G R2 PS2 

In 11G R2 PS2 we have 3 main types of forms like Create User Form, Modify User Form and View User Form

Login to the OIM sysadmin console by enters URL as http:\\oim-hostname:port\sysadmin

Create and Active the UDF sandbox

                             On left pane, Click on Users tab, click on Create tab
  Select type of field you want to create. Below screen showing the text field
Provide field name and Maximum and minimum lengths
Click on Submit to see the if the field is created or not
Login to Identity Console and activate the UDF sandbox
Click on Create user and enter mandatory fields
After enters the required fields, on right top corner you just click on Customize tab
Click on Source on top left, then scroll down where you need to create the field
Clcik on Edit and select Data Catalog  for Create UDF field
 Select UserVO and Click open to see the custom attibute field
Select the custom udf field and select i\p texp with label
Click on Close button to see the Custom UDF field is appeared or not in OIM User form 
Enter data in that field and submit to save the user.

Thus, Create Form is successfully completed. Similarly you can do the mappings for Modify user and View user forms

Standard Order for all forms:

Create User -> Data Catalog -> UserVO -> ADF Input Text w\ Label
Modify User -> Data Catalog -> UserVO -> ADF Input Text w\ Label
View User -> Manage Users -> UserV01 -> ADF Output Text w\ Label

No comments:

Post a Comment