Dynamics 365 Configuration Data Mover v2.4

I've released an updated version of my popular Dynamics 365 Configuration Data Mover utility that was built with .Net 4.7 to address the new requirement to use TLS 1.2 (or better) for connections to Dynamics 365 online instances as described in this entry on the Microsoft Dynamics 365 »

Using proxy connections with the Dynamics 365 Configuration Data Mover

I was recently asked to add a feature to my Dynamics 365 Configuration Data Mover to enable connections through a proxy server. Because the tool is a .Net application, proxy server connections can be configured directly in the AlexanderDevelopmentConfigDataMover.exe.config file. For example, if you want to use the »

Creating many-to-many associations with the Dynamics 365 Configuration Data Mover

I've released an updated version of my popular Dynamics 365 Configuration Data Mover utility that includes the ability to create many-to-many associations in the target system. This upgrade is fully compatible with existing job files. To create a many-to-many job step in the GUI, select the new "many to »

Running Dynamics 365 Configuration Data Mover jobs in VSTS builds

In today's post I will show how to use my Dynamics 365 Configuration Data Mover utility for synchronizing configuration data between CRM orgs as part of a Visual Studio Team Services build. Download the latest version of the Configuration Data Mover utility's CLI tool from my repository on GitHub here: »

Dynamics 365 Configuration Data Mover v2.2

I've released an updated version of my popular Dynamics 365 Configuration Data Mover utility that includes the following features: Path to source and target JSON data files can now be absolute or relative to current working directory. This is particularly useful for running the CLI tool in an automated fashion. »