ExecuteMenuSelection
This command is used to select a menu item based on the index number or name of the item in the menu. This command could be used to automate menu selections.
Group: Application Based Extensions
Syntax: App.ExecuteMenuSelection(vSelection)
vSelection (Variant) either the menu index or display text of the menu prompt’s item to be selected and executed.
Example:
App.ExecuteMenuSelection("Inventory Transfer")
App.ExecuteMenuSelection(1)
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.