SOLVED

Want to add +1 value to a field based on value in another field

Go to solution
Anonymous
Not applicable
We are looking to keep count of repeat MQLs and want to create an MQL counter field that is synced with SFDC. The idea is to add a +1 everytime a lead re-MQLs (if the MQL date field was already stamped). Anyone has an idea on how to do this?

Thanks
Tags (1)
1 ACCEPTED SOLUTION
Josh_Hill13
Level 10 - Champion Alumni

Sure, just create a new Integer field in SFDC on Lead/Contact objects. Call this "MQL Times"

Wait for it to sync to Marketo

In Marketo, change this to a Score field.
 

Then you can add this step to your MQL process:
MQL Times +1

View solution in original post

3 REPLIES 3
Matt_Stone2
Level 9
Hijacking this thread... Josh--your setup sounds like it would work for any field that you wanted to auto increment. Is that accurate?
Anonymous
Not applicable
Thank you Josh! I was thinking along the same lines so it is great to have you confirm it. Will implement now!.

 
Josh_Hill13
Level 10 - Champion Alumni

Sure, just create a new Integer field in SFDC on Lead/Contact objects. Call this "MQL Times"

Wait for it to sync to Marketo

In Marketo, change this to a Score field.
 

Then you can add this step to your MQL process:
MQL Times +1