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.

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 application "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 application automatically encloses it in double quotation marks when returning it to the Event Actions form. If scalarExpr is anything else, the application does not enclose it in quotation marks.