The number of API requests that can be made to Salesforce varies for each edition.
For monitoring purposes, below is a list of API request count each SVF Cloud for Salesforce feature makes to Salesforce.
To know the frequency with which each feature calls on an API, you can use methods such as Sandbox to get an actual measurement.
In addition, you can also check the actual API calls made for the last 24 hours by going to [Setup] - [Company Profile] - [Company Information], and checking the [API Requests, Last 24 Hours] field.
Function | API Request Count | |
---|---|---|
Report Design | Opening the report settings screen | 3 |
Clicking buttons on the [Print Button List] | 6 | |
Create, modify and delete buttons | 25 | |
Print Preview | Previewing from the record detail screen | 15 |
Previewing from the list view screen | 15 * record count | |
Report Printing / File Output |
4 | |
PDF Zip | 4 | |
Excel | 4 | |
Attachment | 6 * record count | |
Direct Print | 4 | |
12 * record count | ||
Report Output Control (*) | 10 |
(*) Report Output Control is a specific item in Salesforce. If set to True, printing of reports will be disabled.
Reference
API Request Limit (Salesforce Website)
API Call Limits and Reporting (Salesforce FAQ)
Excerpt
Limits are enforced against the aggregate of all API calls made by the org in a 24-hour period. Limits are not on a per-user basis. When an org exceeds a limit, all users in the org can be temporarily blocked from making additional calls. Calls are blocked until usage for the preceding 24 hours drops below the limit.
(Updated on April 18th, 2017)
Comments
0 comments
Please sign in to leave a comment.