You need to sign in to do that
Don't have an account?
Suman 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.
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.
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