-
Re: Inconsistencies in the way SFDC ID can be used?
Roxann McGlumphyJun 23, 2016 2:52 PM (in response to Grégoire Michel)
1 of 1 people found this helpfulHi Gregoire,
The behavior you have observed is correct and is expected. The Lead ID field in Marketo also has the same constraints - it can be viewed in a list and displayed as a token in an asset, but cannot be referenced in a Smart List or Flow Step.
-
Re: Inconsistencies in the way SFDC ID can be used?
Grégoire Michel Jun 24, 2016 2:47 AM (in response to Roxann McGlumphy)Hi Roxann,
Thx. This is what I had figured out from the other instances, all of them behaving the same.
Does not really make sense though
And not convenient either.
-Greg
-
-
Re: Inconsistencies in the way SFDC ID can be used?
Grégoire Michel Jun 24, 2016 4:42 AM (in response to Grégoire Michel)-
Re: Inconsistencies in the way SFDC ID can be used?
Justin Norris Jun 24, 2016 12:04 PM (in response to Grégoire Michel)Hi Greg,
What are your use cases for wanting to filter by the SFDC lead ID? Trying to think of a scenario where this would be necessary.
Justin
-
Re: Inconsistencies in the way SFDC ID can be used?
Grégoire Michel Jun 24, 2016 1:59 PM (in response to Justin Norris)Just after setting a sync filter. Suddenly, thousands of leads not longer sync, but there is no way to select them in Marketo (in order to delete them), especially if your database has some duplicates and therefore filtering by email address is not an option.
This is a real case: in a complex SI, some other software are pushing duplicates in SFDC by tens of thousands. After a while, and because suppressing them or merging them is not an option, we decide to set a sync filter and to have these duplicates not to sync, only one primary contact should sync. But how do we remove only the secondary contacts from Marketo and they are all identical?
I would love to have this idea implemented: Let Marketo know when a lead stops sync'ing from CRM (SFDC / MSD) or this one: Enable to use other matching UID field on import, but none of them works.
-Greg
-
Re: Inconsistencies in the way SFDC ID can be used?
Justin Norris Jun 24, 2016 2:23 PM (in response to Grégoire Michel)1 of 1 people found this helpfulRight I see.
I think then the only way right now is a Delete Lead API call, as there you can select by Marketo ID? (Presumably you have that Marketo ID for the leads you want to remove, as you have identified in SFDC which leads you wish to stop synching and you can identify the Marketo ID of those.)
I know it would be nicer to run a smart campaign in the interface, just curious if this is what you did to solve for it.
-
Re: Inconsistencies in the way SFDC ID can be used?
Grégoire Michel Jun 24, 2016 2:30 PM (in response to Justin Norris)In fact, we will be using another Unique ID that we happen to have and that is a salesforce field.
But the REST API could indeed be a workaround. Thx.
-Greg
-
Re: Inconsistencies in the way SFDC ID can be used?
Sanford Whiteman Apr 10, 2017 7:55 AM (in response to Grégoire Michel)FYI (since the thread is resuscitated) you can mirror the SFDC Id to another custom field via webhook.
mirrorOfSfdcId = {{lead.SFDC Id}}
-
-
Re: Inconsistencies in the way SFDC ID can be used?
Erica Harris Apr 10, 2017 5:25 AM (in response to Justin Norris)Another scenario is when you want to select a bunch of records that match particular SFDC records, particularly when you have duplicates and you need to make sure that you update the correct record. I have seen this requirement in many of my clients' Marketo instances.
- Erica
-
-
-
-