Hello,
I have one table 'order_details' which includes in two scopes (scope1 - with filter on column orderid & scope2 - with filter on column product). The server syncronizes scope1 with client1 and the scope2
with client2.
I provisioned the scope1 with no problem. But trying to provision the scope2 but getting into trouble. It says _tracking table already exists if SetCreateDefaultTracking is Skip. It says invalid column 'product' when I set the SetCreateDefaultTracking
to Create (I understand that it will throw this error as _tracking table that already exists does not contain the column 'product').
Is it possible to have single table included in two different scopes with two different filtercolumns?
If yes, How can I add the product column in _tracking table and provision the scope2?
-Ajinath