Seeding a Dynamics 365 Sales Instance with Realistic Dummy Data Using Python
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 —…
Category
Working with Microsoft DataVerse
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.…