Skip to content

Engineered Code Blog

Category: Microsoft Dynamics CRM/365

Dynamics 365 Portal: Using Liquid to Create Conditional Entity Forms

December 10, 2018 3 Min.To Read

During last week’s eXtreme365 event in Austin, Texas, I was lucky enough to co-present a session with Nikita Polyakov (a Senior R&D Solution Architect at Microsoft, with a focus on Dynamics 365 Portal implementations). One of the tips he mentioned during the session was about using Liquid to decide which Entity Form to display on a page – it’s a very cool technique that seems to be underused. Then, a question showed up on the Dynamics 365 Community forums where that technique could be used to solve the problem. So I figured I’d write a quick blog post to get the word out on using Liquid to determine which Entity Form to display on a page.

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.

Back to top