Question: In my Custom Integration, if I make a CI filter to restrict the entities that my connector app sends to Fibery for sync, will newly synced Fibery entities get correctly linked to pre-existing entities?
Explanation:
What I need to accomplish is to sync all entities not in one operation, but gradually in a number of discrete “waves” over some time, due to API limits imposed by the data source (Zoho).
I have discovered that if I limit the Fibery sync to certain DBs only, then the synced entities will not get linked to any pre-existing entities that were previously created (apparently if you exclude some Types/DBs from the sync configuration, relations fields to those DBs are ignored)
So I cannot sync in my entities one DB at a time by changing the sync configuration – all DBs must be part of every sync.
My plan is to implement a CI filter for a “Date Created” range, so that I can first sync (all) the oldest entities in one “wave”, then sync in the next-most-recently-created wave, etc. But this will only work if the entities will get correctly linked to previously created/synced entities.
Does this sound plausible?