Skip to content

Commit a6f1f19

Browse files
authored
[DOCS] Update es-connectors-salesforce.md (elastic#126828) (elastic#126829)
* [DOCS] Update es-connectors-salesforce.md 9.x equivalent of elastic#126791 * Reformat known issues section
1 parent 52204a1 commit a6f1f19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/reference/search-connectors/es-connectors-salesforce.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,11 @@ See [content extraction](/reference/search-connectors/es-connectors-content-extr
494494

495495
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects. Instead, if a given user/group can have access to *any* Objects of a given type (`Case`, `Lead`, `Opportunity`, etc), that user/group will appear in the `\_allow_access_control` list for *all* of the Objects of that type. See [https://github.com/elastic/connectors/issues/3028](https://github.com/elastic/connectors/issues/3028) for more details.
496496

497-
Refer to [connector known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.
498-
497+
* **Only first 500 nested entities are ingested**
498+
499+
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.
499500

501+
Refer to [connector known issues](/release-notes/known-issues.md) for a list of known issues for all connectors.
500502

501503
### Security [es-connectors-salesforce-client-security]
502504

@@ -507,4 +509,4 @@ See [connectors security](/reference/search-connectors/es-connectors-security.md
507509

508510
This connector is built with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
509511

510-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).
512+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/salesforce.py) (branch *main*, compatible with Elastic *9.0*).

0 commit comments

Comments
 (0)