Allow duplicates between partitions but not in a given partition
Hello,
We have set-up partitions and we have asked the implementation of custom dedup in order to be able to have duplicates between our partitions. However in a given partition we want to be able to deduplicate our leads. Example:
We have a contact john.doe@company.com in partition A:
- we want to allow to create john.doe@company.com in partition B by list import because it does not exist in that partition yet.
- we want to prevent to create, by list import, a second lead "john.doe@company.com" in a partition where it already exists.
Concerning Marketo form, our need is the following:
We have a workspace A related to partition A.
- we want to make sure that when using a form contained in workspace A, the flow applies only on contacts of partition A.
- when a new contact complete a form contained in worskpace A, then the contact is only created in partition A.
Do you know how we should set it up because currently the custom dedupe implemented works between our partitions but not in a given partition as contacts are duplicated.
Do you have any ideas?
Many thanks