Question
Use this field to specify the content of the direct question that recipients are to respond to when they receive the message. This question appears in the Question field on the Response tab of the Inbox form.
To use expressions to construct the question, click the button to the left of this field.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is a literal string or resolves to an expression that can be displayed as text.
When you click Event Actions form, the system "wraps" this content within a QUESTION( ) parameter, which yields this final syntax:
to return to theQUESTION( scalarExpr )
Note: If scalarExpr
is a literal string 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.