Execute business logic action
If you decide to run some business logic as the action of this screen event, you must specify in the fields provided the fully qualified Java™ class name and the Java™ method for the business logic you want to perform. You can click Browse next to the Class name field to select a class in which the business logic method is defined. You can select any class defined under the Source folder in the HATS Projects view tab of the HATS Toolkit. If you have not created the Java™ code for this business logic, right click in the HATS Projects view tab, and click New HATS > Business Logic to invoke the Create Business Logic wizard.
For more information about business logic, see Adding business logic