Dynamics
Dynamics 365 Entity - depends upon the app having been registered with Azure Active Directory
Parameter | Value |
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 | |
clientId | the encrypted client id from the Azure AD app registration |
clientSecret | the encrypted client secret from the Azure AD app registration |

<DynamicsTarget
entity="String"
idColumn="String"
idColumnInsert="String"
serviceurl="String"
clientid="String"
clientsecret="String">
<ColumnMappings>
...
</ColumnMappings>
<Filter/>
</DynamicsTarget>
Last modified 1yr ago