Skip to content

Commit 2bd8732

Browse files
committed
Update
1 parent a629cf0 commit 2bd8732

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,14 @@ Here are steps that help you upgrade your linked service and related queries:
340340

341341
## Differences between Salesforce Service Cloud and Salesforce Service Cloud (legacy)
342342

343-
The differences between Salesforce Service Cloud and Salesforce Service Cloud (legacy) connector are shown in the following table:
343+
The Salesforce Service Cloud connector offers new functionalities and is compatible with most features of Salesforce Service Cloud (legacy) connector. The table below shows the feature differences between Salesforce Service Cloud and Salesforce Service Cloud (legacy).
344344

345345
|Salesforce Service Cloud |Salesforce Service Cloud (legacy)|
346346
|:---|:---|
347-
|Support SOQL that are supported by [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>Below SOQL queries are not supported: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses. <br>• Aggregate Functions such as COUNT(). (Use Salesforce report as a workaround) <br>• Date functions in GROUP BY clauses. (Date functions in WHERE clauses are supported.) <br>• Compound address fields or compound geolocation fields. (Instead, query the individual components of compound fields.) <br>• Parent-to-child relationship queries. (Child-to-parent relationship queries are supported.)|Support both SQL and SOQL syntax. |
348-
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
349-
|Support objects that are supported by Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1).|Support objects that are not supported by Bulk API, like CaseStatus.|
350-
|Support report by selecting a report ID.|Support Report query syntax, like `{call "<report name>"}`.|
347+
|Support SOQL within [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>For SOQL queries: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses are not supported. <br>• Aggregate Functions such as COUNT() are not supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses are not supported, but they are supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields are not supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries are not supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
348+
|Objects that contain binary fields are not supported.| Objects that contain binary fields are supported, like Attachment object.|
349+
|Support objects within Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1).|Support objects that are not supported by Bulk API, like CaseStatus.|
350+
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
351351

352352
## Related content
353353
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

articles/data-factory/connector-salesforce.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,14 @@ Here are steps that help you upgrade your linked service and related queries:
385385

386386
## Differences between Salesforce and Salesforce (legacy)
387387

388-
The differences between Salesforce and Salesforce (legacy) connector are shown in the following table:
388+
The Salesforce connector offers new functionalities and is compatible with most features of Salesforce (legacy) connector. The table below shows the feature differences between Salesforce and Salesforce (legacy).
389389

390390
|Salesforce |Salesforce (legacy)|
391391
|:---|:---|
392-
|Support SOQL that are supported by [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>Below SOQL queries are not supported: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses. <br>• Aggregate Functions such as COUNT(). (Use Salesforce report as a workaround) <br>• Date functions in GROUP BY clauses. (Date functions in WHERE clauses are supported.) <br>• Compound address fields or compound geolocation fields. (Instead, query the individual components of compound fields.) <br>• Parent-to-child relationship queries. (Child-to-parent relationship queries are supported.)|Support both SQL and SOQL syntax. |
393-
|Objects that contain binary fields are not supported.|Support objects that contain binary fields, like Attachment object.|
394-
|Support objects that are supported by Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1).|Support objects that are not supported by Bulk API, like CaseStatus.|
395-
|Support report by selecting a report ID.|Support Report query syntax, like `{call "<report name>"}`.|
392+
|Support SOQL within [Salesforce Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations). <br>For SOQL queries: <br>• GROUP BY, LIMIT, ORDER BY, OFFSET, or TYPEOF clauses are not supported. <br>• Aggregate Functions such as COUNT() are not supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses are not supported, but they are supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields are not supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries are not supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
393+
|Objects that contain binary fields are not supported.| Objects that contain binary fields are supported, like Attachment object.|
394+
|Support objects within Bulk API. For more information, see this [article](https://help.salesforce.com/s/articleView?id=000383508&type=1).|Support objects that are not supported by Bulk API, like CaseStatus.|
395+
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
396396

397397
## Related content
398398
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)