Response

Use this field to specify the type and name of the container that is to hold the XML response (RESULT) data from the IDO request.

The type must a Return variable (RV) or a Return parameter (RE).

The name of the container should be the name of an existing event variable or event parameter. However, if you use a name for a variable or parameter that does not exist, the system creates it at the time that this event action is executed.

To construct this content using the Event Action Set Result form, click the button to the left of this field.

The contents of this field must use this syntax:

type( Id ) = RESULT

where:

  • type is either RV (Return variable) or RE (Return parameter).
  • Id is the name of an event variable or event parameter.
  • RESULT represents the XML content being returned from the IDO request.

When you click OK to return to the Event Actions form, the application "wraps" this content within a SET( ) parameter, which yields this final syntax:

SET( type( Id ) = RESULT )