Defining a Transform Program

To define a transform program, create a new application engine object in PeopleSoft Application Designer. Then in the Program Properties dialog box you specify the program type as a transform program.

This example illustrates the Program Properties – Advanced page for an application engine program.

Program Properties - Advanced tab

In the previous example, note that the Program Type field displays Transform Only.

To define a transform program:

  1. In PeopleSoft Application Designer, select File, and then New, and then App Engine Program and click the OK button.

    A new application engine program window appears.

  2. On the toolbar, click the Properties button.

    The Program Properties dialog box appears.

  3. Click the Advanced tab.

  4. From the Program Type drop-down list box, select Transform Only.

    Additional fields relating to input messages, output messages and root elements appear.

  5. Select an input message and version:

    1. From the Input Message Name drop-down list box, select the name of the message before transformation is applied.

    2. From the Input Message Version drop-down list box, select the version of the input message.

  6. In the Input Root Element field, enter the name of the input schema root element to use.

    Enter a value in this field if the input message has multiple root elements. If the input message has multiple root elements and you do not enter an input root element, the first root element in the message is used for transformation.

    This field is disabled when the input message is a rowset-based message.

  7. Select an output message and version.

    1. From the Output Message Name drop-down list box, select the name of the message after transformation is applied.

    2. From the Output Message Version drop-down list box, select the version of the output message.

  8. In the Output Root Element field, enter the name of the output schema root element to use.

    This field is disabled when working with rowset-based messages.

  9. Click the OK button.

  10. The Program Properties dialog box closes.

  11. Select File, and then Save.