Arctic Cloud Developer Challenge

Earlier this month I was a judge at the Arctic Cloud Developer Challenge, also referred to as ACDC. When I was originally asked if I wanted to go to ACDC, of course I said yes, AC/DC is one of my favourite bands. However, instead of a Highway to Hell, I took a flight to Oslo… Continue reading Arctic Cloud Developer Challenge

How to setup a Common Data Service Application User (and why)

When you build custom solutions where you need to create, read, update or delete data in the Common Data Service (including Dynamics 365 apps), you don’t necessarily want that application to use specific user credentials to do its work. This used to be a common way for external applications and integrations to authenticate to the… Continue reading How to setup a Common Data Service Application User (and why)

Low-code method to surface data from the Common Data Service (Dynamics 365) on a public webpage. NOT using a Portal.

In order to be successful with a career in technology, you must constantly be learning. This may involve reading, taking classes or watching videos. Not only about the Power Platform or Dynamics 365 but learning about other technology stacks and methods, and thinking about how to apply them to your projects. One week ago I… Continue reading Low-code method to surface data from the Common Data Service (Dynamics 365) on a public webpage. NOT using a Portal.

Convert a CER or P7B SSL certificate to a PFX (For Power Apps Portals or other projects)

The following post is a perfect example of a process that I don’t do very often and when I do, I keep forgetting how to do it. So today I am going to write it down so in the future, I can refer to this post. Maybe you will find it helpful as well. In… Continue reading Convert a CER or P7B SSL certificate to a PFX (For Power Apps Portals or other projects)

Simple ALM for Dynamics 365/CDS Projects

Summary All PowerApps/Dynamics 365/CDS projects, big or small should be using some form of source control for customization. You don’t necessarily need to build complicated build pipelines or continuous integrations to implement an ALM process. This post provides instructions on installing tools and setting up some PowerShell scripts to automate some tedious chores when managing… Continue reading Simple ALM for Dynamics 365/CDS Projects

Create a Power Platform Trial Environment for Learning

Perhaps you want to try out the latest preview features for the Power Platform, or maybe you are preparing for a Microsoft certification exam or even just taking an in-person or online class. In each of these scenarios, you will want to have an actual environment to get your hands dirty. The question was asked… Continue reading Create a Power Platform Trial Environment for Learning

Diagnosing Errors in PowerApps Portals

Every so often something weird might happen when a user is navigating a PowerApps Portal (which includes Dynamics 365 Portals). They might get an error message or strange pop-up, some examples; This type of error does not really indicate what the issue could be. Another example is an error could appear on a particular entity… Continue reading Diagnosing Errors in PowerApps Portals

The Microsoft Cloud Briefly Went Down: A Good Reminder of Why the Cloud is Good Thing.

I was working on building and testing a Microsoft Flow a month ago. Thursday afternoon, May 2nd, to be exact. It was fairly complex and required a bit of tweaking, most of the runs were taking anywhere from 3 to 5 minutes to run end to end. I was running the latest (and I was… Continue reading The Microsoft Cloud Briefly Went Down: A Good Reminder of Why the Cloud is Good Thing.

What is the Power Platform?

The concept of the Power Platform is just over a year old. However, I find that there are still a lot of clients, consultants and even Microsoft employees that don’t fully grasp just what the Power Platform is and what it can do. Is the Power Platform just Dynamics 365? Isn’t PowerApps a front end… Continue reading What is the Power Platform?

Cookie Policy Acceptance in Dynamics 365 Portals

Summary Cookies are small files that remember settings or other information on websites and portals. Websites from European companies are required to provide a mechanism for visitors to provide consent to use cookies. Implementing Cookie Policy Acceptance in portals is easily achieved by adding a small piece of JavaScript to a portal web template. Cookies… Continue reading Cookie Policy Acceptance in Dynamics 365 Portals