Hello,
I have a model in which I have 3 pickers. An order is generated and I have to get a picker for each order. Once they finish placing the order, another one is assigned.
The problem is that I don't know how to get the picker who is going to place that order.
I had thought about doing it with a dispatcher... but what happens when doing it this way is that all the pickers are taken for the same order.
How can I assign an operator to a purchase order?
I send the model.
Thanks in advance.