steps to configure the pre-populate adapter

Steps to configure a pre-populate adapter on a process form field, which takes the value from the corresponding OIM User entity.

The example here is provided on AD connector form, for e-mail field. However, the same concept applies to any field and any process form.

steps to configure the pre-populate adapter are:
 

1) Go to Design Console and select Development Tools-> Form Designer from the tree on the left.

2) Select the Form Designer Table tab from the lower part of the window.

Double click the row number next to UD_ADUSER.
3) Go to the Pre-Populate tab on the Form Designer page.

4) Click the Add button then complete the form:
      - Field Name -> E Mail
      - Rule -> double click the field and select Default
      - Adapter -> double click the field and select ADIDC Populate Form Field.

5)   Click the save button.
    Select the row shown in the Adapter variables Table and Click Map.
      - Map To -> User Definition
      - Qualifier -> Email Address

6)  Save and close, save and close again the next window.
    Now in the Pre-Populate table you should see the new Adapter for E-mail.

To hide Tab from End Users

To hide Tab from End User do the following steps


Click on the tab which needs to be hidden from end users
Click on edit and scroll down
Click on show component
Click on Expression Builder

Remove true and paste below EL(Expression Language)
#{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null}
Click on Test

After successful test click on ok
Click on apply and OK
Close customization window
Publish sandbox

The tab will be only visible to Administrators.

Basic Perfomance Tuning For stuck threads and response times

Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...