I am trying to model a basic distribution centre but can't figure out how to look up ProductType from an order list as part of my pull from a stock list.
I'm trying to stick to 3D objects and avoid using process flow logic since this is just a quick intro to modelling for my students - many of whom work part-time in distribution or restocking at night.
The model attached is as far as I've gotten - but the queue pulling from stock is just hardcoded to pull ProductType = 3 since I don't know how to replace that with something like "WHERE ProductType = OrderList.ProductType ORDER BY age ASC" Also not sure if I need to create this queue to make a "pick list" - any help would be appreciated!