Hi!
We have 5 warehouses, and I need a method that allows one warehouse to automatically reserve products from more than two warehouses in a single sales order, without using virtual warehouses.
I tried using “Resupply from Another Warehouse,” but it only works with one warehouse — the third one doesn’t trigger the resupply.
I would need something as a different procurement method, one that fulfills the destination location instead of the source. Something like: “Take From Stock, and if unavailable, trigger another rule to supply the destination.”
I tried a route workaround, but MTS always creates the picking for the total quantity in each rule, so the sum of the pickings ends up greater than the original quantity.
The route I want to achieve would something like this (simplified to explain what I need)
A/Stock -> A/Packing -> A/Out -> Partners/Customers
But if there is no stock in A/Stock, execute:
B/Stock -> B/Packing -> A/Out -> Partners/Customers
Manual workarounds are not an option, as we process around 5,000 order lines per month. I need to guarantee proper FIFO order handling.
Is there any option left to achieve this?