Title

Use this field to specify the Event Title, as you want it to appear on the Event Status form, when the event is running or finished.

To construct the title or a reference to the title using expressions, 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 OK to return to the Event Actions form, the application "wraps" this content within a SET(EVENTTITLE = ) parameter, which yields this final syntax:

SET( EVENTTITLE = scalarExpr )

Note:  If scalarExpr is a literal string value, the application automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is constructed from an expression, the application does not enclose it in quotation marks.