Custom Load
Use this field to specify the name of a custom load method the system is to use in loading the collection or row. To select a custom load method already associated with the IDO, use the drop-down list.
To use expressions to specify a reference to a custom load, click the button to the left of this field.
The contents of this field must use this syntax:
scalarExpr
where scalarExpr is or resolves to the name of a custom load method.
When you click Event Actions form, the system "wraps" this content within a CUSTOMLOAD( ) parameter, which yields this final syntax:
to return to theCUSTOMLOAD( scalarExpr )
Note: If scalarExpr
is a literal value, the system automatically encloses it in double quotation
marks when returning it to the Event Actions
form. If scalarExpr is an expression, the
system does not enclose it in quotation marks.