Looking for PowerObjects? Don’t worry, you’re in the right place! We’ve been part of HCL for several years, and we’ve now taken the final step in our acquisition journey: moving our website to the HCL domain. Nothing else is changing – we are still fanatically focused on Microsoft Business Applications!

PowerObjects Blog 

for Microsoft Business Applications


HTML Web Resources in Dynamics 365

Post Author: Joe D365 |

One type of Microsoft Dynamics 365 web resource is the HTML web resource. This permits the inclusion of things as complex as a custom web page or as simple as basic text into the form by utilizing a web resource control. In this blog we will demonstrate how to embed a basic HTML page control into a Dynamics 365 form.

1. Create a simple HTML page and add it as a web resource to Dynamics 365. Be sure to select HTML Page as the type and upload the HTML page using the Browse button. Save and publish the web resource. Next we'll add it to the Account form.

html web resource

html web resource

2. Next, navigate to the Contact form and add a new web resource from the Insert tab.

html web resource

html web resource

3. Refresh your Account form and the HTML page will appear on the page.

The use of HTML pages on Dynamics 365 forms gives developers a great deal of flexibility when extending CRM.  Because the content in the web resource is an actual HTML page, most of the functionality of HTML can be utilized to give the user access to outside web sites or interact with CRM records via JavaScript embedded within the HTML page.

Should you wish to display something more complex in on the form such as a portal, an IFRAME may be more appropriate. When creating an IFRAME control on the form you can define a specific URL on control creation that will load the defined page when the form loads. This will allow for development of complex business logic within the web resource that a standard HTML web resource may not be equipped to handle.

To learn more about HTML and IFRAME use in Dynamics 365 see the following articles:

Keep checking our blog for more helpful Dynamics 365 tips!

Happy Dynamics 365'ing!

Joe CRM
By Joe D365
Joe D365 is a Microsoft Dynamics 365 superhero who runs on pure Dynamics adrenaline. As the face of PowerObjects, Joe D365’s mission is to reveal innovative ways to use Dynamics 365 and bring the application to more businesses and organizations around the world.

PowerObjects Recommends