Task Parameters List
Use only with the TaskOnPerform framework event.
Use this field to specify the list of parameters required by the task being performed, to replace the parameters passed by the task requester.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is the value to which the parameter list is to be set.
When you click Event Actions form, the application "wraps" this content within a SETTASKPARMLIST( ) parameter, which yields this final syntax:
to return to theSETTASKPARMLIST ( scalarExpr
)
Note: If any scalarExpr is a literal value, the application automatically encloses it in
double quotation marks when returning it to the Event
Actions form. If a scalarExpr is an
expression, the application does not enclose it in quotation marks.