Task Parameters

On the Event Action Run Background Task form, use this field to specify any parameters that the background task requires to run correctly.

To construct references to task parameters 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 a reference to any required task parameters.

When you click OK to return to the Event Actions form, the system "wraps" this content within a TASKPARMS( ) parameter, which yields this final syntax:

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