ugreg / DynamicsConnector

The samples show how to sync custom DB table storage with Dynamics CRM entities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provision a Dynamics Connector Services from GitHub

Overview

Solution Overview Diagram The Dynamics 365 connector uses a number of Azure services (Azure Functions, Azure Service Bus, and Azure Storage) with custom code and configuration (JSON) files to establish a two-way communication between any SQL DB and Dynamics 365. The connector is built in a modular fashion. One module queries the SQL DB, another connects to Dynamics 365, and code in the middle performs any needed data transformations to convert incoming data into a form that Dynamics 365 can read. With this modular architecture different data sources can be synchronized with Dynamics.

About

The samples show how to sync custom DB table storage with Dynamics CRM entities

License:MIT License


Languages

Language:C# 100.0%