La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
we are struggling to keep the adress like adress, city, zip, country from companies in sync with contacts.
Since we are a B2B company, a contact's address is never different from the company's address. To copy the information from the company i created a workflow.
But if the contact is created first and not the company, the workflow does not trigger.
Also if the someone changes the adresss afterwards, i need to manually retrigger the workflow.
Is there a way to just keep these infromations in sync? Like if something changes in the company or contact, it automatically changes this information to the assosiated object?
To copy the company address from the company object to all contacts, regardless of what order they are created in, you could use a company-based workflow that is triggered whenever an address property (ie. street address or city) is known, with re-enrollment also turned on for that property - so that if the company record is changed, it updates all contacts too. I.e:
You will most like need another workflow triggered based on changes (is known + re-enrollment) to the contact address - the actions will depend on wether this should update the company record or, in fact, should be overwritten by the company record's details.
To copy the company address from the company object to all contacts, regardless of what order they are created in, you could use a company-based workflow that is triggered whenever an address property (ie. street address or city) is known, with re-enrollment also turned on for that property - so that if the company record is changed, it updates all contacts too. I.e:
You will most like need another workflow triggered based on changes (is known + re-enrollment) to the contact address - the actions will depend on wether this should update the company record or, in fact, should be overwritten by the company record's details.
thanks for the quick reply. The worklflow i created is similiar to the screenshot you sent and this works.
Can you be more specific to the second part of you message regarding changes? How would the workflow look like if there are changes in the adress afterwards? Thanks 🙂