Craig
11/30/2022, 5:23 PMconst rate = order.getSublistValue({sublistId: 'item', fieldId: 'rate', line: orderLineid});
This code works for all items on a SalesOrder except the last line. The last line is line:13 and orderLineId = 13. The value that comes from getSublistValue (for the last line) is undefined. Any ideas why this might be happening??eminero
11/30/2022, 5:32 PMbattk
11/30/2022, 6:06 PMCraig
11/30/2022, 6:36 PMCraig
11/30/2022, 6:36 PMconst fulfilmentLine = fulfilment.findSublistLineWithValue({
sublistId: 'item',
fieldId: 'line',
value: orderLineid
});
Craig
11/30/2022, 6:37 PMCraig
11/30/2022, 6:37 PMbattk
11/30/2022, 6:40 PMbattk
11/30/2022, 6:41 PMCraig
11/30/2022, 6:42 PM