Real-time Dynamics 365 data integrations with SSIS + KingswaySoft

I’m a big fan of KingswaySoft’s Dynamics 365 SSIS integration toolkit for moving data between Dynamics 365 and other systems. Because the integrations are run in SSIS packages, there’s a lot of power and flexibility, and you can use SQL Server Agent to orchestrate your integration jobs. This is great for scheduled jobs, but what do you do if you need to trigger a job based on activity in Dynamics 365? »

Dynamics 365 Configuration Data Mover v2.1

I’ve released an updated version of my popular CRM Configuration Data Mover utility that includes the following features: Steps can now be set as create-only, update-only or create+update. You can browse to data files using a standard file open dialog window. This upgrade is fully compatible with existing job files. »

Dynamics 365 Configuration Data Mover v2.0.1.2

I’ve released an updated version of my popular CRM Configuration Data Mover utility that fixes a small annoyance in the previous version where you could open multiple instances of the set connection, about and check for upgrade windows. This upgrade is fully compatible with existing job files. ####Getting the Dynamics 365 Configuration Data Mover »

Dynamics 365 and Python integration using the Web API - part 2

Last week I wrote a post that showed how to update Dynamics 365 data from a Node.js application using the Web API. Today I will share equivalent Python code. This code builds on my Dynamics 365 and Python integration using the Web API post from last year, so if you haven’t read that yet, please take a look before you proceed. »

Dynamics 365 and Node.js integration using the Web API - part 2

Last year I wrote a post that showed how to retrieve data from a Dynamics 365 Online organization in a Node.js application using the Web API. Today I will share sample code that shows how to update data from a Node.js application using the Web API. ####Updating a single property To update a single property on a record in Dynamics 365, you can make a PUT request to the Web API. »