Skip to content

Engineered Code Blog

Category: Microsoft Dynamics CRM/365

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: 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.

Back to top