In a previous post I covered how to create an Azure Function to run Dataverse SQL queries if SQL traffic is blocked on your network. This post is a variation on that and shows how you can basically use the […] The post Dataverse SQL – Custom API ...
Dataverse provides a TDS, Tabular Data Stream, endpoint that allows you to query your data using SQL. This feature is especially useful for handling complex data queries or querying large volumes of data. Keep in mind that Dataverse SQL capabiliti...
Updating the owner column for a table in Dataverse from ADF, Azure Data Factory, can be a little confusing. Dataverse allows you to establish relationships between tables as lookup columns. To update a lookup column in ADF, you just need […] The ...
At a recent #PowerPlatformIreland meetup a couple of people suggested I have look at PowerDocu which is a free open-source tool for createing Power Platform documentation. It was written by Rene Modery so massive kudos to him for developing such [...
Data workspace went GA a few days ago. While there is no doubt that this is the future for creating Dataverse data models, it does have two irritating shortcomings. The first issue is that you cannot save and edit your […] The post Data Workspace...
This post explains how to integrate Amazon Connect with Dynamics 365 in a call center environment. When customers call in, they can use DTMF (Dual-Tone Multi-Frequency) to identify themselves. As a result, when an agent answers the call, it opens ...
I heard a lot of good things about Amazon Connect recently so I decided to try it out. Amazon connect is a cloud based contact center that enables you to easily set up a contact center. I wanted to see […] The post Amazon Connect & Dynamics 365 [...
The synchronization of emails into Dataverse has been a feature since Dataverse started life as Dynamics CRM on-premise. It supports the sending and receiving emails for both individual users and shared mailboxes in Dataverse. As an out of the box...
Creating a Dataverse ERD, Entity Relationship Diagram, is a good way to document and explain the structure of your Dataverse data model. As they say “A picture is worth a thousand words”. The Power Platform does not have any tools […] The post Da...