Hi
I work for a small software provider and as part of our solution we have a small CRM module, which we would like to integrate with Dynamics.
Can anyone suggest at what documentation where we should start looking to scope out the work and the possible touch points.
Our software is aimed at the leisure market and initially we would just like to integrate the main CRM data Name, Address, Contact details etc, but in phase 2 we would like to look at also integrating more of the transnational data.
Any help appreciated and thanks in advance.
Hi Partner,
From my point of view, one approachable way would be by registering an Azure Active Directory application to get access to Common Data Service with privileges to perform CRUD operations.
Once you got an access token from Azure,
> If your platform language is C#,
then you could call dynamics 365 web api as what you do in CRM with CRM REST Builder:
most of data interactions and operations are in JSON format.
Another way is intergrating OrganizationService assembly in your backend if C#
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/overview
> If your platform is other language such as Java,
you could still work with Web API, MS has provided Azure libraries in package "com.microsoft.aad.adal4j" for JAVA:
with similar steps to acquire access token in C#.
In a word, Register a Dynamics 365 for Customer Engagement app with Azure Active Directory would be a good touch point.
Regards,
Clofly
for crm data integration you may consider using Microsoft Flow
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156