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 OK to return to the Event Actions form, the system "wraps" this content within a METHOD( ) parameter, which yields this final syntax:

METHOD( 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.