Hi All, I need a bit of guidance on how to handle ...
# general
a
Hi All, I need a bit of guidance on how to handle an inventory scenario. We have an item that is being sold as both serialized and non-serialized i.e., individual item sales at a physical store happens as a serialized item whereas bulk items being exported have to be non-serialized. Now the problem is eventually we need to convert the non-serialized stock to serialized and move the stock quantities to the existing serialized item and we are not sure how to achieve this. Any ideas would be of great help. Thank you.
s
This is going to require either some custom code or a lot of manual steps I think... Since serialized and Non serialized are different item types. You cannot remove the serial number from a Serialized Inventory Items. Nor can you add a serial number to a non serialized item. Can you do this as a non serialized item AND an assembly item that is serialized? to add the serial number to items you build into a serialized item?
k
I do like the idea of doing an assembly build to get the serialization when it comes into inventory at the physical location.