I have one very brief question, to which someone hopefully has an answer :)
My model contains a queue leading up to a processor. I have a list of the individual items, of four different item types, in a global table with one column indicating individual "urgency factors". I would like the processor to handle the items according to this factor (lowest first).
Which is the best way to do this?