Method
Use this field to specify the name of the method to call when this action runs. You can use the drop-down list to select the method from those available.
This drop-down list is empty until you specify an IDO that has one or more methods associated with it.
If the list is populated but the method you want to call does not appear on the list, you can use the system filtering capabilities for drop-down lists to locate the method. An alternate and less highly recommended method would be to increase the drop-down list cap for your system.
To call the method using an expression, 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 the method to call.
When you click Event Actions form, the system "wraps" this content within a METHOD( ) parameter, which yields this final syntax:
to return to theMETHOD( scalarExpr )