Body

Use this field to specify the content that is to be generated for the body of the message, whether for an internal system message or an email.

To construct the message body using dynamic elements and expressions, click the button to the left of this field.

You can use functions, such as the SUBSTITUTE function, to enhance or increase the flexibility of your message body. This allows you to have content generated dynamically, based on the conditions at the time the event is generated.

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 OK to return to the Event Actions form, the system "wraps" this content within a BODY( ) parameter, which yields this final syntax:

BODY( 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.