Posts

Showing posts from December, 2019

DYNAMICS 365 HTML WEB RESOURCE WEB INTERFACE VS UNIFIED INTERFACE

In this quick post, I will talk about two differences between the Web Interface and the Unified Interface when opening a HTML Web Resource in a new window . These two differences are: Refresh the D365 opener of the html web resource Close the opened html web resource In the Web Interface, we normally use the below functions to achieve the needed action: Refresh the D365 opener: opener.location.reload(); Close the opened html web resource: window.close(); However, with the arrival of the Unified Interface, slight changes started to arise, especially for the JavaScript. Some of them are for the above actions. Using the same JavaScript functions for the Unified Interface will not work. Fortunately, we c