When using the event onRowSelect from a data grid, how does one retrieve a field's 'savedMany values' to another savedMany field; I presume we need to read in an array and iterate?
BO.F_SelectManyField2.setValue(rowData.F_SelectManyField1. ????????????????? );
Best regards
Stephen