How to add UDF i.e custom attribute to catalog in OIM 11gR2PS3.

Go to System Administrator console.



·         Click on Sandboxes, shown in below screen shot.

  

Click on Create Sandbox.



Give sandbox name and click on Save and Close.



Go to Catalog tab.



·         Click on create custom field.



·         Select Field Type as “Text” or "Lookup".


·         Enter Display Label field and then click on “Save and Close”.



·         Custom field is created.




·         Go to Manage sandboxes and publish that sandbox.



The custom field is now registered in the “Catalog” Table.

Now to add the custom field "AppOwner" is catalog form, follow the below steps:   

 

·         Login to Identity Self Service console.

·         Create a new sandbox and activate it.



Click on Request for self.



Click on the information button on any of the catalog item.



·         Click on customize on top right corner of the Identity console.



Click on Structure tab.


Click on Edit.



·         Click on the area containing these text fields and then click on add symbol.


·         Open Data component-Catalog.



·         Open EditCartItemsVO.



·         Search for added custom field and click on Add.



·         Select the option : ADF Input text with label.


Click on Close button.



Select added custom field and then click edit icon.

Set EL expression for Value Change Listener. 

 

Enter below EL expression:

#{backingBeanScope.catReqBean.inputTextChangeListener}

Apply the changes.

Click on Close button.


·         Go to manage sandboxes and publish sandbox.



We can see, "AppOwner" custom field added successfully.


No comments:

Post a Comment