Afternoon all, anyone ever removed a groupitem from an estimate (Loaded dynamicaly) with .removeLine ? I'm getting an error:
"You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a
static sublist." from what should be working:
salesQuote.removeLine({
sublistId: 'item',
line: i
});
Where i = 1 (second item in the list)