I have 2 warehouses:
- WH: storing products
- FM WH: storing imported products before transiting them to the main WH once a week
I try to replenish stock using a route called "WH: Supply Product from FM WH" with the following actions:
- Pull stock from FM/STOCK if there is stock
- Else trigger an RFQ to get stock on FM/STOCK then do a transit to WH/STOCK
When I trigger the replenishment route, an RFQ is created to be delivered on FM WH, along with a transit with WH FM shipment and WH receipt. However, when I try to confirm the RFQ I get the message "The warehouse of operation type (FM WH: Receipts) is inconsistent with location (WH/Stock) of reordering rule (OP/00010)"
Am I wrong trying to call a Buy action on FM WH directly from a WH action ?
I can eventually split this into 2 replenishment rules, but I try to achieve this in one go.