You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce-service-cloud-legacy.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,9 @@ When you copy data from Salesforce Service Cloud, the following mappings are use
359
359
| Text (Encrypted) |String |
360
360
| URL |String |
361
361
362
+
> [!Note]
363
+
> Salesforce Service Cloud Number type is mapping to Decimal type in Azure Data Factory and Azure Synapse pipelines as a service interim data type. Decimal type honors the defined precision and scale. For data whose decimal places exceeds the defined scale, its value will be rounded off in preview data and copy. To avoid getting such precision loss in Azure Data Factory and Azure Synapse pipelines, consider increasing the decimal places to a reasonably large value in **Custom Field Definition Edit** page of Salesforce Service Cloud.
364
+
362
365
## Lookup activity properties
363
366
364
367
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce-service-cloud.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ You can explicitly set the API version used to read/write data via [`apiVersion`
44
44
45
45
## Prerequisites
46
46
47
-
- API permission must be enabled in Salesforce Service Cloud.
48
-
- You need configure the Connected Apps in Salesforce Service Cloud portal refering to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)
47
+
- API permission must be enabled in Salesforce.
48
+
- You need configure the Connected Apps in Salesforce portal refering to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)
49
49
50
50
>[!IMPORTANT]
51
51
> - The execution user must have the API Only permission.
@@ -78,7 +78,7 @@ Use the following steps to create a linked service to Salesforce Service Cloud i
78
78
79
79
:::image type="content" source="media/doc-common-process/new-linked-service-synapse.png" alt-text="Screenshot of creating a new linked service with Azure Synapse UI.":::
80
80
81
-
2. Search for Salesforce Service Cloud and select the Salesforce Service Cloud connector.
81
+
2. Search for Salesforce and select the Salesforce Service Cloud connector.
82
82
83
83
:::image type="content" source="media/connector-salesforce-service-cloud/salesforce-service-cloud-connector.png" alt-text="Screenshot of the Salesforce Service Cloud connector.":::
84
84
@@ -98,9 +98,9 @@ The following properties are supported for the Salesforce Service Cloud linked s
98
98
|:--- |:--- |:--- |
99
99
| type |The type property must be set to **SalesforceServiceCloudV2**. |Yes |
100
100
| environmentUrl | Specify the URL of the Salesforce Service Cloud instance. <br>For example, specify `"https://<domainName>.my.salesforce.com"` to copy data from the custom domain. Learn how to configure or view your custom domain referring to this [article](https://help.salesforce.com/s/articleView?id=sf.domain_name_setting_login_policy.htm&type=5). |Yes |
101
-
| clientId |Specify the client ID of the Salesforce Service Cloud OAuth 2.0 Connected App. For more information, go to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)|Yes |
102
-
| clientSecret |Specify the client secret of the Salesforce Service Cloud OAuth 2.0 Connected App. For more information, go to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)|Yes |
103
-
| apiVersion | Specify the Salesforce Service Cloud Bulk API 2.0 version to use, e.g. `52.0`. The Bulk API 2.0 only supported API version >= 47.0. To learn about Bulk API 2.0 version, see [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/bulk_common_diff_two_versions.htm). If you use a lower API version, it will result in a failure. | Yes |
101
+
| clientId |Specify the client ID of the Salesforce OAuth 2.0 Connected App. For more information, go to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)|Yes |
102
+
| clientSecret |Specify the client secret of the Salesforce OAuth 2.0 Connected App. For more information, go to this [article](https://help.salesforce.com/s/articleView?id=sf.connected_app_client_credentials_setup.htm&type=5)|Yes |
103
+
| apiVersion | Specify the Salesforce Bulk API 2.0 version to use, e.g. `52.0`. The Bulk API 2.0 only supported API version >= 47.0. To learn about Bulk API 2.0 version, see [article](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/bulk_common_diff_two_versions.htm). If you use a lower API version, it will result in a failure. | Yes |
104
104
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. If not specified, it uses the default Azure Integration Runtime. | No |
105
105
106
106
**Example: Store credentials**
@@ -326,6 +326,8 @@ To learn details about the properties, check [Lookup activity](control-flow-look
326
326
327
327
Migrating your Salesforce Service Cloud linked service is highly recommended if you use the legacy version. Take the following steps:
328
328
329
+
1. Configure the connected apps in Salesforce portal by referring to [Prerequisites](connector-salesforce-service-cloud.md#prerequisites).
330
+
329
331
1. Create a new Salesforce Service Cloud linked service and configure it by referring to [Linked service properties](connector-salesforce-service-cloud.md#linked-service-properties).
330
332
331
333
1. If you use SQL query in the copy activity source or the lookup activity that refers to the legacy linked service, you need to convert them to the SOQL query. Learn more about SOQL query from [Salesforce Service Cloud as a source type](connector-salesforce-service-cloud.md#salesforce-service-cloud-as-a-source-type) and [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm).
0 commit comments