Duplicate email addresses for contacts and consumers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2025 06:42 AM
Hi, I would like to hear your thoughts and experiences on how you deal with duplicate email addresses for contacts and consumers.
A little background, we are implementing CSM and we offer B2B and B2C services.
We experience that often times private individuals use their work email address for private inquiries. And also that one person can represent multiple accounts which also results in two separate contact records for the same individual. And often times they would use the same email address for both account contacts.
In worst case we can have consumer and multiple account contacts with same email address.
I wish we could forbid using duplicate emails, but some of the contacts/consumers are created automatically based on external registers.
How would you deal with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2025 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2025 08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2025 01:00 AM
no, unfortunately not, I don't see how creating a report will help us register and store users with duplicate emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2025 04:53 AM
Just thinking out loud,
I think it would depend on the how the data is ingesting into the system.
If its via Transform map, you may have a coalesce in place to honour account + email as key for uniqueness or whatever qualifies as unique combination for the use case.
By default, sys_user, by default has primary key of userid, but an additional layer via integration can try to refine the incoming data.
Alternatively can have data policies in place to govern an and restrict duplicate emails in the underlying table
