OTM pooling
We've a query regarding how pooling works based on distance.
Let's say we've a scenario where there are 2 orders with the following details:
Order1 - Source is A, Destination is B
Order2 - Source is A, Destination is C
There is one Deconsolidation Pool Location D.
Now by default we know that if D is supposed to be included in the planning, then the shipments built shall be 2 with the details:
Shipment1 - A->D
Shipment2 - D->B->C
But let's say B is only 100km away from A whereas D is 150km away from A, and B is on the route from A to D, in this case is there anyway it'll plan it as A->B->D and then D->C?
0