Adam Weaver
11/15/2024, 3:31 PMCeligo AI
11/15/2024, 3:32 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that a Work Order (WO) in NetSuite can be created from a Sales Order (SO). However, this process cannot be done with a workflow alone and may require some scripting. Here is a general idea of how it can be done: 1. Configure the item in the Sales Order to generate the Work Order automatically. This can be done by checking the 'create work order' box on the line when the order is created. 2. If you want to generate a Work Order only when there isn't already inventory available to fulfill it, you can add a before submit function on the Sales Order to check if the line will be backordered (quantityavailable-quantity) < 0. If < 0, then check the 'createwo' box. 3. If you want to stop the Work Order creation, you can add a before submit function on the Work Order record that checks inventory prior to making it. Please note that the specifics of the scripting process will depend on your particular use case and NetSuite setup. ****** 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
11/15/2024, 3:32 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830074728
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827629685
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827175617
Celigo AI
11/15/2024, 3:32 PM