RE: WAX: System directed sort orders
Hi raff,
The sorting in system directed functionality is sorting by fields on work headers. But location is on work line, so this will not happen with out of box functionality.
If you can create 1 work per aisle, then you can add the sorting criteria in your location directives so that work record will be created as sorted by LocationID.
I can only think of running the creation overnight, and creating 1 work per aisle (Or per qty threshold).
Since you have separate work templates per aisle, you can populate workpoolIDs on these work templates like "Aisle1Replenishment" for aisle1,"Aisle2Replenishment" for aisle 2 and so on.
So, your work records will be as below:
Work
|
WorkPoolID |
pick face A location creates work for the oldest LP from storage Aisle 28 location 29 |
Aisle28Replenishment |
pick face B location creates work for the oldest LP from storage Aisle 29 Location 10
|
Aisle29Replenishment |
pick face C location creates work for the oldest LP from storage Aisle 30 Location 2
|
Aisle30Replenishment |
Then you can select workpoolid as the sorting criteria in your mobile device menuitem setup. Therefore the user will be directed to pick from Aisle28 to aisle 30.