function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suman KuchSuman Kuch 

mulesoft integration to Oracle to update SF record

Hi,
We are doing integration from SF to Oracle to get data and update to SF record. Here is the scenario,

When the user open an Account, a field in Account calls the Mulesoft integration to check the SFID in Oracle table or not, if yes, pull that from ORacle and update that field in SF. 
Here I was able create a Mule flow to Oracle but How can we make Mule flow from salesforce? Please advice. 
SonamSonam (Salesforce Developers) 
Hi Suman,

If I understand your question correctly, you wish to sync changes in the Salesforce system with your Mulesoft system:
Salesforce has outbound messaging feature which allows you to specify that changes to fields within Salesforce can cause messages with field values to be sent to designated external servers.
Outbound messaging is part of the workflow rule functionality in Salesforce therefore you can setup when you wish to send an uupdate to your external system.

More details here: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_om_outboundmessaging_wsdl.htm