You need to sign in to do that
Don't have an account?

Ajax script in custom button will count the API limit ?
Hi Guys,
We have a custom button on Opportunity page and included below scripts and executing a class method.
{!REQUIRESCRIPT("/soap/ajax/29.0/connection.js")}
{!REQUIRESCRIPT("/soap/ajax/29.0/apex.js")}
when i see in the debug log it is showing as API request. so will it count under "API REQUESTS, LAST 24 HOURS"
please suggest on this.
Thanks,
Krish
We have a custom button on Opportunity page and included below scripts and executing a class method.
{!REQUIRESCRIPT("/soap/ajax/29.0/connection.js")}
{!REQUIRESCRIPT("/soap/ajax/29.0/apex.js")}
when i see in the debug log it is showing as API request. so will it count under "API REQUESTS, LAST 24 HOURS"
please suggest on this.
Thanks,
Krish


The answer is no. Ajax requests are not counted against "API REQUESTS, LAST 24 HOURS".