Skip to content

Document known limitation for Salesforce connector #9545 #126791

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/reference/connector/docs/connectors-salesforce.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
See https://github.com/elastic/connectors/issues/3028 for more details.
+

* *Only first 500 nested entities are ingested*
+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
+

Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.

[discrete#es-connectors-salesforce-security]
Expand Down Expand Up @@ -794,6 +799,11 @@ Instead, if a given user/group can have access to _any_ Objects of a given type
See https://github.com/elastic/connectors/issues/3028 for more details.
+

* *Only first 500 nested entities are ingested*
+
Some of the entities that Salesforce connector fetches are nested - they are ingested along the parent objects using a `JOIN` query. Examples of such entities are `EmailMessages`, `CaseComments` and `FeedComments`. When Salesforce connector fetches these entities it sets a limit to fetch only first 500 entities per parent object. The only possible workaround for it now is to fork the Connectors repository and modify the code in Salesforce connector to increase these limits.
+

Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.

[discrete#es-connectors-salesforce-client-security]
Expand Down