Is it possible to create an automation so that Net...
# inventory
d
Is it possible to create an automation so that Netsuite will automatically "build" one unit of inventory of an assembly each time that assembly item is ordered by a customer? The use case is that we have assembly items that we don't want to pre-build in Netsuite, and we don't physically pre-build these assemblies in our warehouse either. When a customer orders it, we physically build one unit of the assembly while we are picking the component items on the fulfillment line. We want Netsuite to reflect this by building each unit of the assembly as it is ordered. Is this possible? cc: @Sheryl Wood
e
Yes it’s possible. The sales order will trigger an assembly build with an accompanying work order so that when you fulfill the order line it will have that quantity available for fulfillment.
m
yes possible
r
Do you not want to record the actual build when it occurs? Native functionality will allow you to create a Special Work Order which an assembly build can be created against. Only downfall is that the inventory is hard committed to that SO once it's built.
m
Yes
a
Hard commit seems ideal. Make the item special WO and a script to automatically build these WOs once created. Definitely doable.
m
Definitely
d
@AK47 I found the special WO option and (in sandbox) enabled it on the assembly item that we want this function to act on. I then placed a sales order for this assembly item and it created a work order. At this point, is scripting the only way to have Netsuite automatically create the Assembly Build for this work order? Could a workflow accomplish this instead?
m
Accurate
a
Workflow can definitely get it done.
I don't remember if the workflow would trigger on the special WO creation, but I think it does. If not, a scheduled workflow would definitely do the trick.