Design > Designing Process Objects > Creating Process Objects Manually
  

Creating Process Objects Manually

You can create simple process objects by manually adding fields and configuring the field properties. You can also reference other process objects.
    1In Application Integration, click New > Process Object > Process Object > Create.
    The process object editor appears.
    The following image shows the process object editor:
    The image shows the process object editor.
    2In the Details section, specify a name for the process object.
    The name must start with a letter, and can contain only alphanumeric characters, multibyte characters, underscores (_), and hyphens (-). The name must not exceed 120 characters.
    3Click Browse to specify a location to save the process object.
    4Optionally, enter a description for the process object.
    5In the Process Object Fields section, perform the following steps to add a field to the process object:
    1. aClick + to add a field.
    2. bEnter a name for the field.
    3. The name must start with a letter, and can contain only alphanumeric characters and hyphens (-).
    4. cOptionally, enter a label for the field.
    5. dFrom the Type list, select an appropriate data type for the field. Default is Text.
    6. To reference another process object, select the type as Reference.
    7. eOptionally, expand the data types available in the Data Types section to add a field to the Process Object Fields section. When the Categorized View toggle is enabled, you can view the data types grouped in categories, such as Multi-Select Picklist, Numeric, Object List, Picklist, Reference, and Textual. The Categorized View is enabled by default. Disable the toggle to view the data types as a list.
    8. fClick the + icon that is available for each of the data types.
    9. gTo set the type as a list of simple types for the text, integer, number, check box, date, date time, or time data types, select the row that contains the type, and then select the Is a list check box.
    10. Note: The list of simple types feature in process object is in preview. Preview functionality is supported for evaluation purposes but is unwarranted and is not supported in production environments or any environment that you plan to push to production. Informatica intends to include the preview functionality in an upcoming release for production use, but might choose not to in accordance with changing market or technical circumstances. For more information, contact Informatica Global Customer Support.
    11. hTo configure additional fields for the text, date, date time, time, number, or integer data types, expand the Name field and enter the additional fields as follows:
    12. iTo set the field as a required field, select Required.
    13. A required field must be included in the request payload. It can contain a value, be empty, or be null.
    14. jIf you do not want the field to accept null values, clear the Nullable check box. By default, the check box is selected.
    6Configure the required fields for the process object.
    The following image shows an Employee process object with three fields namely, MemberName, MemberID, and MemberAddress:
    The image shows an Employee process object with three fields namely, MemberName, MemberID, and MemberAddress.
    .
    .
    7 Edit the process object if needed.
    8Click Save to save the process object.

Rules and Guidelines for using Process Objects in a Process

Consider the following rules and guidelines when you use process objects in a process: