Example: nca_flex_set_cell_data

In the following example, the nca_flex_set_cell_datafunction sets the D&B Number in the Customer Information Flexfield to 1.

nca_edit_click("ARXCUDCI.CUST.DESC_FF_MIR.0");
nca_flex_set_cell_data("Customer Information", "D & B Number", "Customer Information", "1");
nca_flex_press_ok("Customer Information");