It’s not possible to connect to the Microsoft Dataverse directly in Databricks. Some options include ingesting the Dataverse tables into Azure Data Lake and then retrieving them from inside a…
Post by: syed hussain in All C# Dynamics 365 CE
Here is a quick method for creating a templating engine for Microsoft Power Platform. Let’s say you have the following text that you want to turn into a letter:
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 C# Dynamics 365 CE
Summary I was processing large quantities of FetchXML queries using Apache Kafka and ran into an issue where Kafka threw an Invalid XML error. The way to solve this issue…
Post by: syed hussain in All Dynamics 365 Tips
This post contains details on registering an Endpoint in the Microsoft Dataverse without creating a custom plugin. The details of the message include everything sent in event execution, including the…
Post by: syed hussain in All C# Dynamics 365
The following code captures record updates in a Dynamics 365 CE plugin, and stores this in the description field.
Post by: syed hussain in All Development Dynamics 365 CE Tips
I recently came across this error when trying to debug a plugin. 'The breakpoint will not currently be hit. No symbols have been loaded for this document'. During my investigation…
Post by: syed hussain in All C# Development Dynamics 365 CE Microsoft Azure
Below I've listed the various grant types that can be used to access Dynamics 365 Web API.
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…