Example: nca_flex_press_find

In the following example, the nca_flex_press_findfunction presses Find to find a value for the Company Flexfield.

nca_flex_press_lov("Operations Accounting Flex", "Sub-Account", "Operations Accounting Flex");
nca_lov_retrieve_items("Sub-Account",1,6);
nca_lov_select_item("Sub-Account", "1100");
nca_flex_press_find("Operations Accounting Flex");
nca_flex_press_lov("Find", "Company", "Find");
nca_lov_retrieve_items("Company",1,3);
nca_lov_select_item("Company", "01");
nca_win_close("Find");