Removing your Command Bar Unmanaged Active Layer in Model Driven Apps

In the last few months I have been working on upgrading the customer´s unmanaged environments to managed. The customer had been working with unmanaged environments for about 5 years, and after joining, this has been one of the first things that I determined would be needed for this customer.

Admin Center Changes for Users, Teams and Roles

A couple of months ago, I wrote a post about changes on the creation of Application Users and the ability to manage this via the Power Platform Admin Center. Not much time has passed, and a few additions have been added to the Admin Center, which allows to manage Users, Teams and Security Roles. We are still missing some functionality to reach parity with the classic interface, but we are on our way.

New Dataverse functionality in creation of App Users

In late 2019, I wrote a blog article on how to configure oAuth authentication for Dataverse by creating an App Registration record in Azure, and the configuring the App Registration/User account in your Dataverse environment so that it can be consumed as an Application User or Service Principal.

Hiding Grid Item Entity Images from your Model Driven App

As we all know when we display our grids in flow (responsive) mode, the style of the grid changes from table style into card view style. When this happens, what we see is a bubble that shows up next to each card item, and we don’t really have much control over the colors or the text within those bubbles.

Handling Missing Dataverse Privileges in Canvas App

In a recent implementation I was working on a Canvas app that was supposed to display records to the users in a Nested Gallery. The users that would be accessing the gallery would always have permission to see the parent gallery, but not everyone had permissions to view the child gallery.

Calling an Azure Pipeline using a Cloud Flow or Canvas App

With everything that is going on around ALM and CI/CD and how to implement an automated deployment process with Azure Dev Ops of Github actions, there are still many organizations that have a lot of work that needs to be done before they can turn the switch over.

No-Code Solution for custom Change Log using Web Hooks and Cloud Flows

In one of our recent requirements, we had to log changes to certain fields in a few different entities. Since we needed the value of the field before and after the change, the logical option was to use plugins and adding a pre-image step to it in order to save that data.