Event Name
Use this field to specify the name of the event that you want to be generated when this action runs.
To construct a reference to the name 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 is a reference to the event to be generated.
When you click Event Actions form, the system "wraps" this content within a EVENTNAME( ) parameter, which yields this final syntax:
to return to theEVENTNAME( 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 anything
else, the system does not enclose it in quotation marks.