After disabled the auto save functionality when I do some changes in contact or account entity and clicked on Close button, then system prompt two times for unsaved data.
I have checked that it prompted two times on our custom code i.e. Xrm.Page.ui.close().
When I comment out the above code then it doesn’t not close the page and doesn’t prompt to save or discard.
Below is piece of code calling from close button.
function Close() {
Xrm.Page.ui.close();
}
Please help me to resolve this issue
*This post is locked for comments
I have the same question (0)