Users are facing an error while creating a new Opportunity. Error code: 0x83215603" and says Saving in Progress message.
Everything saves perfect but it just that the message never goes away. Is There any way to disable " Saving in Progress " alert?
Thank you!
Hi there, seems the issue is related to some customization on form, but to help to isolate it I would suggest to:
Create a copy of your current form, on this copied form remove all js libraries and functions (onload, onsave and on change) publish and test the copied form
Also on copied form you could double check if there is no business rules enabled.
Finally, I would suggest to to take a look if exist custom plug-in steps and workflows enabled, if yes disable them to help to isolate.
In another thread with the same error, the verified answer is to review your JS code on the onload event.
community.dynamics.com/.../error-code-0x83215603-on-load-of-form-since-change-to-uci
Can you try to disable your JS events, comment all lines in OnSave/OnLoad events to see if the error goes away? Then, try to uncomment each line and see which one is causing the issue.
We are actually not saving the form in the Javascript. Not sure why it's throwing the error.
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
This could be a Jscript function running on the form with "Xrm.Page.data.entity.save();", check any Jscript onchange events added to the form
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,151 Super User 2024 Season 2
Martin Dráb 229,963 Most Valuable Professional
nmaenpaa 101,156