SOLVED

Re: Stop Syncing Certain Leads with SalesForce?

Go to solution
Allison_Proehl
Level 4

Stop Syncing Certain Leads with SalesForce?

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Stop Syncing Certain Leads with SalesForce?

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

View solution in original post

1 REPLY 1
Grégoire_Miche2
Level 10

Re: Stop Syncing Certain Leads with SalesForce?

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