Skip to content

Commit e540db1

Browse files
committed
Update 1
1 parent ced01b0 commit e540db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The Salesforce Service Cloud connector offers new functionalities and is compati
344344
|Salesforce Service Cloud |Salesforce Service Cloud (legacy)|
345345
|:---|:---|
346346
|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 aren't supported. <br>• Aggregate Functions such as COUNT() aren't supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses aren't supported, but they're supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields aren't supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries aren't supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
347-
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Objects that contain binary fields (like Attachment object) are supported in the following condition: <br>• Specifying objectApiName/query.|
347+
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. |Support objects that contain binary fields (like Attachment object) in the following condition: <br>• Specifying objectApiName/query.|
348348
| Support objects that are unsupported with Bulk API in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Support objects (like CaseStatus) that are unsupported with Bulk API in the following condition: <br>• Specifying objectApiName/query.|
349349
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
350350

articles/data-factory/connector-salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ The Salesforce connector offers new functionalities and is compatible with most
388388
|Salesforce |Salesforce (legacy)|
389389
|:---|:---|
390390
|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 aren't supported. <br>• Aggregate Functions such as COUNT() aren't supported, you can use Salesforce reports to implement them. <br>• Date functions in GROUP BY clauses aren't supported, but they're supported in the WHERE clause. <br>• Compound address fields or compound geolocation fields aren't supported. As an alternative, query the individual components of compound fields. <br>• Parent-to-child relationship queries aren't supported, whereas child-to-parent relationship queries are supported. |Support both SQL and SOQL syntax. |
391-
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Objects that contain binary fields (like Attachment object) are supported in the following condition: <br>• Specifying objectApiName/query.|
391+
| Support objects that contain binary fields in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. |Support objects that contain binary fields (like Attachment object) in the following condition: <br>• Specifying objectApiName/query.|
392392
| Support objects that are unsupported with Bulk API in the following conditions: <br>• Specifying objectApiName/reportId. <br>• Using self-hosted integration runtime version 5.44.8984.1 or above. | Support objects (like CaseStatus) that are unsupported with Bulk API in the following condition: <br>• Specifying objectApiName/query.|
393393
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
394394

0 commit comments

Comments
 (0)