How to prevent Salesforce sync on existing leads | Community
Skip to main content
August 8, 2013
Question

How to prevent Salesforce sync on existing leads

  • August 8, 2013
  • 7 replies
  • 1357 views
Is there a way set up a smart campaign to only sync leads into Salesforce if they are not already in Salesforce?  I only want this to occur for one specific event, so doing a mass block update to specific fields would not work in this case.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

7 replies

August 8, 2013
Hi Diana,

Would adding a filter option of "SFDC Created Date" is empty work?

That would imply that a lead qualifies only if they didn't have a created date in SFDC. This should only be the case (I'm assuming) if they didn't exist in SF already.

Hope this helps!
August 8, 2013
Diana, in your SFDC sync condition, add a criteria for SFDC Type. If SFDC Type is not empty, do nothing, otherwise, sync.
August 9, 2013
Thanks for both your suggestions.

I'm using 'Sync Lead to SFDC' and it does not give me an option for 'do nothing'...only users from our instance of SalesForce.
August 9, 2013
Diana, perhaps this is a product enhancement, but if you clear out the "-- Use Auto-Assignment Rules --" by clicking in the box and deleting the text, then clicking outside the box, you'll see a greyed out "Do Nothing."
August 9, 2013
Following what Charlie said, if you plan on setting it up that way, I would suggest changing the is empty  to is not empty

The way it's set up in the screenshot, only leads that exist will be synced and assigned to you.


It should read:

If: SFDC Created Date     is not empty
Assign to: Do Nothing

Default Choice:
Assign to: User: Diana Silva

Like Charlie said, you should be able to delete the text in choice one, click outside of the box and it will say "Do Nothing"
August 9, 2013
Thank you both!!
August 9, 2013
You're welcome, happy to help!