entity
: the dynamics entity name
idColumn
: the unique id column of the dynamics entity
idColumnInsert
: a boolean (true or false) that indicates whether it is allowed to directly insert values into the id column. The default is false, id values will be matched but not inserted.
serviceUrl
: the web api url for the instance
e.g. https://org.api.crm.dynamics.com/api/data/v9.0/​
clientId
: the encrypted client id from the Azure AD app registration
clientSecret
: the encrypted client secret from the Azure AD app registration
<DynamicsTargetentity="String"idColumn="String"idColumnInsert="String"serviceurl="String"clientid="String"clientsecret="String"><ColumnMappings>...</ColumnMappings><Filter/></DynamicsTarget>