web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
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 creat...

lucasalexander 886
Like (0)
A Dynamics 365 local message listener for web client notifications - part 3

Several months ago I discussed an approach for passing notifications from local applications to the Dynamics 365 web client through a message listener process that runs on an end user's PC and shared some sample code for how to implement it. R...

lucasalexander 886
Like (0)
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 AlexanderDevelopment...

lucasalexander 886
Like (0)
Accessing an on-premises Dynamics 365 organization from Python

I've previously showed how to access online and IFD instances of Dynamics 365 Customer Engagement from Python code. Because that sample code authenticated to the Web API using OAuth, it won't work with on-premises instances. Recently I'...

lucasalexander 886
Like (0)
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 i...

lucasalexander 886
Like (0)
Building a simple service relay for Dynamics 365 CE with RabbitMQ and Python - part 1

Integrating with external systems is a common requirement in Dynamics 365 Customer Engagement projects, but when the project involves an on-premises instance of Dynamics 365, routing requests from external systems through your firewall can present...

lucasalexander 886
Like (0)
Building a simple service relay for Dynamics 365 CE with RabbitMQ and Python - part 2

In my last post in this series, I outlined an approach for building a simple service relay with RabbitMQ and Python to easily expose an on-premises Dynamics 365 Customer Engagement organization to external consumers. In this post I will walk throu...

lucasalexander 886
Like (0)
Building a simple service relay for Dynamics 365 CE with RabbitMQ and Python - part 3

In my last post in this series, I walked through the prerequisites for building a simple service relay for Dynamics 365 CE with RabbitMQ and Python. In today's post I will show the Python code to make the service relay work. As I described in ...

lucasalexander 886