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

{
"name": "Microsoft Dynamics 365 connection",
"type": "msdynamics",
"configuration": {
"auth_method": "",
"client_id": "a45gadsfdsafbyorxhugfbhsgllpf12gf56gfds",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
"dynamics_url": "",
"oauth_refresh_token": "dasfdasz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

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
{
...
"target": {
"configuration": {
"invalid_relationships": ""
}
}
}

Bulk Sync

Source

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