istockphoto 1292561927 612x612 1
  1. Maximum CPU time: Salesforce limits the total amount of CPU time that a single Apex transaction can use to 10,000 milliseconds, or 10 seconds.
  2. SOQL queries limit: Salesforce limits the number of SOQL queries that can be executed in a single transaction to 100.
  3. DML statements limit: Salesforce limits the number of DML (Data Manipulation Language) statements that can be executed in a single transaction to 150.
  4. Heap size limit: Salesforce limits the amount of heap space that can be used by a single Apex transaction to 6 MB.
  5. Number of records retrieved limit: Salesforce limits the number of records that can be retrieved in a single query to 50,000.
  6. Maximum number of characters in a single Apex class: Salesforce limits the number of characters that can be in a single Apex class to 1 million.
  7. Number of child-to-parent relationship queries limit: Salesforce limits the number of child-to-parent relationship queries that can be executed in a single transaction to 25.
  8. Number of email messages limit: Salesforce limits the number of email messages that can be sent in a single Apex transaction to 10.
  9. Maximum size of a single email message: Salesforce limits the size of a single email message to 25 MB.
  10. Maximum number of test classes: Salesforce limits the number of test classes that can be executed in a single 24-hour period to 5000.
Share:

Post a Comment

Your email address will not be published. Required fields are marked *