The Microsoft Dynamics CRM connector is a Palantir-provided driver for Microsoft Dynamics CRM.
To create a new Microsoft Dynamics CRM source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Microsoft Dynamics CRM-specific configuration and networking. For the complete property reference, see the official Microsoft Dynamics CRM driver documentation ↗.
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
CRMVersion ↗ | Mandatory | The type of Dynamics CRM server to which you are connecting. Accepted entries are CRM2011+, CRMOnline. | CRM2011+ |
URL ↗ | Mandatory | The root URL of the organization. For example, a CRM 4.0 or CRM 2011 URL will resemble http://MySite/MyOrganization. For CRM Online, the URL will resemble https://myOrg.crm.dynamics.com/. | https://myOrg.crm.dynamics.com/, http://mySite/myOrganization |
AuthScheme ↗ | Recommended | The authentication scheme used. Accepted entries are OAuth,NTLM,Kerberos,AzureServicePrincipal,AzureServicePrincipalCert. | Auto |
InitiateOAuth ↗ | Recommended | Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. | REFRESH |
InternetFacingDeployment ↗ | Recommended | Whether you are connecting to an Internet Facing Deployment (IFD) for CRM. | FALSE |
LanguageCode ↗ | Recommended | The code indicating the language. | 1033 |
OAuthClientId ↗ | Recommended | Specifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. | — |
OAuthClientSecret ↗ | Recommended | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server. | — |
OrganizationName ↗ | Recommended | The name of the organization. In Dynamics CRM 4.0 without IFD, the organization is specified in the URL; for example, http://website/organizationname. In Dynamics CRM 4.0 with IFD, this property must be set. In other versions of CRM, this property is optional. | — |
Password ↗ | Recommended | The password used to authenticate the user. | — |
ServerVersion ↗ | Recommended | The Server SDK version of DynamicsCRM. | — |
User ↗ | Recommended | The SharePoint user account used to authenticate. | — |
The table below lists the domains that the source needs to be able to access in order to successfully run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| <URL> | Always. URL connection property |
| <ADFSServer> | If CRMVersion='CRM2011+' (Default) and AuthScheme=AzureAD |
| login.microsoftonline.com | If CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal, AzureServicePrincipalCert AND AzureEnvironment=GLOBAL (default) |
| login.chinacloudapi.cn | If CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal , AzureServicePrincipalCert AND AzureEnvironment=CHINA |
| login.microsoftonline.us | If CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal, AzureServicePrincipalCert AND AzureEnvironment=USGOVT or USGOVTDOD |