I have an Account and a Company entity. I have a field on both entities called "ABC".
When I am on the Account record, I can only add existing Company records (can't add new which is what I wanted).
On the Company record, I have a field called, "Account" (So that is all they tie together)
When the Account field gets filled in on the Company record, I need the value of ABC that is on the Account record to update the ABC on the Company record. I then also need that if at any time the ABC field on the Account record gets updated that all associated Company records the ABC field gets updated with the new value from the Account record.
How can I do this via workflow?