Custom Load Parameters

If the designated custom load method takes parameters, enter those parameters here. For multiple parameters, use a comma-delimited list. Functionally, this parameter is similar to the Method Parameters property in WinStudio development.

To create these parameter references using expressions, click the button to the left of this field.

The contents of this field must use this syntax:

scalarExpr [, scalarExpr, ...]

where scalarExpr is or resolves to a custom load method parameter.

For example, this parameter list has four parameters (one literal value, one numeric value, and two expressions):

"Parm1", 123, E(MyEventParm), POWER(2,3)

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

CUSTOMLOADPARMS( scalarExpr [, scalarExpr, ...] )

Note:  If a 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.