grant-rb
(Grant R)
September 7, 2024, 12:25am
1
Does anyone have any BAQ’s they use to help find common errors made by shop employees with MES? Such as double reporting the same job quantity, missed jobs, etc?
gpayne
(Greg Payne)
September 7, 2024, 5:08pm
2
What situations exactly are you trying to stop?
This is for over reporting. I also have routines for inspectors only or not inspectors.
At one site we added a customization to the MES End Activity form.
used the JobOperSearchAdapter to get the RunQty and the PreviousQuantityReported
and then compare the previous + proposed qtys with the run qty
warning message if less than run qty
error message if over the run qty
Note they only used the End Activity form, TBD if you are also using Report Qtys button/form.
And… I’m guessing you could do something similar in a BPM instead of a form customization but… have not actually tried…
1 Like
There is probably a shop warning for what you want. No need to reinvent the wheel:
1 Like
grant-rb
(Grant R)
September 17, 2024, 11:35pm
4