This forum is closed. Thank you for your contributions.
In my scenario I have 2 MSSQL servers. And I want to filter data between them.
I sucessfuly managed to use filter template to filter data being sent from server to client.
On this example:
How to: Filter Data for Database Synchronization (SQL Server)
But this template does not work on data being sent from client to server. Is there any way to filter rows from client ?
you probably used GetDescriptionForScope to provision your client. the GetDescriptionForScoped doesnt include the filter configuration.
try provisioning your client in the same way you provisioned the server.