Kevin Carpenter
09/19/2019, 5:09 AMvar itemDetailId = order.getSublistValue({
sublistId : 'item',
fieldId : 'item',
line : i
});
I am getting the itemID, how can I do a lookup field to find the name of each item? Using the .lookupFields function?