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 Event Actions form, the system "wraps" this content within a SET( ) parameter, which yields this final syntax:
to return to theSET( RE | RV ( ID ) = RESULT )
Note: If the variable
or parameter does not already exist at run time, the system creates it
when needed.