This guide will show you how to track your Orum-generated follow up tasks AND create a follow-up call task in Salesforce with a specific date to reach back out
šØ Before starting this guide:
You will need to be a Salesforce Admin to complete this guide
You will need basic knowledge of Salesforceās Object Manager
You will need basic knowledge of Salesforceās Process Builder
Ā
Create a āCall Me Backā custom object for leads or contacts
- In Salesforce, access āSettingsā by clicking on the gearwheel icon in the top-right of your dashboard. Then, select āSetupā
- In the search bar, search for āObject Managerā and navigate to it
- In the Object Manager, select either leads or contact object
- Under āFields and Relationshipsā, add a new one
- Then, select āDate and timeā data type
- Name the data type ex. āCall Me Back Dateā
- Add a description and some help text if needed
- Checkmark āAdd this field to existing custom report types that contain this entityā to be on
- Leave default value empty
- Click āNextā and then āSaveā the new data type
Now you should see a new custom object or field for leads or contacts
Create a new flow automation
- In Salesforce, access āSettingsā by clicking on the gearwheel icon in the top-right of your dashboard. Then, select āSetupā
- In the search bar, search for āProcess Automationā and navigate to it
- Select āNew Flowā
- Select āRecord-Triggered Flowā then āCreateā
- Select object either Lead or Contact
- Trigger the flow when: āA record is updatedā
- Set Entry Conditions when āAll Conditions are Met (AND)ā
- Search for the previous field we setup āCall Me Back Dateā, Operator should be āis nullā, and set the value to False or ā$GlobalConstant_Falseā
- Add another condition with the same field āCall Me Back Dateā, Operator should āis Changedā, set value to True or ā$GlobalConstant_Trueā
- Make sure āWhen to Run the Flow for Updated Recordsā is set to the default āEvery time a record is updatedā¦ā
- Make sure āOptimize the Flow for:ā is set to the default, āActions and Related Recordsā
- Then select āDoneā
- In the Flow Builder, click the āPlusā icon to āAdd Elementā
- Now, we can decide what action will happen. We will āCreate New Recordsā
- For the label, choose what works for your team ex. āCreate Follow Up Call Taskā
- For āHow Many Records to Createā, select āOneā
- For āHow to Set the Record Fields', select āUse separate resources, and literal valuesā
- For āCreate a Record of this Objectā, set to āTaskā and set these fields and values:
- ActivityDate ā Value: Call Back Date
- Description ā Add any text youād like ex. Call this prospect back
- Ownerid ā Record > Owner ID {!$Record.OwnerID}
- This assigns the call task youāve created to the owner of the specific lead
- Priority ā High
- Status ā Not Started
- Subject ā Follow Up Call
- TaskSubtype ā Call
- WhoID ā Value: Record > Lead ID {!$Record.LeadID}
- Click āDoneā
- Then select āActivateā in the top-right
Test the follow up task automation
- In Salesforce, go to āLeadsā and select any lead in your system
- Go to āDetailsā
- You should see a new āCall Me Back Dateā object or field
- Set it to a specific date in the future and choose āSaveā
- If you get an error message here, please go back to the previous step and make sure youāve inputted the steps correctly
- Go to āActivityā and you should see the new follow up task