I recently had a scenario where I needed to add a new member to an existing Microsoft Dynamics 365 static marketing list using Microsoft Power Automate and in this post I'll break it down step by...
As of Microsoft Dynamics 365 version 9.0 we can add auto-number fields and the great thing about them is that the number itself is managed by the system, so there's no need for extra code / plugins...
Background
A recent project called for syncing appointments created within Dynamics 365 to Exchange (and eventually Outlook) via server-side sync. One of the gotchas with this is that the...
If you're new to Microsoft Dynamics 365 development you may be wondering how to connect to it via a .Net C# console application or would like to set up a Visual Studio project to get started with the...
When it comes to retrieving data client-side using Javascript the Dynamics 365 Web API is the best way to do this. In this post I'm going to share a reusable Javascript function I've written that...
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...