Skip to content

Engineered Code Blog

Category: JavaScript/jQuery

Power Apps Portals: Where You Put Your JavaScript Matters

January 9, 2020 2 Min.To Read

One of the most frustrating things that can happen when developing any type of software is when you’ve got the code correct but, due to it being in the wrong place, it doesn’t work as you’ve expected. A recent question on the community forums highlights the importance of putting your JavaScript in the right place.

PowerApps Portals: Liquid and JavaScript – Better Together!

October 31, 2019 4 Min.To Read

PowerApps Portals offers two primary languages for customization: JavaScript and Liquid. This leads to confusion as to which technology should be used when – I’ll try to clear up some of that confusion in this blog post, as well as demonstrate that is many cases, the best option is a combination of the two.

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