Dear All,
I need to know how many Peaces / GoodQty per worker has been reported as In Progress or as Feedback in a production. by X++
to be more specific I have a Production: P1 , with operations Opr1, Opr2
Example:
John reports In progress 2 pcs in Opr1 and Lukas 3 pcs on Opr1 for a total JmgJobTable.GoodQuantity() = 5
Lukas 1 in Opr2 and Andreas 4 in Opr2 jmgJobTable.goodQuantity() = 5
as you can see I can know the total good quantity of the operation but not the total reported by worker.
your help is greatly appreciated
*This post is locked for comments