MS Dynamics 365 Business Central Adapter
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Options

Organization URI

The uri of the Dynamics CRM, normally it has the schema: https://.crm.dynamics.com/

API Version

Defaults to 8.2.

Supported is 8.2 and 9.0.

Application ID

The API ID used for authentication. This should be empty if ntlm authentication is used.

App Secret

The APP secret used for authentication. This should be empty if ntlm authentication is used.

NTLM Authentification Username

The NTLM username. This should be empty if online authentication is used.

NTLM Authentification Password

The NTLM password. This should be empty if online authentication is used.

Module

Defaults to contact.

The name of the entity type to sync, e.g. contact, lead, company. Others should be working as well.

If the Module is list (Marketing Lists), only the name and fields of the list can be changed, but not the contacts from the list. To change memberships see the setup section regarding list memberships.

Expand

Expand related entities. This is a comma separated list of related navigation properties (field names) to expand.

This can be used to include related entities in the response. For example, if you want to include the account of a contact use parentcustomerid.

This can have a significant impact on performance, so use it with caution.

Only works for reading related entities, not for creating or updating!

List Adapter

Defaults to false.

If marketing lists should be managed, set this to true. In this case module is the type of the members in the list, either contact, lead, company

Refer to the setup section regarding list memberships.

Enable detailed logging

Defaults to false.

Enable or disable detailed logging. Should be false in production.