RE: "Error code: 0x83215603" and "Saving in Progress" alert.
Hi Ann,
Greetings,
I also faced the same issue,
We were using below ShowProgressIndicator at the start of a process in javascript
Xrm.Utility.showProgressIndicator("Generating Report. Please Wait..");
Then at the end, we were closing it
Xrm.Utility.closeProgressIndicator();
But the condition was written such a way that closeprogrssindicator was never executing.
I would request to check the same in Javascript, Also check if you are saving form in Javascript and it stuck in a loop.
Thanks and regards
Manish chouhan