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
laluzlaluz 

Synchronization

Hey guys,

I read some articles about delta syncs using getDeleted/getUpdated.

We do like to build an dynamic sync agent updating with a database. Our goal is to design that agent to adjust tables to reflect the attributes of any SObject. That way field changes in salesforce will be put into the database automatically avoiding complicated adjustments on the sync agent.

Simultaneously dynamic interfaces will automatically reflect changes on the database side.

Did anyone ever try to build a sync like that? Or likes to participate developing an open sync solution?

Cheerio,

Sebastian