You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/connector/docs/connectors-salesforce.asciidoc
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ Once the permissions are set, assign the Profiles, Permission Set or Permission
200
200
Follow these steps in Salesforce:
201
201
202
202
1. Navigate to `Administration` under the `Users` section.
203
-
2. Select `Users` and choose the user to set the permissions to.
203
+
2. Select `Users` and choose the user to set the permissions to.
204
204
3. Set the `Profile`, `Permission Set` or `Permission Set Groups` created in the earlier steps.
205
205
206
206
[discrete#es-connectors-salesforce-sync-rules]
@@ -249,7 +249,7 @@ Allowed values are *SOQL* and *SOSL*.
249
249
[
250
250
{
251
251
"query": "FIND {Salesforce} IN ALL FIELDS",
252
-
"language": "SOSL"
252
+
"language": "SOSL"
253
253
}
254
254
]
255
255
----
@@ -381,7 +381,13 @@ See <<es-connectors-content-extraction,content extraction>> for more specifics o
381
381
[discrete#es-connectors-salesforce-known-issues]
382
382
===== Known issues
383
383
384
-
There are currently no known issues for this connector.
384
+
* *DLS feature is "type-level" not "document-level"*
385
+
+
386
+
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects.
387
+
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.
388
+
See https://github.com/elastic/connectors/issues/3028 for more details.
389
+
+
390
+
385
391
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
386
392
387
393
[discrete#es-connectors-salesforce-security]
@@ -396,7 +402,7 @@ This connector is built with the {connectors-python}[Elastic connector framework
396
402
397
403
View the {connectors-python}/connectors/sources/salesforce.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
398
404
399
-
// Closing the collapsible section
405
+
// Closing the collapsible section
400
406
===============
401
407
402
408
@@ -598,7 +604,7 @@ Once the permissions are set, assign the Profiles, Permission Set or Permission
598
604
Follow these steps in Salesforce:
599
605
600
606
1. Navigate to `Administration` under the `Users` section.
601
-
2. Select `Users` and choose the user to set the permissions to.
607
+
2. Select `Users` and choose the user to set the permissions to.
602
608
3. Set the `Profile`, `Permission Set` or `Permission Set Groups` created in the earlier steps.
There are currently no known issues for this connector.
790
+
* *DLS feature is "type-level" not "document-level"*
791
+
+
792
+
Salesforce DLS, added in 8.13.0, does not accomodate specific access controls to specific Salesforce Objects.
793
+
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.
794
+
See https://github.com/elastic/connectors/issues/3028 for more details.
795
+
+
796
+
785
797
Refer to <<es-connectors-known-issues,connector known issues>> for a list of known issues for all connectors.
@@ -797,5 +809,5 @@ This connector is built with the {connectors-python}[Elastic connector framework
797
809
View the {connectors-python}/connectors/sources/salesforce.py[source code for this connector^] (branch _{connectors-branch}_, compatible with Elastic _{minor-version}_).
0 commit comments