SOLVED

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

Go to solution
Anonymous
Not applicable

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

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

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

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

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
Josh_Hill13
Level 10 - Champion Alumni

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

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

Anonymous
Not applicable

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

Thank you Josh! I was thinking along the same lines so it is great to have you confirm it. Will implement now!.

 
Matt_Stone2
Level 9

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

Hijacking this thread... Josh--your setup sounds like it would work for any field that you wanted to auto increment. Is that accurate?