Xrm.Page.data.refresh(true) Is not working in CRM 2013 Spring Roll up
When this function is fired the Opportunity page hangs. To recover the page we need to refresh it. Please Suggest what to do.
Did you try:-
window.parent.window.location.replace(window.parent.document.URL);
or
window.location.replace(window.parent.document.URL);
Have you tried using Xrm.Utility.openEntityForm(Xrm.Page.data.entity.getEntityName(), Xrm.Page.data.entity.getId(), null)?
I try that but now I got the following issue with IE when reloading the page
So this is not helping!
Any other Ideas, I check the Rollup #2 and it seems that is the next option to try!?