Skip to content

Mention height and width in Percentage instead of Pixels – Modal Popups in Dynamics 365 CE – NavigateTo

Hi Everyone,

Today a bug was created by the user saying the popup window is too small and we were using below code to show the HTML Webresource as a popup.

var pageInput = { pageType: "webresource", webresourceName: "WebResourceName" };
        var navigationOptions = {
            target: 2,
            width: 400,
            height: 300,
            position: 1
        };
     ...

Continue Reading Gopinath’s Article on their blog

https://staturestack.com/2020/06/09/mention-height-and-width-in-percentage-instead-of-pixels-modal-popups-in-dynamics-365-ce-navigateto/

Blog Syndicated with Gopinath’s Permission

Leave a Reply