Add the following Lookup Code Information as illustrated in

17-24 Oracle Fusion Middleware Developers Guide for Oracle Identity Manager

17.2.3.1 Creating a Process Form

A process form is used as the representation of object attributes on Oracle Identity Manager. This facilitates user input to set object attributes before passed to the connector bundle for an operation. Attributes defined in the process form are not conventions. The form is a way to challenge the attributes that need to be passed to the identity connector. In general, define an attribute for each supported attribute in the identity connector. There should be a field for querying the IT resource that should be associated with the respective IT Resource Type Definition. Variable type of each field should map to the type of the object attribute.

1. Log in to the Oracle Identity Manager Design Console.

2. Click Form Designer under Development Tools.

3. Create a new form with the Table Name UD_FLAT_FIL as illustrated in

Figure 17–5 . Figure 17–5 Form Designer in Design Console 4. Add the attributes defined in the connector schema, as listed in Table 17–1 . Note: It is good practice to have a one to one mapping on the identity connector attributes. Table 17–1 Form Designer Fields Name Variant Field Label Field Type UD_FLAT_FIL_FIRSTNAME String First Name TextField Developing Identity Connectors 17-25 5. Click the Properties tab. 6. Add the following properties to ServerITResourceLookupField as illustrated in Figure 17–6 . ■ Required = true ■ Type = Flat File Figure 17–6 Properties of Form Designer in Design Console 7. Save the form. 8. Click Make Version Active. UD_FLAT_FIL_UID String Universal ID TextField UD_FLAT_FIL_CHANGENO String Change Number TextField UD_FLAT_FIL_MAILID String Email ID TextField UD_FLAT_FIL_SERVER long Server ITResource UD_FLAT_FIL_LASTNAME String Last Name TextField UD_FLAT_FIL_ACCOUNTID String Account ID TextField UD_FLAT_FIL_RETURN String Return ID TextField Note: The flat file column names are FirstName, ChangeNo, EmailID, Server, LastName, and AccountID. Table 17–1 Cont. Form Designer Fields Name Variant Field Label Field Type