I have a button wherein, on click of the button it will disable the form, and opens a HTML page where in I want to refresh the parent form on close button in HTML. I have tried the below with no luck.
function CloseDialog() {
debugger;
parent.Xrm.Page.data.refresh(); // not working
closeWindow(true);
}
*This post is locked for comments