Learn about Bulk API in Salesforce

What is Bulk API? •The Bulk API provides a programmatic option to quickly load your org’s data into Salesforce. •Bulk API is based on REST principles and is optimized for loading or deleting large sets of data. You can use it to query, queryAll, insert, update, upsert, or delete many records asynchronously by submitting batches. Salesforce … Read more

Salesforce Connect

Salesforce Connect provides seamless integration of data across system boundaries by letting your users view, search, and modify data that’s stored outside your Salesforce org.  When to Consider Salesforce Connect? •If you want to connect Java or .net application to salesforce and don’t want to save data in Salesforce Org. •First question – whether 3rd … Read more

Learn About Platform Events in Salesforce

What is Platform Event? •Use platform events to connect business processes in Salesforce and external apps through the exchange of real-time event data. Platform events are secure and scalable messages that contain data. Publishers publish event messages that subscribers receive in real time. •Platform events are the event messages that your apps send and receive. … Read more

Use CometD to Subscribe to Platform Events

To understand CometD. We need to understand few terms first which are as follows:   What is Bayeux? Bayeux is a protocol for transporting asynchronous messages (primarily over web protocols such as HTTP and WebSocket), with low latency between a web server and web clients. What is latency? Latency is the time it takes for … Read more