Dynamics
Dynamics 365 Entity - depends upon the app having been registered with Azure Active Directory
Last updated
Dynamics 365 Entity - depends upon the app having been registered with Azure Active Directory
Last updated
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
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