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 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…
Post by: syed hussain in Dynamics 365 CE Microsoft Azure
The steps below outline the actions needed to build the Dynamics 365 Data Export Service. What I found was that documentation on this subject is sparse, but also, blog posts…
Post by: syed hussain in Dynamics 365 CE Microsoft Azure
I signed-up to an Azure Student Account for an Azure Developers course that I was studying during the evenings. One thing that I noticed immediately was that I could not…