Audit Logs – Synapse Link for Dataverse
Dataverse has great out of the box auditing capabilities. Configuring the tables and columns you wish to audit is simple. Users have the ability to access the audit history for a record directly from...
View ArticleDataverse – ERD
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...
View ArticleFolder-level Tracking
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...
View ArticleAmazon Connect & Dynamics 365
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...
View ArticleDynamics 365 & Amazon Connect – Call Center Integration
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...
View ArticleData Workspace
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...
View ArticlePowerDocu – Power Platform Documentation
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...
View ArticleADF – Set Dataverse Owner
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...
View ArticleDataverse SQL – Azure Function
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...
View ArticleDataverse SQL – Custom API
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...
View Article