Jared Fraley
01/28/2025, 7:03 PMCeligo AI
01/28/2025, 7:03 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** To force certain items to have inventory commit "complete qty" on orders but all other items continue commit "available qty", you would need to customize your NetSuite environment. This could be achieved by using a SuiteScript. Here's a general idea of how you could approach this: 1. Identify the items that you want to have a "complete qty" commit. This could be done by creating a custom field on the item record where you can mark these items. 2. Create a User Event script that triggers on the beforeSubmit event of the sales order. This script would check each line item on the sales order. 3. If the line item is one of the items marked for "complete qty" commit, the script would check the available inventory for that item. If the available inventory is less than the quantity on the sales order line, the script would set the commit level to "complete qty". 4. If the line item is not one of the items marked for "complete qty" commit, the script would set the commit level to "available qty". Please note that this is a high-level approach and the actual implementation may vary based on your specific business requirements and NetSuite setup. You may need to adjust this approach based on your needs. Also, keep in mind that any customization to your NetSuite environment should be done by a professional with experience in SuiteScript and NetSuite customization to ensure that it doesn't negatively impact your existing setup or processes.
Celigo AI
01/28/2025, 7:03 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830649912
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830223501
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829855382
Celigo AI
01/28/2025, 7:03 PM