Microsoft Dynamics CRM

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 ↗.

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
CRMVersionMandatoryThe type of Dynamics CRM server to which you are connecting. Accepted entries are CRM2011+, CRMOnline.CRM2011+
URLMandatoryThe 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
AuthSchemeRecommendedThe authentication scheme used. Accepted entries are OAuth,NTLM,Kerberos,AzureServicePrincipal,AzureServicePrincipalCert.Auto
InitiateOAuthRecommendedSpecifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working.REFRESH
InternetFacingDeploymentRecommendedWhether you are connecting to an Internet Facing Deployment (IFD) for CRM.FALSE
LanguageCodeRecommendedThe code indicating the language.1033
OAuthClientIdRecommendedSpecifies 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.
OAuthClientSecretRecommendedSpecifies 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.
OrganizationNameRecommendedThe 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.
PasswordRecommendedThe password used to authenticate the user.
ServerVersionRecommendedThe Server SDK version of DynamicsCRM.
UserRecommendedThe SharePoint user account used to authenticate.

Networking

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.

DomainRequired
<URL>Always. URL connection property
<ADFSServer>If CRMVersion='CRM2011+' (Default) and AuthScheme=AzureAD
login.microsoftonline.comIf CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal, AzureServicePrincipalCert AND AzureEnvironment=GLOBAL (default)
login.chinacloudapi.cnIf CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal , AzureServicePrincipalCert AND AzureEnvironment=CHINA
login.microsoftonline.usIf CRMVersion=CRMOnline AND AuthScheme=AzureAD, AzureServicePrincipal, AzureServicePrincipalCert AND AzureEnvironment=USGOVT or USGOVTDOD