Dynamics

(depends upon the app having been registered with Azure Active Directory)

Parameter

Value

entity

the dynamics entity name

serviceUrl

the web api url for the instance, e.g. https://org.api.crm.dynamics.com/api/data/v9.0/

redirectUrl

the redirect uri from the Azure AD app registration

clientId

the encrypted client id from the Azure AD app registration

clientSecret

the encrypted client secret from the Azure AD app registration

<DynamicsDataSource 
    entity="String" 
    serviceUrl="String" 
    redirectUrl="String" 
    clientId="String" 
    clientSecret="String">
    <Schema>
    ...
    </Schema>
    <Filter/>
</DynamicsDataSource> 

Last updated