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
Lily BluntLily Blunt 

Writing to MDM, best practice?

Any thoughts on instantly pushing Salesforce data changes to an MDM system?  Almost all objects in Salesforce are in my MDM system. And all of them need to be synced live onto MDM, as any change occurs. What API and integration pattern is best suited?
RagsehRagseh
Hi
You can opt for REST API integration. Try to use 3 layer of integration ie MDM,Middleware & Salesforce. The middleware helps you to secure your data from outside word and to perform the transformation of data.