Hello community!
If we create two partitions with the same contacts, will these mix and appear as duplicates?
Thank you!!!!
Solved! Go to Solution.
We can't call this as Duplicate. To pass the person in any partition, the person should qualify the partition assignment rules. And if the same record will qualify for both the partition then it's shareable records. Eg
Partition A has Assignment Rule: Person Industry contains Retail
Partition B has Assignment Rule: Person Industry contains Retail or Healthcare
Record XYZ has Industry with value Retail and Healthcare. So in this case, XYZ is qualifying for both Partition A and Partition B and it's shareable records and not duplicate records.
We can't call this as Duplicate. To pass the person in any partition, the person should qualify the partition assignment rules. And if the same record will qualify for both the partition then it's shareable records. Eg
Partition A has Assignment Rule: Person Industry contains Retail
Partition B has Assignment Rule: Person Industry contains Retail or Healthcare
Record XYZ has Industry with value Retail and Healthcare. So in this case, XYZ is qualifying for both Partition A and Partition B and it's shareable records and not duplicate records.
Thank you so much for your answer!!