Skip to content

Commit 59686e7

Browse files
committed
Update
1 parent b880773 commit 59686e7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

articles/data-factory/connector-salesforce-service-cloud-legacy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ When you copy data from Salesforce Service Cloud, the following mappings are use
359359
| Text (Encrypted) |String |
360360
| URL |String |
361361

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+
362365
## Lookup activity properties
363366

364367
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).

articles/data-factory/connector-salesforce-service-cloud.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ You can explicitly set the API version used to read/write data via [`apiVersion`
4444

4545
## Prerequisites
4646

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)
4949

5050
>[!IMPORTANT]
5151
> - 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
7878

7979
:::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.":::
8080

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

8383
:::image type="content" source="media/connector-salesforce-service-cloud/salesforce-service-cloud-connector.png" alt-text="Screenshot of the Salesforce Service Cloud connector.":::
8484

@@ -98,9 +98,9 @@ The following properties are supported for the Salesforce Service Cloud linked s
9898
|:--- |:--- |:--- |
9999
| type |The type property must be set to **SalesforceServiceCloudV2**. |Yes |
100100
| 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 |
104104
| 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 |
105105

106106
**Example: Store credentials**
@@ -326,6 +326,8 @@ To learn details about the properties, check [Lookup activity](control-flow-look
326326

327327
Migrating your Salesforce Service Cloud linked service is highly recommended if you use the legacy version. Take the following steps:
328328

329+
1. Configure the connected apps in Salesforce portal by referring to [Prerequisites](connector-salesforce-service-cloud.md#prerequisites).
330+
329331
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).
330332

331333
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

Comments
 (0)