Hi.
I have a issue in the merge process.
Example, I have entity A, B, C, where A is the main entity, B is merged by a primary key with A, and C is merged by a primary key with A and B.
I have an extra entity D, merged with A, B, C, but, if a record D doesn't exist in A and B and C, I don't what to include that record as a customer.
I understand that in the merge configuration, there exist a "Include all records" checbox. In the first run, the checkbox was checked.
I changed the checkbox to false, and run the merge again, but, customers from D don't despaired.


I don't want to reset the environment