Perform action

The Perform action allows you to specify a Java™ method to run. This action can only be added for macros in advanced macro format.

The action invokes a method belonging to a Java class that you have imported as a user-defined type (see Variables and Types tab).

Java method
Specifies the method to run. You must enclose a method call in dollar signs ($), just as you would a variable (see Syntax of a method call). The macro runtime invokes the method. See also How the macro runtime searches for a called method.

For more information see Perform action (<perform> element).