mg2017
02/03/2021, 1:21 PMcurrentRecord.selectLine({
sublistId: "item",
line: 0
});
currentRecord.setCurrentSublistValue({
sublistId: 'item',
fieldId: 'item',
value: item
});
currentRecord.commitLine({
sublistId: 'item'
});
//var recordId = currentRecord.save();
alert("Line Committed");
What might be the issue here?Watz
02/03/2021, 1:32 PMWatz
02/03/2021, 1:33 PMmg2017
02/03/2021, 1:58 PMmg2017
02/03/2021, 2:51 PM