Microsoft Dynamics 365

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Accepted values: oauth, client_credentials
true
client_idstringCustom OAuth application client ID for the delegated flow.false
client_secretstringCustom OAuth application client secret for the delegated flow.false
dynamics_urlstringDynamics URLtrue
oauth_refresh_tokenstringfalse

auth_method

When auth_method is client_credentials
NameTypeDescriptionRequired
client_credentials_client_idstringClient IDtrue
client_credentials_client_secretstringClient secrettrue
tenant_idstringDirectory (tenant) IDtrue

Example

1{
2 "name": "Microsoft Dynamics 365 connection",
3 "type": "msdynamics",
4 "configuration": {
5 "auth_method": "",
6 "client_id": "a45gadsfdsafbyorxhugfbhsgllpf12gf56gfds",
7 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
8 "dynamics_url": "",
9 "oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
10 }
11}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "object": "object"
5 }
6}

Target

Microsoft Dynamics 365 connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
invalid_relationshipsstringRecords with invalid relationship IDs

Accepted values: error, omit_values, omit_records
true
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "invalid_relationships": ""
6 }
7 }
8}

Bulk Sync

Source

Microsoft Dynamics 365 connections may be used as a bulk sync source. No additional configuration options are required.