Personal Branding according to Jonas

Microsoft MVP Megan Walker recently reached out to fellow MVPs to get their views and experiences around Personal Branding. She had eleven questions on the topic, and of course I wanted to give her and the world my thoughts.

Continue reading “Personal Branding according to Jonas”

Querying date intervals in the Common Data Service

90 days from now

Querying date intervals in Microsoft Common Data Service, Power Apps and Dynamics 365 is not always possible using Advanced Find nor is it as easy as working with plain SQL.

TL;DR – with FetchXML this is quite possible!

Continue reading “Querying date intervals in the Common Data Service”

Git Submodules in Visual Studio

Ever since I started working with development, I have both created and consumed libraries, frameworks, utilities and snippets to simplify and streamline my code. The methods to include this code have varied a lot; from simply copy-pasting code to linked files to private NuGet servers with build automation, full CI/CD etc.

Continue reading “Git Submodules in Visual Studio”

Conditional Unique Auto Number Sequences in Microsoft Dynamics 365 / CRM

Conditional unique auto number series

A common request for Auto Numbers in Microsoft Dynamics 365 (CDS/CRM) is to have one number field with different formats and unique sequences based on data on the record or it’s parents.
I call this “Conditional Unique Auto Number Sequences”.

Continue reading “Conditional Unique Auto Number Sequences in Microsoft Dynamics 365 / CRM”

Create view: Active Contacts in My State

Microsoft Dynamics 365 Customer Engagement and Common Data Service offer us the querying language FetchXML to retrieve data. Since this is the language used for views saved in the system, we can use FetchXML Builder for XrmToolBox to alter the features of views beyond what is possible using platform features, without making them unsupported.

Continue reading “Create view: Active Contacts in My State”