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
Alpana RawatAlpana Rawat 

can we use platform event to update the records from oracle using mulesoft.

Hi All,
we have requirement to send the records(with specific status) to oracle and then update the records status from oracle to salesforce using mule soft. e.g. if in salesforce, records status is x then we will pick those records and send those records to oracle using mule soft to get the current status of those records. as soon as we get the updated status of those records then we have to update the same in salesforce as well.
Salesforce --> Mulesoft--> Oracle Oracle --> Mulesfot--> Salesforce

for this requirement , we want to use platform events. I am looking for some guidance. Is this achievable through platform events or not.