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...
I recently worked on a Dynamics 365 for Sales project where we needed to migrate Marketing List data. If you have ever tried to do this using the out of box import data tool you will find it's not...
We recently wrote a data loader for a client which needed to load multiple contacts against an opportunity. The most logical way to do this was to utilize the Stakeholder grid on the opportunity....