Power Pages Server Logic allows developers to execute secure backend JavaScript directly within Power Pages. It is commonly used for tasks like calling external APIs, validating business rules, or performing secure data processing. Microsoft recently introduced the ability to debug server logic locally using Visual Studio Code, which makes development…
In this blog, we’ll build and deploy a Single Page Application (SPA) using React + Vite and host it on Microsoft Power Pages. 1. What is a Single Page Application in Power Pages? A Power Pages SPA site runs entirely on the client side, meaning: No Liquid templating No Web…
Introduction In Power Apps, even a small mistake during deployment can impact users and business processes. This checklist will help you standardize deployments, reduce errors, and maintain high quality applications. Use Case An organization uses Microsoft Dataverse with Power Apps across multiple environments. By following a structured deployment checklist, they…
Introduction Power Apps is one of the most widely used platforms for building business applications. As organizations grow, they expect applications to be faster, smarter, visually modern, and reusable. Earlier, developers used HTML web resources to customize Dynamics 365. These were difficult to maintain and lacked flexibility. To address these…
Recently, we faced an issue in Dynamics 365 where the field was locked for one user but editable for another. The field was not disabled on the form, and both users had the same security roles. So why was one user blocked? The Real Cause After some digging, we found that the field…
Introduction: Power Apps has long supported rapid app development with low-code/no-code tools. With Code-First Apps, developers can now create fully customised applications using familiar coding frameworks. This guide demonstrates how to build a Code-First App from scratch and deploy it to your Power Platform environment. Pre-requisite: Before you start, ensure…