BPM - Over Issued MTL on job warning

Trying to create a BPM that will warn users when they are trying to issue more MTL than a job is asking for. I’m 95% of the way there, but I’m getting an odd error I’ve never seen before. Here’s what I have, which I’ve tried on both of the following methods and the same results

  • Pre-Processing Method Directive on Erp.BO.IssueReturn.MasterInventoryBinTests
  • Pre-Processing Method Directive on Erp.BO.IssueReturn.PerformMaterialMovement

If I click Issue Mtl on the BPMForm, everything works correctly; however, if I decide to cancel the transaction, I receive the following error.

BpmData form feedback has been received from client but not processed by server code

Besides this annoying error message, which goes away if you clear the form, this is working as requested.

Any thoughts? Should I be using a different method?

I would have thrown up an error if you were 105% there.

Any possible connection with the backflush server process? We have various automations on material issue and actions don’t show up until the backflush server process has run. We have it run by system agent every 2 minutes.

1 Like

@SteveFossey, we have employees issue all MTL and do not use backflush, mainly because, in our process, it can cause a mess. So I’m not sure how the backflush server process would help here.