Microsoft Dynamics 365 CRM
Microsoft Dynamics 365 is a cloud-based business applications platform that provides customer relationship management (CRM). You can land CRM data from Microsoft Dynamics 365 as a data source when landing or replicating data.
For more information about the API, see Web API types and operations.
The following Microsoft Dynamics 365 modules are supported:
-
Sales
-
Marketing
-
Customer Service
-
Field Service
-
Project Service Automation
Only standard objects are supported.
Metadata discovery is dynamic and based on the datasets used in your application.
-
SaaS uygulamalarına bağlanma hakkında daha fazla bilgi için bkz. SaaS uygulamalarına bağlanma.
-
Kullanım durumunuza bağlı olarak, SaaS uygulamalarından veri taşımak için Veri Hareketi ağ geçidi yüklemeniz gerekebilir. Daha fazla bilgi için şuraya bakın: Veri Hareketi ağ geçidi ne zaman gereklidir?.
When using CDC, you must enable Change Tracking in Microsoft Dynamics 365 for all entities that need to be replicated.
-
Out of the box entities are enabled by default.
-
You can enable custom entities by navigating to the relevant Entity Definition page of your entity and selecting Change Tracking.
For more information, see Enable change tracking for entities.
Preparing for authentication
To access your Microsoft Dynamics 365 CRM data, you need to authenticate the connection with your account credentials.
-
Go to https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade and click New registration.
-
Set Name to Qlik
-
Set the redirect URL to https://connector.qlik.com/auth/oauth/v3.htm.
-
Click Register.
-
Copy the Application ID to Client ID in the connection settings.
-
Go to the API permissions tab, click Add a permission, and select Microsoft Graph.
-
Click Delegated permissions and select Offline_access.
-
Click Add permissions.
-
Click Add a permission.
-
Click Dynamics CRM.
-
Click Permissions, and select user_impersonation.
-
Click Add permissions.
-
Click Grant admin consent for... and thenclick Yes.
-
Click Certificates & secrets.
-
Click New client secret, and select Never or set the expiry as far in the future as possible.
-
Click Add.
Value contains your client secret that you can copy to Client Secret in the connection. You may also want to record the client secret for future use.
Creating the connection
Daha fazla bilgi için şuraya bakın: SaaS uygulamalarına bağlanma.
-
Gerekli bağlantı ayarlarını doldurduğunuzda Kimliği doğrula'ya tıklayın.
Kaynak uygulamada oturum açmanız istenebilir.
Kimlik doğrulama kodunu içeren bir pencere görüntülenir.
-
Kodu panoya kopyalayın ve bağlantı diyalog penceresine dönün.
-
Kodu Kaynak tarafından sağlanan kodu kullanarak kimlik doğrulama işlemini tamamlayın kısmında yapıştırın ve Doğrula'ya tıklayın.
İpucu notuBu alanı görmek için aşağı kaydırmanız gerekebilir.Durum Doğrulandı olduğunda kimlik doğrulaması tamamlanmıştır.
-
Bağlantı adı kısmında bağlantı için bir ad sağlayın.
-
Oluşturulduğu zaman bağlantı için meta verileri tanımlamak üzere Bağlantı meta verilerini aç'ı seçin.
| Setting | Description |
|---|---|
| Data gateway |
Kullanım durumunuz gerektiriyorsa bir Veri Hareketi ağ geçidi seçin. Bilgi notu
Qlik Talend Cloud Başlangıç Kılavuzu aboneliği Veri Hareketi ağ geçidi desteklenmediğinden bu alan, söz konusu abonelikle kullanılamaz. Başka bir abonelik kademeniz varsa ve Veri Hareketi ağ geçidi kullanmak istemiyorsanız Hiçbiri'ni seçin. Veri Hareketi ağ geçidi avantajları ve bunu gerektiren kullanım durumları hakkında bilgi için bkz. Qlik Data Gateway - Veri Hareketi. |
| Client ID | Client ID. Application ID for the application you created. |
| Client Secret | Client secret. You can find your client secret on the application page. on the Certifications and secrets tab. |
| Authorization Endpoint | Authorization endpoint. You can find your authorization endpoint on the application page. Click Endpoints, and copy the value in OAuth 2.0 authorization endpoint (v1). |
| Token Endpoint | Token endpoint. You can find your token endpoint on the application page. Click Endpoints, and copy the value in OAuth 2.0 token endpoint (v1). |
| Service Root URL |
Service root URL. To find the service root URL:
|
| Resource |
Resource. Use the first part of your Service Root URL. Example: https://example.crm.dynamics.com |