A process form stores identity attributes data from the target resource. During a provisioning process, data from the process form flow out to the target resource. On reconciliation, Oracle Idenity Manager reads from the target resource and stores the data in a process form.
Step 1: Login to design console.
Step 2: Under Development Tools, click Form Designer.
Create a process form with the following values:
Table Name: UD_FLAT_FIL
Description: Flat file main user form
Then save.
Step 3: Under the Additional Columns tab, add the following process form attributes:
Name | Variant Type | Length | Field Label | Field Type | Order |
---|---|---|---|---|---|
UD_FLAT_FIL_EMAIL | String | 30 | TextField | 4 | |
UD_FLAT_FIL_ACCOUNTID | String | 30 | AccountID | TextField | 1 |
UD_FLAT_FIL_FIRSTNAME | String | 45 | FirstName | TextField | 2 |
UD_FLAT_FIL_LASTNAME | String | 45 | LastName | TextField | 3 |
UD_FLAT_FIL_RETURN | String | 45 | ReturnValue | TextField | 6 |
UD_FLAT_FIL_SERVER | long | Server | ITResourceLookupField | 5 |
Step 4: Click Properties tab and add the following properties to the Server attribute:
Required = true
Type = Flat File
Step 5: Make the form version active and then save.
No comments:
Post a Comment