Dynamics Customer Voice is the survey tool that stores all its data in Dataverse. Dataverse have quite the process to maintain a healthy ALM and deployment process, but if you plan to include Customer Voice in your solution it can complicate things. This is how I solved this challenge, with help and inspiration from my... Continue Reading →
A Double Expand Query and Some Missing Dynamic Content in Power Automate
Just earlier this week I had to do a double expand (getting data from a table that are two relationships away) and realized that when I did that, I didn't get any dynamic content. Bleh. Well. Not too difficult to solve with an expression, continue to read to find out how. An example scenario So... Continue Reading →
Help! I Need a Code Component!
Have you browsed the PCF Gallery and thought: WOW, this is exactly what I need! Do you know how to actually incorporate an open source PCF/Code Component in your solution and maintain high quality? These are some of the things you need to consider. What is a Code Component/PCF? So let's start with some background.... Continue Reading →
No-Code Hack – Use Calculated Fields for Event Age Validation
This past weekend I was at Dynamics Power Saturday in Amsterdam an delivered a session I call "No-Code Hacks". One of my hacks was to show how you can solve a requirement for age limit at event by only using customization, a requirement usually solved with JavaScript. What is a Hack? To start with I... Continue Reading →
Assign User Security Roles in a CDS Model Driven App
Being able to build model-driven apps on the Power Platform with out actually having it base it on a Dynamics CE first party app opens up a world of possibilities, but also a few new experiences for a former Dynamics-gal like myself. For instance when I was going to assign my Users their Security Roles... Continue Reading →
Get Fields From Related Records Using Actions
Have you ever had that requirement where you know you can solve most of it with a workflow but the information you are after is one relationship too far away? For example:I have a custom entity called Event Registration that is related to Contact but the discount information is placed on Account. This article will... Continue Reading →