We a Status field on Contact form that is a simple option set, "Happy or Upset"
We also have a "Car" entity with a lookup field for Contacts, and we create a record for each type car that each Contact has, so that each Contact has multiple "Car" records associated with it. The car records also have the "Happy or Upset" field on them, and whenever the field changes on the Contact form, we want these records updated.
Is it possible to use a workflow to automate this? Right now, each time the field is changed on the Contact, we use an on demand workflow to update all the Car records for that client - however this is getting tedious and not all users remember. How can we automate this, so that each time the field on the Contact form changes, all the related Car records get updated as well?
*This post is locked for comments