How to Use Custom Objects with Duplicate Leads | Community
Skip to main content
Level 4
May 17, 2017
Question

How to Use Custom Objects with Duplicate Leads

  • May 17, 2017
  • 2 replies
  • 2987 views

Use Case: Display Transaction Tables for each Store within an Email (this part has been solved with #foreach)

Catch: In SFDC, the same Contact Email Address owns multiple stores, thus syncs over as 5 duplicates. If the "Has Transaction Data" smart list pulls the first created record, that doesn't guarantee that record is the one tied to the custom object.

Question: How do ensure my emails still render correctly even though there are duplicate records?

I understand I could change the Sync_to_Marketo flag = FALSE on all but one of the duplicate records but that is a last resort. I tried using the Email Address and a unique ID as the link fields within the custom object but again, I believe Marketo's smart list batch functionality pulls the first created record in.

Appreciate any thoughts/ideas.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
May 17, 2017

Could you flag the correct record in SFDC and use that as a filter?

Wouldn't you be able to associate based on SFDC ID?

WyattBaAuthor
Level 4
May 18, 2017

I've already tried using similar unique qualifier. The issue is, Marketo's smart list aren't only bringing back that record--it brings back the oldest version of that record.

One thing I can try testing is if a duplicate record is created, backdate the Created Date on the record I want to tie the custom object to. This would prove if Marketo truly only qualifies the oldest duplicate in batch campaigns.

Srujan_Vishwana
Level 4
May 31, 2017

Hi @Wyatt Bales​

I'd recommend the following approaches:

  • Use the Updated At filter to show up only the latest record thereby avoiding any old duplicates showing up
  • Use the Possible duplicates system smart list and consider the active record and ignore the other four duplicates

Let me know if that works.

Regards,

Sru

WyattBaAuthor
Level 4
May 31, 2017

Thanks for the tips, Sru. Actually ended up using a similar constraint on the custom object (a date field). I think your additional 2 recommendations will help narrow things down should this design also lead to poor performing scripts.

I'll post back once we have some more testing under our belt.