Post by: syed hussain in All Development Dynamics 365 CE
This is a quick post demonstrating how to write a plugin in Microsoft Dynamics 365 Customer Engagement.
Post by: syed hussain in All Dynamics 365 CE
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…
Post by: syed hussain in Microsoft Azure
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…
Post by: syed hussain in All C# Development Dynamics 365
Below are some sample linq code snippets to help with querying Microsoft Dynamics 365.
Post by: syed hussain in C# Development Dynamics 365
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.
Post by: syed hussain in C# Development Dynamics 365
A code snippet demonstrating how to consume a WCF web service from inside a Dynamics 365 plugin.
Post by: syed hussain in All Development Dynamics 365 JavaScript
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…
Post by: syed hussain in All C# Development Dynamics 365
C# code snippets to help with creating, retrieving, updating and deleting Microsoft Dynamics 365 CE records.
In this post I'll explain how to connect to a Microsoft Dynamics 365 on-premise environment with Azure Logic Apps.
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.