Any idea if we can use predefine package info on s...
# general
r
Any idea if we can use predefine package info on sales order and use the same in NetSuite WMS
a
@Renuka do you mean like a Kit Item?
r
No we have customer who wants specific packages or you can say package rule per order.
They want to define it on SO and get in to WMS or we need to show only those specific rules in WMS for that SO
Currently we have a custom record created and attached to SO But any idea we can get this done in WMS
a
Out of the box you would need to make the packages as either Kit Items or Item Groups and add them as items to the SO, then the WMS will direct the picker to pick the components of the package.
Otherwise if you want to use your custom record you would need to write a script to add the different components as items to the SO. If you want the WMS to help with this you need to add everything as Items on the Lines of the Sales Order
r
Thank you