Skip to content

Engineered Code Blog

Category: Liquid

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.

Hacking Your Way to Server-Side Code with Dynamics 365 Portals – Just Like Microsoft!

July 11, 2018 4 Min.To Read

One of the big things we’ve talked about during the transition from Adxstudio Portals v7 to the Portal Capabilities for Dynamics 365 v8 is losing the ability to include server-side code in your website project. There are ways around this limitation – typically we recommend using a Dynamics 365 Portals Companion App. However, there is another technique, which we’ve always considered a bit of a hack, but not only does it work, Microsoft is using the technique in their own Portals. So if they can do it, why not us?

Back to top