Hey all,
Looking for some creative solutions to a problem I'm facing right now.
Currently I have a field called "Latency Tripwire" in SFDC -- it's a text formula field that evaluates whether the days since a customer's last purchase have exceeded that customer's average number of days between purchases.
When this condition is true, the tripwire will go from NULL to a text value.
What I was trying to do is have Marketo detect this data value change and activate a task for a sales rep to follow up with the customer to prevent a possible defection.
The problem is, SFDC formula fields do not trigger a change in systemmodstamp (http://community.marketo.com/MarketoArticle?id=kA050000000KzYqCAK), so Marketo does not know the field has changed to synch it and then trigger the smart campaign.
Even worse, the fields that Latency Tripwire is calculating off of are themselves formula fields (Avg. days between purchase and Days since last purchase) so they don't trigger anything either.
I need some kind of positive change that will update systemmodstamp to reliably trigger the smart campaign, but I am stumped. Thoughts?
I've also thought of using Workflow rules in SFDC to trigger the task creation but not sure if those can be triggered by a formula change either?
Any help appreciated!
Justin