Help regarding Flow of internal Sync Flow #1284
Replies: 3 comments 3 replies
-
I have a multi-scope setup, and it is generating similar sync_scope_id values for different scopes, which is causing issues. Could you please specify what might be the reason behind the creation of similar sync_scope_id values? |
Beta Was this translation helpful? Give feedback.
-
f 0000-0000-0000-0000 is always the server scope, then what is the role of sync_scope_id? How does it function in the overall synchronization process if it ultimately resolves to 0000-0000-0000-0000? |
Beta Was this translation helpful? Give feedback.
-
I have found that the _changes stored procedure is called to fetch changes from both sides. It takes two parameters: timestamp and sync_scope_id. On the client side, the sync_scope_id is sent as null. Is there any way to intercept or modify this behavior to replace null with a normal ID or a standard GUID? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which stored procedure is responsible for populating data in the tracking table where the updated_scope_id is set to 0000-0000-0000-0000? This is important as null values are already being handled in triggers.
AND
which procedure actually selects the changes for Sync.
Beta Was this translation helpful? Give feedback.
All reactions