Message 1 of 2
Find Slot (Query)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Find Slot (Query), how should I write the query when:
There are racks divided into Zone A and Zone B.
Zone A has aisles: _1, _2, and _3.
Zone B has aisles: _1, _2, and _3.
Each product is represented by a token = $1, and each token has the following labels:
token.Type can be 1, 2, or 3.
token.lot can be A or B.
The query should:
Separate products by lot, matching the correct Zone.
Separate products by Type, so that items of the same type are stored close together.