Result
Use this field to specify the content of the message that is to be displayed if the event handler fails or finishes at this point. This message is displayed in the Result field of the Event Status form.
To create the message using expressions, click the button to the left of this field.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is or resolves to an expression that represents a string containing the message.
When you click Event Actions form, the system "wraps" this content within a RESULT( ) parameter, which yields this final syntax:
to return to theRESULT( scalarExpr )
Note: If scalarExpr
is a literal value, the system automatically encloses it in double quotation
marks when returning it to the Event Actions
form. If scalarExpr is an expression, the
system does not enclose it in quotation marks.