Skip to content

Engineered Code Blog

Category: Power Pages

Celebrating 10 Years of Engineered Code

May 7, 2024 5 Min.To Read

Most months this blog covers technical topics related to Power Pages. However, this month marks a special milestone for us here at Engineered Code – on May 27th, we’ll be celebrating 10 years in business. So I though I’d take a break from the technical stuff and instead take the opportunity to reminisce a little bit.

Power Pages: Unprecedented Times for Long-Time Customers

April 3, 2024 4 Min.To Read

With the release of documentation describing the migration from the Standard Data Model to the Enhanced Data Model, we’ve entered some unprecedented times for organizations that have been using Power Pages for a long time. For the first time since Microsoft acquired the product, a significant upgrade of the website will be necessary at some point in the future to transition to both Bootstrap v5 and the Enhanced Data Model.

Power Pages: Pro Code Techniques in the Templates – Custom Interface for Location Selection

March 6, 2024 6 Min.To Read

This month we continue our look at some of the pro code techniques that appear in the templates available for Power Pages. We’re going to stick with the “Schedule and Manage Meetings” template, which provides a multistep form for booking a meeting. This time we’re going to look at the second step, where a user can select which location they want their appointment at. This step includes some custom JavaScript, plus a PCF Control.

Power Pages: FetchXML with the Web API

February 9, 2024 3 Min.To Read

Recently I was asked about executing a FetchXML query using the Web API in Power Pages, and while you won’t find any specific documentation on that in the Power Pages documentation, you’ll be happy to know that it is supported. In this blog post, I’ll look at how its done.

Back to top