How to force the syncronization of all SyncSetup Tables envolved in the sync process based on a single Parameter #947
Unanswered
ricardoamm
asked this question in
Q&A
Replies: 1 comment
-
(I have updated your post for formatting purpose) Triggers are always created, whatever the If you have a trigger called that does not exist, the problem is not coming from the The basic solution to force download everything every time, is to call The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
DownloadOnly
Sync Provisioning with several tables, based on a single parameter.Only the first time all the data is downloaded to the destiny database, in the subsequent syncs not all the related records from
SyncSetup
Tables are downloaded do destiny. I understand why, because they did not suffer no changes.How can I force the download?
I tried:
But it tries to call the destiny
update_triggers
, but since the scope isDownloadOnly
, they don't exist.Beta Was this translation helpful? Give feedback.
All reactions