Hi
When we save the form in CRM2011, it reload automatically but in CRM2015 it just save the content of form and does not load and open the page again. How could I add java script code to solve this problem ? I used refresh code to achieve this target, but it seems does not save the content and appears an unsaved changes error when refreshes it.
Xrm.Page.data.entity.save();
Xrm.Page.data.refresh();
when I use these codes , it wants to Leave or Stay in the page:
Xrm.Page.data.entity.save();
window.location.reload(true);
*This post is locked for comments