Result XML

Use this field to specify the return type and name of the variable or parameter that is to receive the resulting XML transformation output from a Transform XML event action type.

The contents of this field must use this syntax:

RE | RV ( ID ) = RESULT

where:

  • RE designates a return parameter.
  • RV designates a return variable.
  • ID is the name of the variable or parameter.

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( RE | RV ( ID ) = RESULT )

Note:  If the variable or parameter does not already exist at run time, the application creates it when needed.