-
Login to Sysadmin console and create a Sandbox and activate it. Click on Form Designer and search for user form.2. Create a new field of desired type.3. Provide the Required Values for UDF creation and click save and close. UDF field will be added then publish the sand box.4. Login to Identity console now and create another sandbox and activate it. After sandbox is activated click on users link and the click on create user.5. Provide the mandatory values on the form and then click the customize button on top. Select source from the view.6. Select the panel where the field has to be added. Select panel form lay out click add content. Select Data component Catalog from the box.7. Select UserVO from the bottom.8. Select the newly added UDF and add it with the required input.9. Close the customization and publish the sandbox. UDF is added to the create user Field.10. Same customization has to be done on modify user and View user page by opening those pages and doing the same process (In case of View user rather than Data Component – Catalog Data component- Manage Users has to be selected).11. After Adding the field on Edit user page it will still not allow to submit any change on the field. For that process before publishing the sandbox please export it.12. After Exporting the sandbox extract it and open userModifyForm.jsff.xml from <SandBox>\oracle\iam\ui\runtime\form\view\pages\mdssys\cust\site\site location.13. Add two properties in the xml :- valueChangeListener="#{pageFlowScope.cartDetailStateBean.attributeValueChangedListener}"autoSubmit="true"’14. Zip it again and import this sandbox. Publish the sandbox and it will allow changes to be submitted on that field.
Download the OTD software and install it on a server by running runInstaller command from <Binaries>/Disk1. Preferred is to configure the OTD as root user because when the administration server is configured as root, then Oracle Traffic Director starts the keepalived daemon automatically when you start instances that are part of a failover group, and stops the daemon when you stop the instances. Set Oracle_Home as the new Installed OTD Home. Run below command to configure the Admin server: <OTD_HOME>/otd/bin/tadm configure-server --port=8989 --user=admin --server-user=root --instance- home= <OTD_HOME> /otd/instance_name/otd_instance1 This command will ask for admin password and will create the admin server. Run Below command to start the admin server: <OTD_HOME> /otd/instance_name/otd_instance1/admin-server/bin/startserv Login to the OTD console on http://<host>:8989 as admin user. Click New configuration: Click Next and create ne...
Hi Shikhar,
ReplyDeleteThis is so good Your document helped me a lot...
Really this is working for me... But at lat I am facing bit problem with converting Zip. Do we need to have licensed software to do (ZIP).
Hi Praveen.. You can use winzip or winrar... I have done it with 7zip which is also free.
ReplyDeleteHi Shikhar,
ReplyDeleteI am getting fallowing error
Import Sandbox Failed
oracle.mds.exception.MDSRuntimeException: MDS-01161: Reference "/sandbox_icici_sd (2)/mdssys/sandbox/active_mdsSandboxMetadata.xml" has an invalid character "(". MDS-01161: Reference "/sandbox_icici_sd (2)/mdssys/sandbox/active_mdsSandboxMetadata.xml" has an invalid character "(".
It is clearly saying that active_mdsSandboxMetadata.xml has been changed and invalid character is added. Try to export again from OIM and replace active_mdsSandboxMetadata.xml file from new export to this export and zip it again.
ReplyDeleteHi Shikhar,
DeleteThis is very good document.....
When I try to add Custom UDF's to User form (SysadminConsole--Users)
I am getting following Error
Error =DCInvokeMethod.null datacontrol
Error =Error returned is: DCInvokeMethod.null datacontrol
Error =JBO-25003: Object FormServiceAMDataControl of type DataControl is not found
Hi Krisha,
Deletecould you please provide how did you fixed the issue? I've the identical issue.
thanks a lot for your support.
Patrizia
Hi Shikar.. I 'm trying to create the UDF with Default Value. But that Value is not getting pop-up while creating or modifying User. However it gets displays while viewing. Can u pls help how can I accomplish it?
ReplyDeleteHi, you need to create the UDF with the default value. I tried one in my environment and it works. I created one text UDF (Nationality) with default value Indian and added it to all the pages (Create, Modify and View ) I can see the default value on every page.
ReplyDeletehi , i need to import objects into r2ps2 from 11gr1 then need to create udf can you please explain the process
ReplyDeleteThanks,
Lavanya
This comment has been removed by the author.
ReplyDeleteI have created the UDF without adding the below two preopeties and published the sandbox then how I can add below properties.
ReplyDeleteAdd two properties in the xml :- valueChangeListener="#{pageFlowScope.cartDetailStateBean.attributeValueChangedListener}"
autoSubmit="true"’
Please suggest
Hi Shikhar..
ReplyDeleteI am Trying to Create a Dropdown in 11g R2ps1 . i hav created a lookup and set that lookup as dropdown on Catalog page with "YES" and "NO" option but i don which property should i change after exporting sandbox ... as when i change vale from YES to NO and tries to click on Apply button ... its not enabled