Trying to trigger on ACCOUNT becoming CUSTOMER across ALL contacts? | Community
Skip to main content
September 20, 2017
Question

Trying to trigger on ACCOUNT becoming CUSTOMER across ALL contacts?

  • September 20, 2017
  • 1 reply
  • 1459 views

In the event that an ACCOUNT in SFDC turns into type CUSTOMER, I would love to be able to change all contacts in that account to a CUSTOMER stage in my revenue model. I am not sure how to do this? I know we can trigger on opportunity and even conversion from lead to contact of a customer account, but not sure what to do 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.

1 reply

Devraj_Grewal
Level 10
September 20, 2017

Naor,

You can trigger off of account changes using the trigger "Data Value Changes". You might use something like "Account Status" and the "New Value" would be "Customer". Then all contacts for that account will qualify for the smart campaign and the flow steps.

Grace_Brebner3
Level 10
September 20, 2017

Probably a good idea to test this carefully - a lot of people have been having issues with Data Value Changes triggers not working on SFDC Account object (see: SFDC Account Fields Do Not Always Create Change Data Value Logs in Activity Log!! ). The thread is a little old now but I know a few people still experiencing this issue, so I don't think it's been resolved as of yet.

September 20, 2017

Oh yikes. Guess we'll have to copy over the value we're looking for specifically to the contact record.