Paul_s
08/05/2021, 10:59 AMnlapiSelectLineItem('item', i);
nlapiSetCurrentLineItemValue('item', 'units', itemObj['uom']);
nlapiSetCurrentLineItemValue('item', 'quantity', itemObj['qty']);
nlapiSetCurrentLineItemValue('item', 'rate', itemObj['rate']);
it changes the units fine, it changes the quantity fine, however the rate field just remains blank and causes the script to stop and doesn't move onto the next line item in the list. any ideas?battk
08/05/2021, 11:16 AMPaul_s
08/05/2021, 11:21 AM