If you right click on a navigation node, you get the following options on the short-cut menu:
Navigate to this screen
use this command to navigate from the currently active screen to the one you want to go to. For example, if you connect and
replay the first screen, you can right click on the fifth screen and select this command to cause the navigation to go from
screen 2 to 5.
Play screen's recorded navigations
use this command when you are on the active screen (the selected screen is the screen appearing on the ActiveX) to execute
the navigation of the screen and move to the next one.
Delete
Delete the selected screen.
Insert error message
use this command to insert an error condition on the screen. This will add a special sub node to the screen with a condition
and a return message. Use the Condition Editor to define what fields on the screen constitute the error and give a name to
the error node.
Insert item
use this command to insert:
Put Field node
equivalent to typing some text on the screen while recording.
Push Key
equivalent to pushing a function key on the keyboard while recording. Note that you can have only one push key node per screen.
If you already have one, a new one will not be entered. You have to delete the existing one first.
Input
inserts a node for an input parameter to be provided to the Pool Manager when it starts. You need to define where on the screen
this parameter will be entered during the navigation. Use the property grid to define the row/column position for that.
Output
inserts a node for an output parameter to be returned by the Pool Manager service.
Temp
inserts a node for a temporary parameter.
View code
opens a window to display the navigation code related to the selected screen.