May 2019
Intermediate to advanced
546 pages
12h 41m
English
These are limits for one transaction. If you update one record in one time or 200 records in one time (update the list with records). This is calculated as one transaction. The limits are different for synchronous and asynchronous calls. If you run an update in a batch, you are able, for instance, to perform more SOQL queries that if you run the update in a synchronous context.
A small overview of the per-transaction limits that you definitely will hit is given in the following table:
|
Synchronous |
Asynchronous |
|
|
Number of SOQL queries |
100 |
200 |
|
Number of records received by a SOQL query |
50,000 |
NA |
|
Number of SOSL queries |
20 |
NA |
|
Number of records received by a SOSL query |
2,000 |
NA |
|
Number ... |
Read now
Unlock full access