Skip to content

Engineered Code Blog

Author: Nicholas Hayduk

Power Pages: Many Layers of Caching

August 29, 2025 6 Min.To Read

When it comes to Power Pages, a feature that everyone loves to hate is caching. While the server-side cache usually gets all of the attention, in this post I’m going to look at the many other caches that people building with Power Pages need to be aware of.

Power Pages: Account Switcher

July 31, 2025 3 Min.To Read

During today’s Portals Community Call, I’m going to demonstrate some options for handing the situation where a contact may be related to multiple accounts. One option I’m presenting is to give the user the option to switch what account is their parent account. In this post, I’ll provide the code that I’m showing in the call.

Power Pages: My Favorite ChatGPT Misconceptions

June 29, 2025 4 Min.To Read

After hand-crafting almost a hundred Power Pages memes, I recently gave in and started using ChatGPT to help generate ideas. It has been amazing. Not only has it help me create new content more quickly, but it has also highlighted some misconceptions that appear to be out there about Power Pages. In this post, I’ll look at some of my favorite things ChatGPT gets wrong about Power Pages.

Power Pages: Mysterious Disappearing Lookup Value When Using Custom JavaScript

May 28, 2025 3 Min.To Read

The out-of-the-box user experience of the Lookup control in Power Pages works fine in many situations, but it is not uncommon on a project to want to change it up using some custom JavaScript. Recently, this was the case for us when a client wanted custom related record filtering. However, we ran into a strange issue where, when saving the form, instead of it setting the value correctly, the column was being cleared in Dataverse. In this post, I’ll get into the details of what was going on.

Back to top