Managing contacts created from Offline Sources ( Sales Extension & Connected Inbox)
SOLVE
Hi everyone,
I am trying to look for a way to manage contacts created from Offline sources (specifically sales extension & connected inbox) where another contact (call it the primary contact) is already associated with a company. These new contact records will also be associated to the company by way of the email domain.
Essentially we have mandatory fields which already exist on that original/first contact record that we want to copy over to all the other contacts records that are related to that same company (so that the salesperson does not have to fill this info in again).
How do you create a workflow that does this? Do you use the associated label parameters?
Essentially we have mandatory fields which already exist on that original/firstcontact record that we want to copy over to all the other contacts records that are related to that same company (so that the salesperson does not have to fill this info in again).
So we start at the beginning and create 2 Workflows for all new + old companies where we 1. create a company based workflow where we copy these contact values from the first/original record to the company you can do this via the workflow at the "edit available data" there you can choose which contact to copy from -> this can be used for all new companies + all old companies here just have a filter to first check if the property you want to set (to copy to all other contacts then) is already known so that you dont overwrite the orginal company property from the original contact property (its very easy just filter on is known and)
2. if any new contacts are then associated to the company you have another company based workflow where you can just take the "number of associated contacts" property and reenroll it based on "is greater then or equal to 1" and then everytime when a contact is associated to company X company X copies the value over to the new contact.
This should prob do the trick, if there is any additional info you didnt mention where you might not be able to use this line of workflows, feel free to reach out there is another way of doing this via contact based workflows but its a little bit more "complicated" and it prob needs a very easy custom code part.
Mar 18, 20259:14 AM - edited Mar 18, 20259:15 AM
Contributor
Managing contacts created from Offline Sources ( Sales Extension & Connected Inbox)
SOLVE
i think there is a contact property called "recourd source orginial" 2-3 or something which has "sales extension" literally written out so prob just use that as a trigger check for the missing properties which are mandatory for you and if they are missing check over the company onto other contacts if there are known there/ check the other contacts which source of creation they have and then just copy it over the company
Managing contacts created from Offline Sources ( Sales Extension & Connected Inbox)
SOLVE
Its the 'check over the company onto other contacts' part that I don't know how to build out. Are you able to show this part in a workflow screenshot please?
Essentially we have mandatory fields which already exist on that original/firstcontact record that we want to copy over to all the other contacts records that are related to that same company (so that the salesperson does not have to fill this info in again).
So we start at the beginning and create 2 Workflows for all new + old companies where we 1. create a company based workflow where we copy these contact values from the first/original record to the company you can do this via the workflow at the "edit available data" there you can choose which contact to copy from -> this can be used for all new companies + all old companies here just have a filter to first check if the property you want to set (to copy to all other contacts then) is already known so that you dont overwrite the orginal company property from the original contact property (its very easy just filter on is known and)
2. if any new contacts are then associated to the company you have another company based workflow where you can just take the "number of associated contacts" property and reenroll it based on "is greater then or equal to 1" and then everytime when a contact is associated to company X company X copies the value over to the new contact.
This should prob do the trick, if there is any additional info you didnt mention where you might not be able to use this line of workflows, feel free to reach out there is another way of doing this via contact based workflows but its a little bit more "complicated" and it prob needs a very easy custom code part.
Managing contacts created from Offline Sources ( Sales Extension & Connected Inbox)
SOLVE
The properties I want to copy over are at the contact level (so other contacts which are associated with the same group). Essentially I want the workflow to check to see if these fields are filled in on other contacts associated with the same company and if yes, copy them over to these contacts created by the offline sources - I know what I want to do - juts not sure how to actually build the workflow to check the other contacts.