dennysutanto
01/13/2025, 3:27 AMCeligo AI
01/13/2025, 3:27 AMAI generated answer (using internal Slack threads):Based on the conversations, it appears that the 'quantitycommitted' field for a line item in a sales order cannot be directly modified using a server-side script. However, a workaround suggested is to modify the 'quantity' field and then add another line with the same item and remaining quantity, setting the 'commitinventory' option to 3 (Do not commit). Here is an example of how you might do this:
setCurrentLineItemValue('item', 'commitinventory', 1);
Please note that this information is based on user experiences and may not be the official NetSuite documentation. Always test any changes in a sandbox environment before applying them to your live instance.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
01/13/2025, 3:27 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830058336
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828795135
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.826241374
Celigo AI
01/13/2025, 3:27 AM