Update Process Form Version using sql query

As soon as we have any changes on Process Form the one has to upgrade the form version for all the existing provisioned user accounts in OIM System, to do so one can run the scheduled job: Form Upgrade Job ( This job takes longer time to run)
 
or run the following sql query, below is the example for AD.
 
update UD_ADUSER set UD_ADUSER_VERSION=(select sdk_active_version from sdk where sdk_name='UD_ADUSER');

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.

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...