BpmData form feedback has been received from client but not processed by server code
Exception caught in: Epicor.ServiceModel
Apparently if you’re using a BO that calls UpdateMaster, and your form is attached to Update, this can happen. In that thread, it got fixed, but there’s no discussion of how. Would someone advise me please? I’m trying to use a form on the Update method of LaborDtl and I’m getting this display, and I’m absolutely sure I’m reading the button value.
When I capture a trace on End Activity, and I reproduce the issue, I only see Update called once, and it does generate the “received from client but not processed” error message. There is no call to UpdateMaster, only these:
The suspicious thing is that the InfoPromptForm (I assume that’s my BPM data form) fires before Labor.Update, when it’s supposed to be triggered by Labor.Update. But if it’s being triggered for some reason by DefaultLaborQty, or CheckWarnings, shouldn’t I see a second Labor.Update at that point?
Please advise; should I try to move the form to the CheckWarnings method?
@MontyWilson
Sorry for the Necroposting but it’s late 2025 and I have more information.
So I was able to get this to work by getting it on the correct Method, (in my case Customer.GetNewCustomer… however, when we upgraded to 2025.2, this error message returned.
“BPM Data form feedback has been received from client but not processed by server code.”
I assume this is probably because the developers changed something within this method that causes update or masterupdate that caused this to break.
So now I’m stuck trying to figure out where to move this to… without really knowing what even changed.