Everyone got ALM wrong in Dynamics 365 / Dataverse

by Jun 24, 2024

For ages, we’ve been ferociously encouraging the integration of developer practices, such as source control and ALM, into the Dynamics 365/Dataverse realm.

The ultimate truth

The revered ‘Master Branch’ in source control, has always been the sole fountainhead from which all other branches sprout.

We, however, took a misstep.

The prevalent belief was that the developer’s environment is the ‘Master Branch’, the ultimate truth.

And when the concept of multiple dev environments surfaced, the “Golden Environment” emerged as the new ‘Master Branch’.

But the plot twist? Both these assumptions are incorrect!

The real truth

View it from the customer’s perspective: it’s the Production environment that’s the ultimate truth, it’s the real ‘Master Branch’ in source control.

Want to modify something? This is where it happens.

Here’s the golden nugget of wisdom developers possess: Try not to do changes on the master branch. Create a feature branch for your change. Once satisfied with the modification, it can be merged back into the master branch.

How does this apply to Dataverse?

Simply backup your Production environment and restore it in a Feature environment. Implement your changes there, and once content with the results, export and import your modifications back into the Production environment.

Paradigm shift?

Transitioning to viewing your Production environment as your master branch revolutionizes your perception of numerous processes, especially ALM.

It will make things easier and it will solve some problems.

Ready to embrace this change?

Remy van Duijkeren

Remy van Duijkeren

Power Platform Advisor

Microsoft Power Platform Advisor with over 25 years of experience in IT with a focus on (marketing) automation and integration.

Helping organizations with scaling their business by automating processes on the Power Platform (Dynamics 365).

Expert in Power Platform, Dynamics 365 (Marketing & Sales) and Azure Integration Services. Giving advice and strategy consultancy.

Services:
– Strategy and tactics advise
– Automating and integrating

Subscribe to
The Daily Friction

A daily newsletter on automation and eliminating friction

Related Content

Improving the Form Switcher

Improving the Form Switcher

In Microsoft Dynamics 365, Model Driven Apps in the Power Platform, you can create multiple main forms for the same table or TOFKAE (The Object Formally Known As Entity). When to use multiple forms This can be handy because you can assign different security roles to...

read more
How to use Environment Variables in your plugins

How to use Environment Variables in your plugins

Environment Variables Dynamics 365 / Power Apps solution can have Environment Variables. Often a Settings table (=entity) would be created to store configuration settings that differ between environments. We now can replace these with environment variables. These...

read more
The attribute was not found in the MetadataCache

The attribute was not found in the MetadataCache

The Problem I was trying to export a Solution from Dynamics 365 CE / Dynamics CRM to deploy into the next environment, but instead I got a Query Builder Error: The specified field does not exist in Microsoft Dynamics 365. Looking into the log file I saw the...

read more