Skip to content

Engineered Code Blog

Author: Nicholas Hayduk

Where’s That Dynamics 365 Portals Code? – Part 3

October 10, 2018 2 Min.To Read

In my previous blog post, I talked about looking at the page-specific attributes like Copy, Summary, Custom JavaScript and Custom CSS when you’re searching for where the code is being saved. In this post, I touch on a few other places, such as Entity Forms, Entity Lists, Web Files and Content Snippets.

Where’s That Dynamics 365 Portals Code? – Part 2

October 3, 2018 2 Min.To Read

In my previous blog post, I talked about the overall page structure for a Dynamics 365 Portals page, and the main elements included in the rendered page, including the Header, Footer, and the Page Content. In this post, I get into the details about where code might be within the Page Content.

Where’s That Dynamics 365 Portals Code? – Part 1

September 28, 2018 4 Min.To Read

When someone first gets started with the Portal capabilities for Dynamics 365, one thing I’ve noticed that can be a bit overwhelming is how many different places you can put a piece of HTML, JavaScript, Liquid, etc to achieve the same result. In this series of posts, I describe some of the options, and provide some our best practices.

Back to top