Plese note: the Microsoft Dynamics CRM component has been deprecated and is no longer supported. We highly recommend migrating to the newer Microsoft Dynamics CRM v2 component, which offers improved functionality and ongoing maintenance.
Please update your codebase to utilize the Microsoft Dynamics CRM v2 as soon as possible to ensure compatibility with future updates and benefit from the latest features.
Microsoft Dynamics CRM is a product in the Microsoft Dynamics family. It is a CRM within that product family.
Microsoft Dynamics Finance and Operations is a product in the Microsoft Dynamics family. It is a ERP within that product family.
This component can interact with both of these systems and possibly other systems in the dynamics family that expose OData APIs that support authentication through OAuth.
Like other members of the Dynamics product family, Business Central exposes OData APIs for editions published after approximately 2015. These APIs have the following caveats:
/api/data/v8.2
. For Finance and Operations it is /data
.A trial instance of Business Central can be requested from https://trials.dynamics.com/ and selecting Business Central
. Sometimes this trial expires or otherwise shuts down. If this occurs, the below steps can be followed to re-create it:
Sales
(for CRM).Get Started
.A ticket can be filled with support through https://admin.dynamics.com/
One previous issue was resolved by using incognito mode. A screenshot of that error is below.
An .env
file for integration tests can be found in BitWarden. It requires a valid access token for authentication to be manually provided first. One can be obtained using the provided postman collection.