Skip to content

Engineered Code Blog

Category: Dynamics 365 Portal

Dynamics 365 Portal: 2018 Year in Review

December 20, 2018 3 Min.To Read

2018 was a busy year for the Dynamics 365 Portal product! From the end-of-life of Adxstudio v7 to the release of new features like SharePoint and PowerBI integrations, I’ll cover the most exciting developments throughout the year.

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.

Dynamics 365 Portal Developers – Don’t Forget About CSS!

November 30, 2018 5 Min.To Read

As most Dynamics 365 Portal developers start as CRM developers, we often try to take the same approach to solve similar problems on both platforms. However, it’s important to remember that a D365 Portal implementation is using different technologies, and sometimes there is a better way. Case in point – consider using CSS instead of JavaScript to control visibility of out-of-the-box features you don’t want.

Inconsistent Behavior of Liquid in the Custom JavaScript Attribute on Entity Lists in Dynamics 365 Portals

November 15, 2018 3 Min.To Read

While working on my series about all the places you can put your code in a Dynamics 365 Portals implementation, I ran into an odd quirk with regards to how Liquid is handled in the Custom JavaScript attribute of Entity Lists. I did a bit of digging, and was able to figure out why in some instances, Liquid code is evaluated as you’d expect, and in other cases, it is not.

Back to top