Skip to content

Engineered Code Blog

Recent Posts

PowerApps Portals: Multiselect Option Set – Part 2

September 12, 2019 2 Min.To Read

A couple of weeks ago I shared a solution for supporting multiselect option sets on a PowerApps Portal (they aren’t currently supported out-of-the-box), however it only worked for creating new records. If you want it to work for updating existing records, there is a bit more work to do, but thankfully not that much!

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