MDMS Dynamics CRM Blogindynamicscrm.hashnode.dev·Jun 8, 2021 · 2 min readHow to load a custom HTML in D365 JavaScript popupvar pageInput = { pageType: "webresource", webresourceName: "new_sample_webresource.htm" }; var navigationOptions = { target: 2, width: 500, // value specified in pixel height: 400, // value specified in pixel position: 1 }; X...00