Example: nca_list_select_item
In the following example, the nca_list_select_item function selects Customers and Quick in the Responsibilities navigation window. Note that the selected options are activated with the subsequent pressing of the Open button.
nca_lov_select_item("Responsibilities", "Order Entry Super User GUI"); nca_list_select_item("FNDSCSGN.NAVIGATOR.LIST.0", "+ Customers"); nca_button_press("FNDSCSGN.NAV_CONTROLS.OPEN.0"); nca_list_select_item("FNDSCSGN.NAVIGATOR.LIST.0", " Quick"); nca_button_press("FNDSCSGN.NAV_CONTROLS.OPEN.0");