Nicholas Williams
06/20/2023, 3:03 PMconst linecount = context.currentRecord.getLineCount({
sublistId: 'custpage_ar_sublist'
});
for (var i = 0; i < linecount; i++) {
context.currentRecord.removeLine({
sublistId: 'custpage_ar_sublist',
line: i
});
}
Nathan L
06/20/2023, 3:09 PMNathan L
06/20/2023, 3:10 PMNicholas Williams
06/20/2023, 3:11 PMraghav
06/20/2023, 3:57 PMbattk
06/20/2023, 5:13 PMbattk
06/20/2023, 5:13 PM