I am trying to pull out upload changes after the scope has been completed. So that I can pass the Primary Keys and the table name onto another process which will scoop it all up and process it in real time instead of doing a time based scoop.
Basically if record 2 in the Customer table was changed on the client side I want to know the primary key value for that record. I do not however want to know that changes from the server came down.
The only way I know of doing this now is before the sync happens to select from each table that is in the upload scope where __SyncTrackingContext is null. Is this the only way to know or is that even a valid way to go about it.
Thanks
Matthew Coleman