Dmitry Masanov
07/31/2020, 9:52 AMfor (var ln = 0; ln < totalItemsCount; ln++) {
printLog("Selecting line " + ln);
currentRecord.selectLine({ line: ln, sublistId: 'item' });
printLog("Line selected: " + currentRecord.getCurrentSublistIndex({ sublistId: 'item' }));
For some reason it's always line 0 selected.
But when I chagne "ln" to for example 2, line 2 is successfully selected.
Have anyone faced the same?NElliott
07/31/2020, 10:24 AMDmitry Masanov
07/31/2020, 10:25 AMDmitry Masanov
07/31/2020, 10:30 AMDmitry Masanov
07/31/2020, 10:31 AMbattk
07/31/2020, 10:40 AMDmitry Masanov
07/31/2020, 10:41 AMbattk
07/31/2020, 10:45 AMbattk
07/31/2020, 10:45 AMNElliott
07/31/2020, 11:11 AMDmitry Masanov
07/31/2020, 1:59 PM