With the introduction of Power BI coming into the Microsoft world, it's not often we deal with the older style SQL Server Reporting Services reports within Microsoft Dynamics 365 online any...
Category: Microsoft Dynamics 365
Microsoft Dynamics 365 – Managing Admin Mode from Power Platform
This is an updated post to my original Microsoft Dynamics 365 Sandbox and Admin Mode which can be found here. Since writing that post the administration of Microsoft Dynamics 365 environments has...
How to Query Dynamics 365 Multi Select Option Sets within Power Automate
Multi Select Option Sets within Microsoft Dynamics 365 are a great addition to the UI and user experience. However, from an admin / developers point of view we know that they can be painful to deal...
Dynamics 365: SLA Error – TimeTrackingCacheLoader Operation encountered some errors {0}
We use the Dynamics 365 automatic record creation and update rules to convert emails to a case for a service inbox. This process has been working fine for well over 1.5 years until today. I noticed...
Dynamics 365: An error has occurred opening field properties
I came across a strange issue within Dynamics 365 that I'd never seen before this week. A customer had made updates to the Status Reason (statuscode) field on the Order entity and after the change...
Dynamics 365 Option Sets: Validate and Create them in code (C#)
A common question when writing a C# interface for Dynamics 365 is to how to deal with Option Sets. In this post I'm going to share with you a couple of useful functions that I use to deal with...