@alien4u when I create a WO by clicking on the Work Ord. button, the WO form has a "created from" field. When I try to create a work order with Suitescript, the form doesn't have a 'createfrom' field. Am I doing something wrong, or is that just how NetSuite has it setup?
b
battk
03/18/2019, 9:05 PM
as an alternative, you can mark the assembly item as a special work order item
battk
03/18/2019, 9:06 PM
or mark the createwo column via script on the sales order
battk
03/18/2019, 9:06 PM
both the above will automatically create the work order
battk
03/18/2019, 9:08 PM
if you need to modify the work order, you can use a user event script after submit to make your changes
battk
03/18/2019, 9:08 PM
the unsupported alternative is to set the default values when you are creating the special order
battk
03/18/2019, 9:09 PM
these are the same values in the url when you manually create the work order from the sales order, with the strangeness that quantity doesn't work