Welcome to Functional Thoughts.com
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...
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...
Sick of logging in and out of Office 365 accounts - I hear you!
As a consultant in an ever-growing world of cloud-based services I find I'm accumulating Office 365 accounts like they are going out...
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...
link to XRMToolbox Error: Could not load type ‘XrmToolBox.Extensibility.MultipleConnectionsPluginControlBase’
A recent upgrade to XRMToolbox left me locked out of the tool. Each time it loaded I got the following error message:
Could not load type...