Skip to content

Commit 28d9455

Browse files
committed
documentation fix
1 parent d41c61f commit 28d9455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/docs/advanced-usage/knownIssues.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 40
88

99
Error: `System.QueryException: Variable does not exist: v1`
1010

11-
## Root Cause
11+
### Root Cause
1212

1313
This is **NOT** the lib issue but rather a Salesforce platform limitation that occurs when `Database.getQueryLocatorWithBinds` is used with insufficient permissions.
1414

@@ -39,13 +39,13 @@ SOQL.of(Task.SObjectType)
3939
.toQueryLocator();
4040
```
4141

42-
## Solutions
42+
### Solutions
4343

44-
### Ensure user has field access permissions
44+
#### Ensure user has field access permissions
4545

4646
Grant the user appropriate field-level security permissions for the fields used in the query.
4747

48-
### Use SYSTEM_MODE
48+
#### Use SYSTEM_MODE
4949

5050
**Apex**
5151
```apex

0 commit comments

Comments
 (0)