Write a Dynamics 365 CE Plug-in

This is a quick post demonstrating how to write a plugin in Microsoft Dynamics 365 Customer Engagement.

Dynamics 365 SSRS Reporting Extensions will not install

One of the problems that I have faced countless times when installing Dynamics in a VM for development purposes is the hassle of installing Dynamics Reporting Extensions. The installation will…

Access Dynamics 365 through Azure API Management

A project I recently worked on required a Third-Party vendor to access Microsoft Dynamics 365 data. This external organisation wanted to query customer data and surface this data on another…

LINQ examples for Dynamics 365

Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.

Convert a late bound type to an early bound type

Often you'll find a lot of sample code online written in late bound syntax. You can convert between the two by simply using the ToEntity() method.

Consume a WCF from inside a Dynamics 365 plugin

A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.

Get the business unit name of the logged-in user

This code snippet illustrates how to get the business unit details of the logged-in user. This is great for certain use cases that require form conditions based on who has…

Create, update, delete records in Microsoft Dynamics CE

C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.

Logic Apps with On-Premise Dynamics 365

In this post I'll explain how to connect to a Microsoft Dynamics 365 on-premise environment with Azure Logic Apps.

Dynamics 365 & WordPress Integration

This week we take a dive into proof of concept (POC) integration between Azure, WordPress and Dynamics 365. More specifically, integration between MySQL, Azure Service Bus and Dynamics 365.