Use of Foreign Keys in Subset Rule
Is it possible to use the foreign key in the child table to create a subset rule for the child table that filters records in the child table based on the field in the parent table that is used to filter records in the parent table? Or do I have to replicate the field in the child table.
The objective is not to propagate the child record at all. It is a bandwidth issue.
Ron