BETA - Please be aware that this feature is currently in beta mode
The following is a guideline to follow when using the recipe "Champion Movers for Salesforce." Please read these guidelines before cloning the recipe.
Overview
This recipe provides the following:
- Jobs that track when your selected customers and prospects change jobs and move to new companies. The jobs use Google Search to look up Contact's LinkedIn profile to try to determine if they have a new employer.
- Bots to run the above jobs. Note: a bot will be created but not automated
- Manual data sources that capture results of the various jobs. These can be used for review and analysis.
- An App Factory app to view the results of job runs. Contacts are categorized as:
- Cannot validate, need manual review
- Matched to account and added new contact
- Matched and updated existing new contact
- Validated but unmatched, added as new lead
Review the Champion Movers use case here.
Preparation
- As a prerequisite to using the Champion Movers project recipe, credentials need to be set up for Google Search. Please follow this article to learn how to set up your Google Search credentials.
-
Establish data sources:
A data source must be created for these four Salesforce objects: Accounts, Contacts, Leads, and Users. If you already have these data sources, you do not need to create new ones. The data sources need to contain the following attributes:- Accounts: all standard fields
-
Contacts: all standard fields, plus attributes
- to hold the LinkedIn URL
- to hold No Longer with Company tag
- to identify which contacts to run through the Movers jobs. The jobs look for a yes value in a custom field (e.g. Track__c). If you have a different field that can be used to identify contacts you want to evaluate, you can modify the job Mover01 to refer to your custom field. This can be done after the project is cloned from the recipe.
- Leads: all standard fields, plus attributes to hold the LinkedIn URL and No Longer with Company tag
- User: all standard fields
-
Create new data targets: Create a new data target for each object with the following attributes. Note: If you don’t want to update Salesforce with all of these fields, you can customize the export task after the project has been created to update the specific fields desired.
Contact Lead Id Id Previous Companies Company No Longer At Company Last Name LinkedIn Profile First Name Last Name Title Account Id Email Email DUNS Number First Name Industry Mobile Phone City Title State/Province Zip/Postal Code Country Mobile Phone LinkedIn Profile
Clone
To clone the project recipe, navigate to Projects Recipes and select the project recipe to clone.
You will need to provide:
- Project name
- Prefix and/or suffix for all objects in the project
- Data sources to be used in the project
- Data targets to be used in the project
Examine the cloned project
We recommend you look through all the newly created project elements to familiarize yourself with what has been created.
Look for:
- Any job that is marked with errors. These errors must be manually corrected.
- Export tasks that write back to Salesforce. Make changes by un-mapping any values that you do not want to write back to Salesforce.
Note: Any Export task to Salesforce has been bypassed for your protection. We recommend that you run the jobs with the bypass enabled so you can review any data changes before writing data back to Salesforce.
Run the bot
The first time you run the bot, we strongly suggest you keep the bypass option enabled on all export tasks. Please review the output of each job to familiarize yourself with the processing logic and verify the jobs are performing as expected.
Results can be viewed using the Mover App Factory app. The app displays the results of all contacts that have been evaluated and categorizes them by what the jobs found. Categories include:
- Cannot validate, need manual review
- Matched to account and added new contact
- Matched and updated existing new contact
- Validated but unmatched, added as new lead
Finalize the project
Final steps include:
- Verify the first job is selecting the contact audience you wish to evaluate
- Purge the jobs to prepare for a clean automated run
- Optional: purge the manual data sources for a clean automated run
- Edit the Bot to schedule the frequency and enable automation