Stop Syncing Certain Leads with SalesForce? | Community
Skip to main content
Allison_Proehl
Level 4
September 13, 2018
Solved

Stop Syncing Certain Leads with SalesForce?

  • September 13, 2018
  • 1 reply
  • 5016 views

I'm wondering if there is a way to have a particular list of leads in Marketo and not have them sync with our Salesforce instance until they take action.

I don't want to pause all the Marketo to SalesForce syncing just for a particular list so that we don't bog down our SalesForce instance.

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 Grégoire_Miche2

Hi Ali,

It takes some customizing to do this:

  1. Create a "Do not accept from Mkto" SFDC field on leads and contacts. Make it a boolean field on lead object, and a formula (boolean) field on contacts, whith formula value = TRUE
  2. Create a workflow on the lead object in SFDC that checks that box on lead creation, excepted when the creator is the Marketo sync user
  3. Check that box for all existing leads in SFDC (using a data loader). Wait until this change is reflected in Marketo.
  4. Create a validation rule in SFDC that prevents the lead creation if the box is unchecked and the creating user is the Marketo Sync User

From this, you will be able to control which new lead do not flow to SFDC by checking the box in Marketo lead management smart campaign when you want the sync to occur.

Remember that the existence fo this checkbox field and the validation rule will prevent implicit syncs to happen...

-Greg

1 reply

Grégoire_Miche2
Grégoire_Miche2Accepted solution
Level 10
September 13, 2018

Hi Ali,

It takes some customizing to do this:

  1. Create a "Do not accept from Mkto" SFDC field on leads and contacts. Make it a boolean field on lead object, and a formula (boolean) field on contacts, whith formula value = TRUE
  2. Create a workflow on the lead object in SFDC that checks that box on lead creation, excepted when the creator is the Marketo sync user
  3. Check that box for all existing leads in SFDC (using a data loader). Wait until this change is reflected in Marketo.
  4. Create a validation rule in SFDC that prevents the lead creation if the box is unchecked and the creating user is the Marketo Sync User

From this, you will be able to control which new lead do not flow to SFDC by checking the box in Marketo lead management smart campaign when you want the sync to occur.

Remember that the existence fo this checkbox field and the validation rule will prevent implicit syncs to happen...

-Greg