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.
Connects to Products in the Microsoft Dynamics/NAV Family Via the OData API which use Authorization grant.
See Dynamics Crm Remarks.
See how to configure an OData App for Dynamics On Azure Active Directory for details on this process.
The technical notes page gives some technical details about Microsoft Dynamics CRM component like changelog and completeness matrix.
Fetch new and updated objects
Get objects which have recently been modified or created.
Query Accounts
Query Objects: Accounts.
Query Contacts
Query Objects: Contacts.
Query Quotes
Query Objects: Quotes.
Bulk Create Objects
Provides a simple interface for quickly creating large amounts of objects.
Bulk Update Objects
Provides a simple interface for quickly updating large amounts of objects.
Bulk Delete Objects
Provides a simple interface for quickly deleting large amounts of objects.
Delete Object By ID
Deletes a Selected Object.
Lookup Object by Field(s)
Given a set of criteria which matches exactly one record, find that matching record.
Upsert Object
Creates or Updates Selected Object.
Lookup Object by Field(deprecated)
Use Lookup Object by Field(s) action instead.
Upsert Object(deprecated)
Use Upsert Object action instead.
Sync Accounts(deprecated)
Use Upsert Object action instead.
Sync Contacts(deprecated)
Use Upsert Object action instead.
Sync Invoices(deprecated)
Use Upsert Object action instead.
Sync Orders(deprecated)
Use Upsert Object action instead.
Sync Price Levels(deprecated)
Use Upsert Object action instead.
Sync Product Price Levels(deprecated)
Use Upsert Object action instead.
Sync Products(deprecated)
Use Upsert Object action instead.
Sync Quotes(deprecated)
Use Upsert Object action instead.
Sync Unit Groups(deprecated)
Use Upsert Object action instead.
Sync Units(deprecated)
Use Upsert Object action instead.
See the legacy behavior for details.
EIO_REQUIRED_RAM_MB
must be set to 512
. This is because the metadata file for the service is large enough that it requires additional RAM to be parsed.
For the local testing (e.g. spec-integration) the following environment variables are required:
RESOURCE
OAUTH_CLIENT_ID
OAUTH_CLIENT_SECRET
ODATA_API_ROOT_LOCATION
OAUTH_TOKEN
CONTACT_TO_LOOKUP_FIRST_NAME
CONTACT_TO_LOOKUP_TOO_MANY_LAST_NAME
This component interacts with OData version 4. It has been tested with:
Microsoft Dynamics 365
2020 release wave 1 enabled
Server version: 9.1.0000.18042
Client version: 1.4.831-2005.2
The component was not tested with the latest Microsoft Dynamics CRM version. Althouh it was fully tested with one the recent Dynamics releases, 100% compatibility can not be guaranteed.