BPM in MES - To remind the operators for Generating PCID before clicking ok in Report Quantity

Our operators are reporting the quantity and forgetting to generate the PCID. Need to create BPM to raise an exception if PCID number is not there, it should pop up the message to generate PCID.

I tried in Method directives, choosing labordtl table and created the conditions for the same but it is not working. Kindly give me some inputs

image

Thanks
Subha

Enable Tracing, simulate the process, review trace log.

In Method directives - preprocessing i gave the true condition as
image
False Condition as
image

The PCID would not be null, it would be an empty string.
Essentially,
If the PCID field on the updated row = “”, then display an error.

Thanks Jason. The same kind of BPM is working in the End acitivity module but not in Report quantity. can you please let me know why is it?

Since they are two different screens, it is likely they need to be setup slightly different. I would offer that you run a trace to see what is being triggered for the method. This will need to be a pre-processing Method Directive that checks if the PCID is populated and if not, show an error.

Jason, I did the pre-processing Method Directive in Erp.ReportQty.ReportQuantity but still it is not showing the warning error

Jason it worked. Thank you so much!

1 Like