Hello,
my request is when user click shipped flag in customer shipment entry, we popup a dialog box, if click yes, continue else abort the shipped action.
i tried add a bpm form in the update bpm, but i got Unable to show BpmData form raised from inside nested service calls.
if I add the event in UpdateMaster, it will popup 3 times the bpm form.
any ideas? how to resolve this request.
I had the same error. Turns out its due to the method the BPM Data Form is being called from, I initially had it on SalesOrder > Update Pre Processing, moved it to SalesOrder > MasterUpdate Pre Processing and it worked. I think when calling from SalesOrder > Update, the Order Release Updates start running in parallel with the BPM Data Form being called so it does not want to hold back the Order Release Updates hence the error.