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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For a list of data stores that are supported as sources or sinks, see the [Suppo
37
37
Specifically, this Salesforce Service Cloud connector supports:
38
38
39
39
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
40
-
- Copying data from and to custom domain (Custom domain can be configured in both production and sanbox environments).
40
+
- Copying data from and to custom domain (Custom domain can be configured in both production and sandbox environments).
41
41
42
42
You can explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service. When copying data to Salesforce Service Cloud, the connector uses BULK API 2.0.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ For a list of data stores that are supported as sources or sinks, see the [Suppo
37
37
Specifically, this Salesforce connector supports:
38
38
39
39
- Salesforce Developer, Professional, Enterprise, or Unlimited editions.
40
-
- Copying data from and to custom domain (Custom domain can be configured in both production and sanbox environments).
40
+
- Copying data from and to custom domain (Custom domain can be configured in both production and sandbox environments).
41
41
42
42
You can explicitly set the API version used to read/write data via [`apiVersion` property](#linked-service-properties) in linked service. When copying data to Salesforce, the connector uses BULK API 2.0.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-troubleshoot-salesforce.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,29 +30,29 @@ This article provides suggestions to troubleshoot common problems with the Sales
30
30
1. Setup OAuth access token scope, it's better to set up "**Full access**" for Azure Data Factory in case of permission issue.
31
31
<br/>If you want to keep the mini scope, at least the "**Manage user data via APIs (api)**" should be added.
32
32
<br/>If you don't set proper scope, you may get following similar message like: **Unauthorized, This session is not valid for use with the REST API**
33
-
1. Select **Enable Client Credentails FLow**.
33
+
1. Select **Enable Client Credentials Flow**.
34
34
35
35
:::image type="content" source="media/connector-salesforce/configure-basic-information.png" alt-text="Screenshot of configuring basic information for the Salesforce connector app.":::
36
36
37
-
1. Get Client Id and Secret through **Manage Consumer Details**.
37
+
1. Get Client ID and Secret through **Manage Consumer Details**.
38
38
39
39
:::image type="content" source="media/connector-salesforce/manage-consumer-details.png" alt-text="Screenshot of the manage consumer details.":::
40
40
41
-
1. Copy the client id and secret to a txt file for Azure Data Factory linked service.
41
+
1. Copy the client ID and secret to a txt file for Azure Data Factory linked service.
42
42
43
-
:::image type="content" source="media/connector-salesforce/client-id-secret.png" alt-text="Screenshot of the Client Id and Secret.":::
43
+
:::image type="content" source="media/connector-salesforce/client-id-secret.png" alt-text="Screenshot of the Client ID and Secret.":::
44
44
45
45
1. Create a user who has the API Only User permission.
46
46
47
-
1. Set up a permission set which only have API only permission.
47
+
1. Set up a permission set which only has API only permission.
48
48
:::image type="content" source="media/connector-salesforce/set-up-a-permission.png" alt-text="Screenshot of setting system permissions.":::
49
49
1. Specify the **API Enabled** and **Api Only User**.
50
50
:::image type="content" source="media/connector-salesforce/system-permissions.png" alt-text="Screenshot of the system permissions.":::
51
51
52
52
1. Create a new user and link the permission set in the user detail page: **Permission Set Assignments**.
53
53
:::image type="content" source="media/connector-salesforce/permission-set-assignments.png" alt-text="Screenshot of the permission set assignments.":::
54
54
55
-
1. From the connected app detail page, click Manage, Click**Edit Policies**. For **Run As**, select an execution user who has the API Only User permission. Set the **Timeout Value** value to None.
55
+
1. From the connected app detail page, click Manage, click**Edit Policies**. For **Run As**, select an execution user who has the API Only User permission. Set the **Timeout Value** value to None.
56
56
57
57
:::image type="content" source="media/connector-salesforce/connected-app-detail.png" alt-text="Screenshot of the connected app detail.":::
0 commit comments