We are seeing the same issue as reported in:
https://community.dynamics.com/crm/f/117/t/159538
Unfortunately there was no answer posted at that time.
Sometimes when we save the record or move to the next stage, sometimes this browser popup window opens asking the user if he wants to leave this page or stay on the page.
If we choose leave this page then a new record(blank form) is opened.
If we choose stay on this page the "unsaved changes" message is visible in the bottom right of the browser and we can proceed no further.
Someone said that making a change to a field using the following script causes the issue:
Xrm.Page.getAttribute(fieldName).setValue(fieldValue);
However, I have not seen an explanation of why it wants to open a new record(blank form) or how to overcome this.
Can anyone help?
*This post is locked for comments
I have the same question (0)