Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,740 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
CRM 2011 uses window.showModalDialog
and window.showModelessDialog
, which don't work in modern browsers like Chrome and Edge. The code also uses window.parent
, which should be updated to window.postMessage
.
Questions:
window.showModalDialog
and window.showModelessDialog
in CRM 2011?window.parent
to window.postMessage
?