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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Set Work Order Component Quantity?
I'm trying to set the component quantity for a component on a workorder, but it will not persist:
workOrderRecord.selectLineItem('item',1);
workOrderRecord.setCurrentLineItemValue('item','quantity',11);
workOrderRecord.commitLineItem('item');
The Assembly defaults to qty 100 for this item and I am trying to change it to 11.
Any thoughts?
0