I just want to empty the field.Whether that means it's technically empty or null in the database is related, but I want to do the equivalent of Marketo's magical use of the case-se...
Is this possible?Let's say I have a field named HighestScoredCategory and I update that with a webhook that returns JSON such as {"categoryName":"Invitations"} that writes category...
We use a webhook to do this, but a Salesforce formula seems like a great way to do this as well. The advantage of a webhook is that you don't have to wait for any sync, but we have...
Hi Greg,With the workaround, is it possible to have a trigger that only fires on positive score changes? It doesn't look like you could say "Data Value Changes", New Value greater ...
Unfortunately, the only possible solution in my case is to have a webhook that calls an API you write to deduplicate leads. You would call this webhook any time a new account is cr...
Hi Jep,Thanks for the info. I'm now trying to split up batches by using both sinceLatest and sinceOldest with a 1 day span. I will then try to parallelize this by getting leads fro...
Hi Murtza. Thanks for the quick response.That's exactly what I'm using right now and the API just hangs. See in my post above I have the following in my example:
leadSelector....
getMultiple leads is hanging for me even with a batch size of 1 or 50 vs 1000. It simply never returns.I'm trying to get all leads so that I can deduplicate them all. I have logic ...
Hi Murtza,We've had this running for a while, and it turns out it's not quite working as expected.QUESTION: In what scenarios can duplicate leads be created?When you fill out your ...
Thanks for investigating and filing a bug so quickly Ian. That workaround sounds like a good stopgap until this is fixed. We'll certainly give that a shot and let you know if we ha...