Migrating Customer Insights Data Between Dataverse Environments: What We Learned
We had a working PowerShell script that migrates 27 Sales tables between Dataverse environments via the Web API. The question came up: what happens when…
Category
Working with Microsoft DataVerse
We had a working PowerShell script that migrates 27 Sales tables between Dataverse environments via the Web API. The question came up: what happens when…
We needed to move data — not schema, not solutions, actual records — between two Dataverse environments. Solutions handle customisations. The Data Import Wizard handles…
Setting up a Dynamics 365 Sales instance for development, demos, or training is painful when it’s empty. You need accounts, contacts, opportunities, quotes, orders —…
One of the best ways to learn Dynamics 365 plugin development is to build something real. In this post, I’ll walk through two plugins I…
When you stick a subgrid of related records on a form (if a N:N relationship was created rather than an intermediary entity), how does one…
Most apps need emails sent out, very likely from Power Automate. As a developer the thing I always hate is doing work. Well, boring work.…