Options
The uri of the Dynamics CRM, normally it has the schema: https://
Defaults to 8.2.
Supported is 8.2 and 9.0.
The API ID used for authentication. This should be empty if ntlm authentication is used.
The APP secret used for authentication. This should be empty if ntlm authentication is used.
The NTLM username. This should be empty if online authentication is used.
The NTLM password. This should be empty if online authentication is used.
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 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!
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.
Defaults to false.
Enable or disable detailed logging. Should be false
in production.