Skip to content

Engineered Code Blog

Category: Web API

Power Pages: Bulk Edit Interface Using Forms

September 14, 2026 5 Min.To Read

In my last post, I covered a technique to allow users to bulk edit records from a List that used custom code to create the editing experience. But Power Pages has a built-in way to allow users to edit data – Forms. So let’s look at if we can use those to define our bulk edit experience.

Power Pages: Bulk Edit Interface Using Custom Code

August 31, 2026 6 Min.To Read

Summer was busy both personally and professionally, so I’m a bit behind in my blog posts, but I hope to make up for that over the next few weeks. In our last post, I demonstrated one way to create a multiselect interfact for a list, which is the first step in the process of creating bulk edit capabilities. In this post, we’ll look at a simple way to create an interface to capture the bulk edits.

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: Why Liquid and FetchXML Is Better Than Web API for Read Operations

February 24, 2025 4 Min.To Read

Recently someone commented on one of the videos on our YouTube channel asking why I usually recommend using Liquid and FetchXML for querying Dataverse as opposed to the Power Pages Web API. I responded with a quick answer, but I thought it might be helpful to put together something that goes into a bit more detail as to why I think there is still a place for Liquid and FetchXML.

Back to top