SOLVED

Do different partitions mix?

Go to solution
Nerea_Eguia1
Level 3

Hello community! 

 

If we create two partitions with the same contacts, will these mix and appear as duplicates? 

 

Thank you!!!! 

1 ACCEPTED SOLUTION
Harish_Gupta6
Level 8

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.

 

 

Harish Gupta

View solution in original post

2 REPLIES 2
Harish_Gupta6
Level 8

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.

 

 

Harish Gupta
Nerea_Eguia1
Level 3

Thank you so much for your answer!!