Skip to content

Engineered Code Blog

Category: Power Pages

PowerApps Portals: Knowledge Articles and Liquid

September 4, 2019 4 Min.To Read

There are some areas of PowerApps Portals that are still implemented using either ASP.NET MVC or ASPX, instead of via Web Templates, which means the configurability options are limited – one of those is the Knowledge Base (which exposes Knowledge Article entities). Often we can use Liquid and JavaScript to customize some of these areas, but there is one thing in particular that makes doing this for the Knowledge Base challenging – in this post I’ll explain what that is, and how to get around it.

PowerApps Portals: Multiselect Option Set

August 29, 2019 3 Min.To Read

Everyone rejoiced when multiselect option sets were added in Dynamics 365 for Customer Engagement v9. Unfortunately, PowerApps Portals/Dynamics 365 Portals do not yet support these field types out-of-the-box on Entity Forms or Web Forms. In this post, I’ll describe how, which a bit of code, you can add that support yourself, and demonstrate a particular pattern that can be used to add sophisticated UI elements to your Portal.

PowerApps Portals: Recent News and Pricing

August 21, 2019 2 Min.To Read

I’ve been a bit quiet these last few weeks due to a combination of work, landscaping and a bit of vacation. But things are now a bit closer to normal, and since I’ve been asked by a few people about the recent (well, maybe not so recent anymore) announcements regarding PowerApps Portals, I thought I’d share my thoughts here.

Back to top