I wanted to create a Power Pages site to manage invoices. I created three Dataverse tables for Product, Invoice and Invoice Item. ⚒️ I created the Power Pages site, with several pages. I added my Lists and Basic Forms to the appropriate pages and added Table permissions. 🔒 I created an Invoice form that displays…
Category: Power Pages
Adventures with Power Pages: Set Focus On Load
I have a Page that is using an Dataverse Form called Game Create Form (Web). The Form includes a couple of Lookups for Type and Publisher and a couple of Choices for Category and Mechanism. In testing my Site, I navigate to the Game Create Page that contains the Game Create Form (Web). I would…
Adventures with Power Pages: Configure Column Display Names
Lately I have been getting a lot of requests for help with Power Pages. One request I received recently was how to change the Display Name for columns on a List on a Page, for example, change SalesOrderNumber to Number. Can this be done? Of course! Could I do it in JavaScript? Certainly! But is…