Updated solution for scheduling recurring Dynamics CRM workflows

About three years ago I released an open source Dynamics CRM solution for scheduling and executing recurring workflows. My solution would execute a FetchXML query to return a set of records and then start a workflow for each of those records without requiring any external processes or tools. This is a generalized approach to solving a class of problems that includes the following scenarios: »

Dynamics CRM Configuration Data Mover v1.11

I’ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following enhancements: Validation for FetchXML queries against the Dynamics CRM 2016 FetchXML XSD when jobs are saved through the GUI client and at the start of a job before any data is processed Better error reporting in the GUI client GUID mapping for the root business unit’s default team when the option to map the root business unit is selected ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here. »

Dynamics CRM Configuration Data Mover v1.10

I’ve released an updated version of my Dynamics CRM Configuration Data Mover tool that adds the ability to synchronize entityimage attributes stored in flat-file extracts. Previous versions of the tool already allowed for entityimage synchronization when running a job directly between source and target CRM systems. ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here. »

Introducing the Dynamics CRM Deployment Wizard

Over the course of my career, I have seen too many Dynamics CRM solution deployments fail because of poorly executed deployment processes. To make deployments easier, I have built a new tool called the Dynamics CRM Deployment Wizard. The CRM Deployment Wizard executes deployment (solution or reference data import) steps listed in a JSON manifest file, so all you have to do is organize your files, create the manifest and run the deployment job. »

Dynamics CRM Configuration Data Mover v1.9

I’ve released an updated version of my Dynamics CRM Configuration Data Mover tool that includes the following enhancements: Setting statecode and statuscode values on create or update is now supported. The tool will not set statuscode unless statecode is also specified. Record ownership can now be changed on updates. ####Getting the Dynamics CRM Configuration Data Mover The source code is available in my GitHub repository here. »