Example: nca_flex_click_cell

In the following example, the nca_flex_click_cellfunction clicks in the cell located in the first row and first column.

flex_press_lov("Operations Accounting Flex", "Account Alias", "Operations Accounting Flex");
nca_lov_retrieve_items("Account Alias",1,10);
nca_lov_select_item("Account Alias", "Audit Fee");
nca_flex_click_cell ("Operations Accounting Flex", "#1", "#1");