Sunday, February 15, 2015

OIM UI: Making Field Required

Version: Oracle Identity Manager 11.1.2.2.0
Description: This post shows how to make a UI field on a resource process form required.
Reference: http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#OMDEV2742

1. Log in to Oracle Identity Self Service.


2. On the top right of the page, click Sandboxes.

 
3. Click Create Sandbox, and then specify name of sandbox and make it active.







4. On the left panel, expand Requests, and then select Catalog.


5. Search for an application instance in the catalog and checkout for user.


6. On the resource form, open web composer. To open web composer, click Customize on the top right menu.

Resource Form


7. On the web composer menu, select the View drop down and select Source.


8. Select an input field on the UI form and confirm edit.




9. After highlighting a form field on the UI form, the input field will be highlighted in the source view. Click Edit on the source menu.







10. On the component properties, click the down arrow next to the Required property. Then select Expression Builder.






11. Change the value in Type a value or expression area box to true. Then click OK.











12. Click Apply. The Required property should be checked. Then click OK.





13. Close web composer. Validate changes by submitting no value for the required field. The required field should have an asterisk next to the field label.






14. Publish sandbox.




1 comment:

  1. How do we set 'required' field for dropdown (ComboBox) fields in th form?

    ReplyDelete