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.
    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.
    2Specify a name for the process object.
    The name must start with a letter, and can contain only alphanumeric characters, multibyte characters, underscore (_), 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.
    5To add a field to the process object, perform the following steps:
    1. aEnter a name for the field.
    2. The name must start with a letter, and can contain only alphanumeric characters and hyphens (-).
    3. bOptionally, enter a label for the field.
    4. cOptionally, from the Type list, select an appropriate data type for the field. Default is Text.
    5. To reference another process object, select the type as Reference.
    6. dClick Add Field to add the field to the process object.
    7. eTo 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 This is a list check box.
    8. Note: The list of simple types feature in process object is in technical preview. Technical preview functionality is supported but is unwarranted and is not production-ready. Informatica recommends that you use in non-production environments only. Informatica intends to include the preview functionality in an upcoming GA 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.
    9. fTo 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:
    10. gTo set the field as a required field, select Required.
    11. A required field must be included in the request payload. It can contain a value, be empty, or be null.
    12. hIf 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, ID, Name, and Address:
    The image shows an Employee process object with three fields namely, ID, Name, and Address.
    To order a field, use the arrow icons against the row that contains the field to move up or down.
    To delete a field, hover over the row that contains the field and click the Delete icon.
    7 To edit the field values, click anywhere on the row that contains the field.
    All the fields in the row become editable.
    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: