Skip to main content
Yoav_Guttman1
Level 4
June 1, 2017
Question

Data Value Changes, attribute is any

  • June 1, 2017
  • 1 reply
  • 4244 views

I want to create a flow where anytime anything changes on a lead record, so any data value change, the lead status will change to SAL.

In the flow, I will limit disqualification, SQL, Customers, and other people who might not fit the SAL definition we use.

But, it does not seem like I can say Data Value Changes, Attribute is Any. Instead i have to choose a specific attribution, but in this case, I do not care what it is. I am inluding in the filter that the lead owner job title is SDR, so that is also not an issue anyone needs to respond to.

Do you know how to do this? Can you help?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
June 2, 2017

First, I think this is dangerous and if possible would cause your trigger eval queue to go nuts because ANY record change to ANY record would have to be evaluated

Second, what is the business requirement? Why would you want SAL on ANY change? If I'm right, you really just want to know if Salesperson touched the record to move to SAL. I would reference the Unread=T flag in SFDC or another specific Field that you know gets modified by Sales most of the time. Of course, it would be far better to Train your team to Accept the Lead properly.

Grégoire_Miche2
Level 10
June 2, 2017

+1 on Josh here, this would simply kill your DB performance.

And, fortunately, this is not possible

-Greg