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?