Task Parameters

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 application "wraps" this content within a TASKPARMS( ) parameter, which yields this final syntax:

TASKPARMS( scalarExpr )

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