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 Event Actions form, the system "wraps" this content within a CUSTOMLOADPARMS( ) parameter, which yields this final syntax:
to return to theCUSTOMLOADPARMS( scalarExpr [, scalarExpr, ...] )