Skip to content

Commit 438d1e5

Browse files
committed
Fix 1
1 parent 4228d72 commit 438d1e5

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
@@ -345,7 +345,7 @@ The Salesforce Service Cloud connector offers new functionalities and is compati
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. |
347347
| Support objects that contain binary fields when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. | Objects that contain binary fields are supported, like Attachment object.|
348-
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that aren't supported by Bulk API, like CaseStatus.|
348+
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that are unsupported by Bulk API, like CaseStatus.|
349349
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
350350

351351
## Related content

articles/data-factory/connector-salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ The Salesforce connector offers new functionalities and is compatible with most
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. |
391391
| Support objects that contain binary fields when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. | Objects that contain binary fields are supported, like Attachment object.|
392-
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that aren't supported by Bulk API, like CaseStatus.|
392+
| Support objects that are unsupported with Bulk API when specifing objectApiName/reportId. The applicable self-hosted integration runtime version is 5.44.8984.1 or above. |Support objects that are unsupported by Bulk API, like CaseStatus.|
393393
|Support report by selecting a report ID.|Support report query syntax, like `{call "<report name>"}`.|
394394

395395
## Related content

0 commit comments

Comments
 (0)