Adventures with Power Platform: Sample Timesheet Canvas App

I wanted to create a Canvas App that took a list of Time Transactions and showed them in a matrix format by Task and Duration. I also wanted to edit the data. ✏️ If you want to see it in action in your Environment, download it at https://mattruma.com/wp-content/uploads/2024/09/TimesheetSolution_1_0_0_0.zip. Let’s breakdown what I have in my…

Adventures with Dataverse: Fun with Currency and Decimal Data Types

I had a question around what happens to the value of a Dataverse field of type Currency or Decimal when I changed the decimal precision. The question❓, what happens to the underlying values stored in the Dataverse field when the decimal precision is changed? Is it automatically truncated? 🤔 Or is the original value retained…

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…