Power Pages has a lot of great features to build powerful websites that are directly connected to business data in Microsoft Dataverse. Makers can build web pages with static content as well as data connected components such as lists and forms that are based on model-driven Power Apps forms and views. To further extend your… Continue reading Power Pages single-page apps: Create a “Hello World!” website
Category: Visual Studio Code
Five forgotten features of Dataverse
If Microsoft Dataverse were a human, they would now be legally old enough to vote, drive, and drink alcohol. The feature is more than just a database, it truly a Common Data Service (it’s previous name) that evolved from the data layer that was part of Dynamics CRM since 2002. Over the years, Dataverse has… Continue reading Five forgotten features of Dataverse
Power Pages Actions in Visual Studio Code
Two years ago I posted about the features within Visual Studio Code to create assets in Power Pages. Since that time the team at Microsoft has added more features to allow developers to be more productive when extending Power Pages websites using HTML, JavaScript, Liquid, CSS, etc. To be effective using Visual Studio Code, this… Continue reading Power Pages Actions in Visual Studio Code
Power Pages: Cache test dummies
What is Power Pages caching? Sooner or later, while you are configuring a new Power Pages website, you are going to run into the concept of caching. What is it, why does it matter? And why does Nick Hayduk post memes about it? Caching in web applications refers to storing frequently accessed data (such as… Continue reading Power Pages: Cache test dummies
Power Pages: conditional display, site markers, and Liquid filters
Using Liquid in Power Pages allows you to create code to conditionally display both static and dynamic content based on certain conditions. A very simple example of this would be this piece of Liquid code that you can place in the source of a web page, web template, or a content snippet: The above code… Continue reading Power Pages: conditional display, site markers, and Liquid filters
Power Pages: convert standard to enhanced data model
The enhanced data model has now been GA for a while and I know for all my new projects, we are using by default the enhanced data model. However, there are many “legacy” portals still using the standard data. Microsoft has recently (finally) released a tool to migrate the website metadata from a standard to… Continue reading Power Pages: convert standard to enhanced data model
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!
Edit more in Power Pages using Visual Studio Code for the Web
While using Visual Studio Code (desktop) is a powerful way for pro-developers to extend Power Pages websites, sometimes you need to quickly go into a site and edit some code directly without having to launch Visual Studio Code for desktop, use the PAC CLI to download the latest code, make changes, and re-upload. There has… Continue reading Edit more in Power Pages using Visual Studio Code for the Web
Trigger Power Automate flows from Power Pages
At MS Build last week everyone was all “Copilot this and Copilot that…” and the were other announcements that I feel are going to be also very impactful. One of these is the ability to trigger a Power Automate flow from Power Pages and get the results back to that page. I tried this out… Continue reading Trigger Power Automate flows from Power Pages
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
