(Optional) Enter the content that is to be generated for the body of the message and formatted in HTML for an e-mail. The content in this field is used only for message content being sent by e-mail; internal system messages ignore this field.
To construct the HTML message body using dynamic elements and expressions, click the button to the left of this field.
If this field is employed, the system tries to use this content first when sending e-mail messages. If the recipient's e-mail client is not set up to handle HTML-formatted content, then the system reverts to the regular Body field content in plain text.
If this field is empty, the system uses the Body field (plain text) for both internal and e-mail message formats.
The contents of this field must use the following syntax:
scalarExpr
where scalarExpr is a literal string or resolves to an expression that can be displayed as text.
When you click OK to return to the Event Actions form, the system "wraps" this content within an HTMLBODY( ) parameter, which yields the following final syntax:
HTMLBODY( 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.