Limity

 0    37 schede    salesforcejeden
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda English Risposta English
Total number of SOQL queries issued - synchronous?
inizia ad imparare
100
Total number of SOQL queries issued - Asynch
inizia ad imparare
200
Total number of records retrieved by SOQL queries
inizia ad imparare
50,000
Total number of records retrieved by Database. getQueryLocator
inizia ad imparare
10,000
Total number of SOSL queries issued
inizia ad imparare
20
Total number of records retrieved by a single SOSL query
inizia ad imparare
2,000
Total number of DML statements issued
inizia ad imparare
150
Total number of records processed as a result of DML statements, Approval. process, or database. emptyRecycleBin
inizia ad imparare
10,000
Total stack depth for any Apex invocation that recursively fires triggers due to insert, update, or delete statements
inizia ad imparare
16
Total number of callouts (HTTP requests or web services calls) in a transaction
inizia ad imparare
100
Maximum cumulative timeout for all callouts (HTTP requests or Web services calls) in a transaction
inizia ad imparare
120 seconds
Maximum number of methods with the future annotation allowed per Apex invocation - synch
inizia ad imparare
50
Maximum number of methods with the future annotation allowed per Apex invocation- asynch
inizia ad imparare
0 in batch and future contexts; 1 in queueable context
Maximum number of Apex jobs added to the queue with System. enqueueJob - synch
inizia ad imparare
50
Maximum number of Apex jobs added to the queue with System. enqueueJob - asynch
inizia ad imparare
1
Total number of sendEmail methods allowed
inizia ad imparare
10
Total heap size - synch
inizia ad imparare
6MB
Total heap size - Asynch
inizia ad imparare
12MB
Maximum CPU time on the Salesforce servers - synch
inizia ad imparare
10,000 milliseconds
Maximum CPU time on the Salesforce servers - asynch
inizia ad imparare
60,000 milliseconds
Maximum execution time for each Apex transaction
inizia ad imparare
10 minutes
Maximum number of push notification method calls allowed per Apex transaction
inizia ad imparare
10
Maximum number of push notifications that can be sent in each push notification method call
inizia ad imparare
10
Maximum number of EventBus. publish calls for platform events configured to publish immediately
inizia ad imparare
150
The maximum number of asynchronous Apex method executions (batch Apex, future methods, Queueable Apex, and scheduled Apex) per a 24-hour period
inizia ad imparare
250,000 or the number of user licenses in your org multiplied by 200, whichever is greater
Number of synchronous concurrent transactions for long-running transactions that last longer than 5 seconds for each org
inizia ad imparare
10
Maximum number of Apex classes scheduled concurrently
inizia ad imparare
100. In Developer Edition orgs, the limit is 5.
Maximum number of batch Apex jobs in the Apex flex queue that are in Holding status
inizia ad imparare
100
Maximum number of batch Apex jobs queued or active concurrently
inizia ad imparare
5
Maximum number of batch Apex job start method concurrent executions
inizia ad imparare
1
Maximum number of batch jobs that can be submitted in a running test
inizia ad imparare
5
Default timeout of callouts (HTTP requests or Web services calls) in a transaction
inizia ad imparare
10 seconds
Maximum SOQL query run time before Salesforce cancels the transaction
inizia ad imparare
120 second
Maximum number of class and trigger code units in a deployment of Apex
inizia ad imparare
7500
Apex trigger batch size
inizia ad imparare
200
For loop list batch size
inizia ad imparare
200
Maximum number of records returned for a Batch Apex query in Database. QueryLocator
inizia ad imparare
50milion

Devi essere accedere per pubblicare un commento.