Understand Salesforce Governance Limits January 7, 2021|Salesfoce Integration
Most of us develop APIs for Salesforce integration. There are different ways of integrating with salesforce SOAP (core API) Bulk Streaming Metadata Apex SOAP Apex REST Platform Events Composite Now we all know Salesforce in a Multi tenant environment and there are governance limits enforced by Salesforce for CDC events, API calls and SOQL queries. We need to understand, design and implement the salesforce - Mulesoft Integrations/APIs keeping in mind these goverance limits and License limits For Example if you are doing a Change data capture events do you know the default limit for number of objects on which you can enable CDC events on an org is 5. We surely can go for higher number of objects but needs to get the appropriate licensing No we have seen number of objects. Now do you know the number of CDC events that you can get across the Org is limited to 50000 per day. Now lets say you have high volume of changes that happen in a day, your hitting the license limits and w...