Monday 15 April 2013

Governor limits in Salesforce:-

Gov limits are run-time limits which is enforced at the time of Apex runtime.
Apex runs in a shared, multitenant environment the Apex runtime engine strictly enforces a number of limits to ensure that code does not monopolize shared resources,

Types of limits that Apex enforces are:

1)Memory
2)Database resources
3)Number of script statements to avoid infinite loops
4)Number of records being processed

No comments:

Post a Comment