Track duplicate records activity differently | Community
Skip to main content
New Participant
March 22, 2024
Solved

Track duplicate records activity differently

  • March 22, 2024
  • 1 reply
  • 1139 views

Hello There, 
This is my first post. I hope I have explained the issue well. 

Suppose I have 3 Salesforce Accounts (1,2,3) and these accounts have the same records (with the same email IDs) but with different Membership Tiers ( let's say A, B, C). 

Now from Marketo, we are triggering different emails based on Membership Tier for form fill-out.

The issue I ran into was when a record from 1st account record having a Membership Tier A was doing a form-fill activity it can be seen in the same record activity log. 

Now if the 2nd account record having a Membership Tier B does a form fill activity it has been updated into 1st account records only. 
Is there any way in Marketo we can track the activity of each record differently? 
Any help is appreciated!

 

Thanks 
Firoz

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

Suppose I have 3 Salesforce Accounts (1,2,3) and these accounts have the same records (with the same email IDs) but with different Membership Tiers ( let's say A, B, C).


They fundamentally cannot be the same SFDC records. Different SFDC Contact IDs would be assigned in this case (unless you’re trying to do multiple accounts in SFDC, which is a whole other set of disasters in Marketo).

 

So from Marketo’s standpoint, they are different records. Whether they have the same Email Address field or not.

 

When you fill out a Marketo form, only one of those records will be updated. Marketo chooses the most recently updated record. (And if all you do is fill out forms, that most recently updated record will continue to be the same record, Record 1. But there’s no permanent order, and if another process updates Record 2 it would become the form target.)

 

Marketo support can switch you to a custom compound lookup key for form fillouts. That key in your case would be Email Address + Membership Tier. Obviously, Membership Tier must be a field on the form for this to work. But it would meet your needs.

 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
March 22, 2024

Suppose I have 3 Salesforce Accounts (1,2,3) and these accounts have the same records (with the same email IDs) but with different Membership Tiers ( let's say A, B, C).


They fundamentally cannot be the same SFDC records. Different SFDC Contact IDs would be assigned in this case (unless you’re trying to do multiple accounts in SFDC, which is a whole other set of disasters in Marketo).

 

So from Marketo’s standpoint, they are different records. Whether they have the same Email Address field or not.

 

When you fill out a Marketo form, only one of those records will be updated. Marketo chooses the most recently updated record. (And if all you do is fill out forms, that most recently updated record will continue to be the same record, Record 1. But there’s no permanent order, and if another process updates Record 2 it would become the form target.)

 

Marketo support can switch you to a custom compound lookup key for form fillouts. That key in your case would be Email Address + Membership Tier. Obviously, Membership Tier must be a field on the form for this to work. But it would meet your needs.