Online payments in Power Pages

One of the features of Adxstudio portals long before it evolved into Power Pages is that it had an out of the box payment gateway integration with Authorize.net and PayPal. This provided a way to configure a webform (the grandfather of multistep forms) to allow users to pay for goods and services. It required the… Continue reading Online payments in Power Pages

Using Dataverse low-code plug-ins with Power Pages

One of the features currently in preview that I am #superexcited about is Dataverse low-code plug-ins. What are Dataverse low-code plug-ins? They allow you to build server-side business logic specifically for Dataverse. More of a video person? Here is the YouTube version of this blog post: Plug-ins are not new technology. In the early versions… Continue reading Using Dataverse low-code plug-ins with Power Pages

Power Pages in a day walkthrough

One of the number one questions I get is “how do I getting started with Power Pages”? Of course, being a trainer that delivers Power Pages training, I would normally say to attend one of my classes or one of my sessions. 🙂 However, everyone’s learning style, requirements, and budget differ. Thankfully there is a… Continue reading Power Pages in a day walkthrough

DocuSign integration with Power Pages

If you have ever needed to sign a contract, agreement, or any other legal binding document, you may have received the document via email from a service called DocuSign, where you can provide an “e-signature” instead of having the physically go somewhere to provide a “wet signature” on a document. In the TV series “The… Continue reading DocuSign integration with Power Pages

Copilot for Power Pages Pro-developers!

There seems to be a Copilot popping up everywhere in Microsoft products these days. (I am eagerly waiting for the Notepad Copilot!) The latest Copilot to make an appearance now surfaces in Visual Studio Code (desktop) while editing and configuring a Power Pages website. Writing code for Power Pages has sometimes proven to be a… Continue reading Copilot for Power Pages Pro-developers!

Copresence for Power Pages design studio

Have you ever been working on a website the same time as a colleague and you accidently overwrote or interfered with each other’s work? Rolling out across the tenants is the new copresence feature for the Power Pages design studio. You’ll get a similar experience as you do when working on Microsoft office documents. You… Continue reading Copresence for Power Pages design studio

Build custom HTML forms in Power Pages: Part 2

Last time I showed an example of creating a custom HTML form with the Power Pages WebAPI to create new records in Microsoft Dataverse. This demonstrated a different method of using a fully-customizable HTML form rather than a form component based on a form form a model-driven app. See Build custom HTML forms in Power Pages:… Continue reading Build custom HTML forms in Power Pages: Part 2

Use Web Templates as components

While Power Pages provides a variety of components to display data from Dataverse using lists, forms, and even from embedded Power BI reports. There are times when you would want to expand these further and build custom layouts. This is where you can build custom web templates to achieve your unique requirements. Using web templates… Continue reading Use Web Templates as components

Using solutions to move Power Pages site configuration

Moving Power Pages (and Power Apps portals) site configuration from a one environment to another used to be a bit of a tedious process. While there were handy tools like the XrmToolBox portal records mover, Power Platform CLI, or the Configuration Data Migration tool, it was always an extra step to move website configuration. Now,… Continue reading Using solutions to move Power Pages site configuration

Using calculated columns in Power Pages

Form and list components in Power Pages are based on model-driven Power App forms and views, which of course are connected natively to Microsoft Dataverse. While it’s very easy to create tables, columns (fields), forms, and views in the Power Pages data workspace, for new (and even established) makers, understanding how the overall data model… Continue reading Using calculated columns in Power Pages