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?
