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: website/docs/advanced-usage/knownIssues.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_position: 40
8
8
9
9
Error: `System.QueryException: Variable does not exist: v1`
10
10
11
-
## Root Cause
11
+
###Root Cause
12
12
13
13
This is **NOT** the lib issue but rather a Salesforce platform limitation that occurs when `Database.getQueryLocatorWithBinds` is used with insufficient permissions.
14
14
@@ -39,13 +39,13 @@ SOQL.of(Task.SObjectType)
39
39
.toQueryLocator();
40
40
```
41
41
42
-
## Solutions
42
+
###Solutions
43
43
44
-
### Ensure user has field access permissions
44
+
####Ensure user has field access permissions
45
45
46
46
Grant the user appropriate field-level security permissions for the fields used in the query.
0 commit comments