Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
NS own js sales order code, not committing items correctly. Any ideas?
I’m using this code from NS’s own Suite Source on our sales orders (NS_SO_SetCommitToCompleteQty.js):
function setCommitToCompleteQty(type) { if(type != 'item') return true; nlapiSetCurrentLineItemText('item', 'commitinventory', "Complete Qty"); return true; } However, when you save the sales order (pending fulfilment), the items go onto Back Order even though they are in stock. You have to open and save the order again to get them to go to Committed.
Any ideas?
Thanks. Robert.
0