Certinia Rate Limits
Certinia does not publish its own numeric API rate limits. Because Certinia's APIs are global Apex service classes (and legacy SOAP APIs) that execute inside a customer's Salesforce org, the effective limits are the Salesforce Platform's governor limits and API request allocations, not Certinia-imposed quotas. Apex execution is bounded per transaction by Salesforce governor limits (for example SOQL query counts, DML statements and rows, CPU time, and heap size); external SOAP / REST integration traffic is bounded by the org's daily API request limit, which Salesforce allocates by edition and licensed user count. Certinia's own synchronous-vs-asynchronous behavior for large operations (such as revenue contract creation) is controlled by managed-package custom settings rather than a request-rate cap.
Certinia Rate Limits is the machine-readable rate-limit profile for Certinia on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests, milliseconds, queries, and records.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include ERP, PSA, Revenue Recognition, Salesforce, and Rate Limiting.
Limits
Policies
Sources
- https://help.certinia.com/TechnicalReference/2024.2/RevenueManagement/Apex/GenericAPI.htm
- https://help.certinia.com/main/2024.1/Content/RevenueManagement/Features/RevenueContracts/CreateRevContractUsingAPI.htm
- https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/