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
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 }; Xrm.Navigation.navigateTo(pageInput, navigationOptions).then(…
Blog Syndicated with Gopinath’s Permission
More About This Author
Array
Dyn365CE2021.12.27Visualize the data quickly in Model Driven App via Power BI
Dyn365CE2021.12.14Collaboration in Model Driven Apps
Dyn365CE2021.09.20Print and Save button on the Report – Dynamics 365
Dyn365CE2021.09.19Advanced Lookup – Are we getting our old simplified look and feel for Lookups? – Dynamics 365