Process CSV Records Using Salesforce Bulk API 2.0 In this tutorial we will demonstrate how can we process CSV records using salesforce bulk api 2.0. Bulk API 2.0: Bulk API 2.0 provides a simple interface to quickly load large amounts of data into your Salesforce org and to perform bulk queries on your org…
Read MoreSynchronize data from Salesforce to external system In this tutorial we will see how can we Synchronize data from Salesforce To External system There are multiple options provided to sync the data between Salesforce and external system Platform events Use platform events to connect business processes in Salesforce and external sources through the…
Read MoreUpsert Records In Salesforce In this tutorial we will demonstrate how to Upsert Records In Salesforceusing Using Salesforce upsert operation. Using the upsert operation, you can either insert or update an existing record in one call. To determine whether a record already exists, the upsert statement or Database method uses the record’s ID as the key to match…
Read MoreQuery Data From Salesforce Object This tutorial talks about how to query data from salesforce object using salesforce connector. Prerequisites: Installing Salesforce connector(by login into anypoint exchange from studio you can install the Salesforce connector) Salesforce developer account Security token Consumer key and secret(If you are using the Salesforce connector to access an OAuth API,…
Read MoreAuthenticate Salesforce Using OAUTH 2.0 In this tutorial we will demonstrate how can we Authenticate Salesforce Using OAUTH 2.0 OAuth 2.0 is an open protocol that authorizes secure data sharing between applications through the exchange of tokens. For client application to access REST API resources, it must be authorized as a safe visitor. To…
Read MorePush/Subscribe Generic Events Using Streaming Channel This tutorial talks about how to push to and subscribe from the Salesforce streaming channel. Streaming channel is used to push the generic or custom message and subscribe those event/message for further processing A StreamingChannel that defines the channel, with a name that is case-sensitive One or more clients subscribed…
Read MoreCreate/Publish Streaming Channel Streaming channel is used to push the generic or custom message and subscribe those event/message for further processing, lets see how we create/publish streaming channel in Salesforce A StreamingChannel that defines the channel, with a name that is case-sensitive One or more clients subscribed to the channel Prerequisites: Installing salesforce connector(by login into…
Read MoreSubscribe to a Topic To subscribe to a topic, add the Subscribe topic listener (subscribe-topic-listener) or Replay topic listener (replay-topic-listener) as an input source for your flow from mule palette The input source acts as an inbound endpoint. Every time the subscription receives an event, the input source executes the rest of the flow…
Read MorePublish Topic To receive events for Salesforce changes associated with a topic, you must create the topic, if it does not exist. When you create a topic, the connector creates a PushTopic, which is a special object in Salesforce that binds a name (in this case, the topic’s name) and a Salesforce Object Query…
Read More