Salesforce
Salesforce is a cloud-based CRM platform. You can land Salesforce data as a data source when landing or replicating data.
-
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?.
Supported versions and objects
The following Salesforce versions are supported:
-
Salesforce Sales Cloud
-
Salesforce Service Cloud
-
Salesforce Marketing Cloud
This requires using Salesforce Marketing Cloud Connect. For more information, see Marketing Cloud Connect.
-
Salesforce Commerce Cloud
For more information about the results returned from Salesforce, see Salesforce REST API Developer Guide.
If the data contains custom objects using the extension of __c in the name, they will be created in the target with _c instead, using one _ and not two.
Preparing for authentication
To access your Salesforce data, you need to authenticate the connection with your account credentials. You must create a private app in Salesforce and retrieve a client ID and a client secret:
-
Log into Salesforce and create a new Connected app. Name this app and API and provide your email address.
-
Enable OAuth Settings and set Callback URL to https://connector.qlik.com/auth/oauth/v3.htm.
-
Add the following OAuth Scopes:
-
Manage user data via APIs (api)
-
Access unique user identifiers (openid)
-
Perform requests at any time (refresh_token, offline_access)
-
-
Select Configure ID Token and set Token valid for to 720.
-
Deselect Require Proof Key for Code Exchange (PKCE) Extension for Supported Authentication Flows.
-
Scroll down and click Save.
At this point Salesforce advises to allow from 2-10 minutes for your changes to take effect on the server before using the connected app.
-
Copy Consumer key to the Client ID connection setting.
-
Copy Consumer secret to the Client Secret connection setting.
-
Provide your Salesforce Host. You can copy this from the location bar in your browser when accessing your Salesforce instance.
-
Scroll down and click Add.
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. |
| Salesforce Instance |
Salesforce instance. To find your Salesforce instance:
If you are using a sandbox or a custom domain, use your domain with .salesforce.com excluded. Example: <domain>.sandbox.my if the sandbox domain is <domain>.sandbox.my.salesforce.com. |
| Client ID | Client ID. |
| Client Secret | Client secret. |
| Login Domain |
Login domain. For the default production domain use login.salesforce.com. If you are using a sandbox or a custom domain, use your domain. Example: <domain>.sandbox.my.salesforce.com for a sandbox domain. |