Skip to content

Engineered Code Blog

Category: Entity Form

Power Pages: Data Change Request Architecture

January 31, 2026 5 Min.To Read

A few months ago I put out a tip on our YouTube Channel called Data Change Request Architecture, where I described how, for critical data, instead of allowing users to directly edit their information in Dataverse, I prefer to create an additional table where the user creates a change request row. Then, once approved, the changes are made to the primary rows in Dataverse. In this post, I’m going to walk through one way to do that, using JavaScript and Liquid to enhance the user experience a little bit.

Power Pages: Adding Tabs to Forms Using Web Link Sets

December 22, 2025 4 Min.To Read

Microsoft has gone back and forth over the years with whether or not to display tabs in model-driven Power Apps or Dynamics 365 Customer Engagement. However, Power Pages has been consistent – there are no tabs, and all sections are displayed in one long form. In this post, we’ll look at how you can create your own tabbed interface using Web Link Sets.

Power Pages: Is AI the End of Lists and Forms?

November 27, 2025 4 Min.To Read

Last month I was fortunate enough to travel to Las Vegas for the Power Platform Community Conference, and of course the main topic of conversation was AI. When it comes to Power Pages specifically, the question of how vibe coding might be embraced by makers and how that would impact the product moving forward was a recurring theme. In this blog post, I’ll share my thoughts on what I think these new tools mean for those of us who work with Power Pages on a regular basis.

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