function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
could & rockcould & rock 

API for Force.com platform apex limits

Hi,

 

Are there APIs available related to Force.com platform apex limits. For per-transaction apex limit, there' are APIs like

 getFutureCalls(), getLimitFutureCalls().  I just couldn't find similar API at platform level

 

James

 

GunnarGunnar
Subhani_SFDCSubhani_SFDC

+ Gunnar Suggestion,

 

You can check the following also for knowing the APEX governer limits

 

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_gov_limits.htm

 

Please mark my answer as a solution if this works for you. If this post is helpful please throw Kudos

 

Thanks
Subhani
Salesforce Certified Developer
www.mydbsync.com

 

 

 

could & rockcould & rock

All the limits API in the SFDC document is per-trasancation. Not per-org.

 

It's interesting, SFDC mentioned those per-org limits, but no API for them.