SlideShare a Scribd company logo
Salesforce Reporting:
SalesLoft User Activity Metrics
Jimmy Conley
Sr. Technical Architect,
Professional Services
Meet Your Speakers
Ginger Tranter
Sr. Training Manager, Customer
Education
Housekeeping Items
● All lines are muted
● Use the Q&A box
● Recording will be emailed a few
days after the webinar
Background:
● 5+ years at Salesforce
● Dedicated Salesforce Consultant for Enterprise Customers
● 2+ years Marketing Automation Implementations
(SMB to Enterprise Customers)
● Georgia State University - Marketing & Economics
Hobbies/Interest:
● Playing guitar and bass
● Avid Atlanta sports fan
● Traveling
● Outdoor activities with my dog, Charlie
● Scuba Diving
Introduction
Certifications:
● Salesforce Advanced
Administrator
● Salesforce
Administrator
● Salesforce Consultant
● Pardot Consultant
● Pardot Specialists
● Salesforce Marketing
Cloud Email Specialist
Jimmy Conley
Sr. Technical Account Manager
Jimmy Conley - Sr. Technical Account Manager
SalesLoft Professional Services Team
● IS: Review options for leveraging SalesLoft data in Salesforce User activity reports
● IS NOT: Provide step by step guidance on building Salesforce User activity reports using
SalesLoft data
Goal of Training Session
Want to become a Salesforce expert?
● Create a FREE Developer Org: https://developer.salesforce.com/signup
● Use Salesforce Trailhead: https://trailhead.salesforce.com/en/home
○ Reports & Dashboards Trail: Introduction to Reports and Dashboards
● Salesforce Help & Training: https://support.salesforce.com/support
● SalesforceBen.com: Very useful site with a ton of Salesforce information
● Data and Processes needed to build reports:
○ SalesLoft Activity Logging
■ Expected Functionality (Completed Tasks)
○ Custom Fields
■ Activity, Lead, Contact, Account, Opportunity fields
○ Salesforce Report Types
■ Standard and Custom Report Types used
● Reporting Examples:
○ All Activities / User
○ All Emails / User
○ Leads & Contacts with Steps Due Today / User
○ Day 1 Steps Completed by User Today
○ Leads & Contacts with Overdue Steps Due / User
○ All Calls / Disposition & Sentiment / User
○ Active & Neglected Leads, Contacts, Accounts, and Opportunities / User
○ Active Account Penetration
Agenda
How SalesLoft Logs
Salesforce Activities
SalesLoft Activities in Salesforce
CRM Integration & Field Mapping
● Ensure all SalesLoft Users with a Salesforce license have their CRM integration
setup
● Ensure all SalesLoft Activity fields are mapped to Salesforce based on your needs
SalesLoft Activities in Salesforce
Activity Logging Expected Functionality
● All ‘Lofted’ emails, Cadence emails, and LinkedIn steps are logged to Salesforce
○ If Person is syncing to Salesforce Lead or Contact
● User must click ‘Log & Complete’ or ‘Log’ to log Calls & Other Steps:
○ If Person is syncing to Salesforce Lead or Contact
● SalesLoft syncs activities one direction to Salesforce
○ Creates new Task records
○ Updates SalesLoft created Task records
■ (i.e. View Count, Click Count, Reply Count, Bounced)
● SalesLoft logs all activities as Completed Tasks in Salesforce
○ Tasks not Events
○ Status = Completed
● WhoId and WhatId
○ WhoId = Lead or Contact record that is syncing with the Person in SalesLoft
○ WhatId = Account and OPEN Opportunity associated with Contact syncing with Person
■ Account: Based on standard Account relationship to Contact (Lookup)
■ Opportunity: Based on ANY Opportunity Contact Role (Junction Object)
SalesLoft Specific
Salesforce Custom Fields
SalesLoft Person Fields - Custom Lead, Contact, Opportunity* Custom Fields:
NOTE: Map each from Lead, to Contact, to Opportunity*
● Most Recent Cadence - Cadence Name
● Most Recent Cadence - Last Completed Step
● Most Recent Cadence - Next Due Date
● Most Recent Cadence - Next Step
Recent Activity Fields
● Active Lead*
○ Field Type = Formula Field (Number)
● Active Contact*
○ Field Type = Formula Field (Number)
● Active Account*
○ Field Type = Formula Field (Number)
● Active Opportunity
○ Field Type = Formula Field (Number)
* Field included in SalesLoft Dashboard package.
Salesforce Custom Fields & Mapping
*NOTE: Opportunity fields not needed to Activity reports, but are used in SalesLoft Opportunity reports
Formula for all four ‘Active’ fields:
IF( TODAY () - LastActivityDate <= 30, 1,0)
What does this return?
Any record with an activity logged against it
in the last 30 days.
NOTE: Replace 30 with whatever date
range your organization prefers. (i.e. 14)
VIDEO: Salesforce Reporting Hack:
Power of One
Salesforce Custom Activity Fields & Mapping
Field Creation, Mapping, & Testing:
1. Create custom Activity fields in
Salesforce for the fields your
organization wants to report on
2. Map these Activity fields in SalesLoft to
Salesforce custom and default fields
3. Ensure all Tasks are logged correctly in
Salesforce and field values are
populated
NOTE: Check activity sync errors if
Task is not logged:
Text Custom/Standard SF Field Type
Cadence Name Custom Text
Call Disposition Custom Text
Call Sentiment Custom Text
Cadence External Identifier Custom Text
Cadence Id Custom Text
Email Template Title Custom Text
Clicked Count Custom Number
Viewed Count Custom Number
Replies Count Custom Number
Meeting Assigned To Custom Text
Meeting Date Custom Date
Meeting Duration Custom Number
Meeting Name Custom Text
Meeting Start Time Custom Text
Step Day Custom Number
Step Name Custom Text
Call Duration Standard Number
Type Standard Text
SalesLoft Type Custom Formula Field (Activity)
What? A custom Activity formula field to show
the Type for all SalesLoft activities
Why? Automatically define the Type for each
Task record created by SalesLoft in Salesforce
How? Custom Activity formula field based on
the Subject of the Task
Formula:
IF(BEGINS(Subject,'Email:'),'Email',
IF(BEGINS(Subject,'Call'),'Call',
IF(BEGINS(Subject,'LinkedIn:'),'LinkedIn',
IF(BEGINS(Subject,'Meeting Booked:'),'Meeting',
IF(BEGINS(Subject,'Other:'),'Other',
IF(BEGINS(Subject,'Reply:'),'Reply',
IF(BEGINS(Subject,'Note'),'Note',
NULL)))))))
Salesforce Report Types
What is a report type?
● Like a template which makes reporting easier
● Determines which fields and records are available for use when creating a report
● Based on the relationships between a primary object and its related objects.
○ i.e. ‘Accounts and Contacts’ ‘Accounts’ is the primary object and ‘Contacts’ is the related object.
● Out of the box, Salesforce provides a set of predefined standard report types.
○ Don’t see all the fields you want? You might need to create a custom report type.
Salesforce Report Types
Objects
Salesforce Report Types (SCREENSHOT)
Tasks & Events Report Types
● Tasks & Events
○ Includes all Tasks fields but limited Lead, Contact, Account, or Opportunity fields.
■ All contact information from Lead or Contact (email, phone, address)
● “Lead” and “Contact” fields:
○ Will display the “WhoId” which is the Lead or Contact related to the Activity
● Account/Company field:
○ If WhoId is Contact: Reference from Contact’s Account
■ Available Account Fields: Account Owner, Account Owner Alias, Account
ID, Parent Account, Parent Account ID, Account/Lead Rating, Account
Type, Account Site
○ If WhoId is Lead: Reference from Lead Company field value
● Opportunity: Will display Opportunity name if Task was logged against a Contact
related to an Open Opportunity via Opportunity Contact Roles
○ Available Opportunity Fields: Opportunity Stage, Opportunity Lead Source
Additional Standard Report Types
● Activities with Leads
○ Includes all Activity fields and Lead fields (determined by WhoId)
● Activities with Contacts
○ Includes all Activity fields and all Contact and Account fields (determined by
WhoId)
● Activities with Accounts
○ Includes all Activity fields and Account fields (determined by WhatId)
● Activities with Opportunities
○ Includes all Activity fields and all Opportunity and Account fields (determined by
WhatId)
Salesforce Report Filters,
Groups, and Examples
All Activities / User
Report Type: Tasks and Events
Lightning Experience
Salesforce Classic
NOTE: This field uses the ‘SalesLoft Type’
activity field referenced on slide 13
● You can use ‘Type’ if you are
populating this value for all records
All Emails / User
Report Type: Tasks and Events
Lightning Experience
Salesforce Classic
NOTE: This report groups based on Task
‘Assigned’ Owner their Role
● You can group based on another
User field if you aren’t using Roles
All Calls / Disposition & Sentiment
Report Type: Tasks and Events
Lightning Experience
Salesforce Classic
NOTE: If a Task has a Disposition or
Sentiment value that is null, it will appear in
the report at ‘-’
● You can filter these out if you’d prefer
Leads with Steps Due Today / User
Report Type: Leads
Lightning Experience
Salesforce Classic
NOTE: This report groups based on Lead
Owner and Lead Owner Role
● You can group based on another
User field if you aren’t using Roles
Article: Salesforce Relative Date
Filter Reference
Contacts with Steps Due Today / User
Report Type: Contacts and Accounts
Lightning Experience
Salesforce Classic
NOTE: This report groups based on
Contact Owner and Contact Owner Role
● You can group based on another
User field if you aren’t using Roles
Article: Salesforce Relative Date
Filter Reference
Leads with Upcoming Steps by Cadence
Report Type: Leads
Lightning Experience
Salesforce Classic
NOTE: Most Recent Cadence - Next Step
Due Date is grouped by Month
● You can group date fields by day,
week, month, quarter, or year
Contacts with Upcoming Steps by Cadence
Report Type: Contacts and Accounts
Lightning Experience
Salesforce Classic
NOTE: Most Recent Cadence - Next Step
Due Date is grouped by Month
● You can group date fields by day,
week, month, quarter, or year
Day 1 Steps Completed Today
Report Type: Tasks and Events
Lightning Experience
Salesforce Classic
NOTE: This report will be accurate if your
first Cadence step is on day 1
● If there are specific Cadences that
do not, you can filter them from
this report or update the criteria
Included in Salesloft Dashboard Package 2.0
Article: Salesforce Relative
Date Filter Reference
Overdue Steps by User (Leads)
Report Type: Leads
Lightning Experience
Salesforce Classic
NOTE: This report groups based on Lead
Owner and Lead Owner Role
● You can group based on another
User field if you aren’t using Roles
Article: Salesforce Relative
Date Filter Reference
Overdue Steps by User (Contacts)
Report Type: Contacts & Accounts
Lightning Experience
Salesforce Classic
NOTE: This report groups based on
Contact Owner and Contact Owner Role
● You can group based on another
User field if you aren’t using Roles
Article: Salesforce Relative
Date Filter Reference
Active/Neglected Leads
Report Type: Leads
Lightning Experience
Salesforce Classic
NOTE: Summarize ‘Active Lead’ field in the
report so display the ‘SUM’.
● See slide 8 in this deck for reference
Included in Salesloft Dashboard Package 2.0
Active/Neglected Contacts
Report Type: Contacts & Accounts
Lightning Experience
Salesforce Classic
NOTE: Summarize ‘Active Contact’ field in the
report to display the ‘SUM’.
● See slide 8 in this deck for reference
Included in Salesloft Dashboard Package 2.0
Active/Neglected Accounts
Report Type: Accounts
Lightning Experience
Salesforce Classic
NOTE: Summarize ‘Active Account’ field in
the report to display the ‘SUM’.
● See slide 8 in this deck for reference
Included in Salesloft Dashboard Package 2.0
Active/Neglected Opportunities
Report Type: Opportunities
Lightning Experience
Salesforce Classic
NOTE: Summarize ‘Active Opportunity‘ field in
the report to display the ‘SUM’.
● See slide 8 in this deck for reference
Account Penetration (Active Accounts)
Report Type: Contacts and Accounts
Lightning Experience
Salesforce Classic
NOTE: Summarize ‘Active Contact’ field in the
report to display the ‘SUM’.
● See slide 8 in this deck for reference
Upcoming Webinars
Past Webinars:
● Topic: Salesforce Reporting: SalesLoft Opportunity Generation Reporting
○ Link to Recording
Upcoming Webinars:
● Topic: SalesLoft Advanced Reporting - User Accountability & Engagement
Metrics
○ Date: January 15, 2019
● Topic: SalesLoft Advanced Reporting - Interaction Outcome Metrics
○ Date: February 19, 2019
Salesforce Reporting Webinar Series
Upcoming Webinar Topics
Need Assistance?
Accelerate Your Success with
Professional Services
sal.es/proserve
38
Thank You!

More Related Content

PPTX
Seo Proposal
PDF
Formation Google Analytics - bases
PDF
SEO Work Samples_Analytics Report - Feb_March 2022.pdf
PPTX
SEO Proposal for your website
PPTX
Best SEO Plan, Affordable SEO Plan - Aks Interactive
PDF
Search Engine Optimization Proposal PowerPoint Presentation Slides
PDF
Natural Language Search with Knowledge Graphs (Activate 2019)
PDF
SEO Proposal Template PowerPoint Presentation Slides
Seo Proposal
Formation Google Analytics - bases
SEO Work Samples_Analytics Report - Feb_March 2022.pdf
SEO Proposal for your website
Best SEO Plan, Affordable SEO Plan - Aks Interactive
Search Engine Optimization Proposal PowerPoint Presentation Slides
Natural Language Search with Knowledge Graphs (Activate 2019)
SEO Proposal Template PowerPoint Presentation Slides

Similar to SalesLoft Advanced Reporting - User Activity Metrics (20)

PDF
Opportunity Generation Reporting
PPTX
Salesforce Dreamforce 2019-Announcements
PDF
SalesLoft Advanced Reporting - Engagement Metrics
PDF
Barcelona Salesforce Admins Group (7-May-2019)
PDF
Dreamforce Global Gathering (Admin)
PPT
What Is CRM - Sales Activity Management
PPTX
salesforce-101-overview-training.pptx
PDF
Basic record creating techniques in Salesforce
PPTX
Dreamforce 2019 GG & Spring 20 release features - Halifax, Canada Community
PDF
#Sfugth Dreamforce 19 Admin Global Gathering presentation
PPTX
Introduction to Point-and-Click App Building
PPTX
Salesforfce Summer '17 release overview deck
PPTX
April 2015: Salesforce Basics for the Accidental Admin
PDF
Advanced Reporting Tips and Tricks for New Admins
PDF
Winter '20 Salesforce Release for Admins and Developers + New Salesforce Mobi...
PPTX
Salesforce Winter 17 Release Overview
PDF
Mastering Salesforce Reports and Dashboards: Drive Business Decisions with Yo...
PDF
Looking under the hood of your org with eclipse
PPTX
Salesforce Spring19 Release Overview Deck
PDF
The Basic Understanding Of Salesforce
Opportunity Generation Reporting
Salesforce Dreamforce 2019-Announcements
SalesLoft Advanced Reporting - Engagement Metrics
Barcelona Salesforce Admins Group (7-May-2019)
Dreamforce Global Gathering (Admin)
What Is CRM - Sales Activity Management
salesforce-101-overview-training.pptx
Basic record creating techniques in Salesforce
Dreamforce 2019 GG & Spring 20 release features - Halifax, Canada Community
#Sfugth Dreamforce 19 Admin Global Gathering presentation
Introduction to Point-and-Click App Building
Salesforfce Summer '17 release overview deck
April 2015: Salesforce Basics for the Accidental Admin
Advanced Reporting Tips and Tricks for New Admins
Winter '20 Salesforce Release for Admins and Developers + New Salesforce Mobi...
Salesforce Winter 17 Release Overview
Mastering Salesforce Reports and Dashboards: Drive Business Decisions with Yo...
Looking under the hood of your org with eclipse
Salesforce Spring19 Release Overview Deck
The Basic Understanding Of Salesforce
Ad

More from SalesLoftTraining (13)

PDF
Cadence strategy
PDF
Increasing sales efficiency with SalesLoft Automation Rules
PDF
The Buyer Journey - Closing the Gaps Using SalesLoft Cadences
PDF
SalesLoft Team Cadences
PDF
SalesLoft Dialer
PDF
SalesLoft U: Slack Integration for SalesLoft
PDF
SalesLoft's Calls Tab
PDF
SalesLoft Twitter Smart Panel
PDF
Using SalesLoft Snippets
PDF
Customizing Disposition and Sentiment
PDF
Connect for Salesforce
PDF
Automation Rules - Starter Kit
PPTX
Automation Rule - Automating by Success
Cadence strategy
Increasing sales efficiency with SalesLoft Automation Rules
The Buyer Journey - Closing the Gaps Using SalesLoft Cadences
SalesLoft Team Cadences
SalesLoft Dialer
SalesLoft U: Slack Integration for SalesLoft
SalesLoft's Calls Tab
SalesLoft Twitter Smart Panel
Using SalesLoft Snippets
Customizing Disposition and Sentiment
Connect for Salesforce
Automation Rules - Starter Kit
Automation Rule - Automating by Success
Ad

Recently uploaded (20)

PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Introduction to Artificial Intelligence
PDF
System and Network Administraation Chapter 3
PPT
Introduction Database Management System for Course Database
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Digital Strategies for Manufacturing Companies
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Nekopoi APK 2025 free lastest update
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Navsoft: AI-Powered Business Solutions & Custom Software Development
Introduction to Artificial Intelligence
System and Network Administraation Chapter 3
Introduction Database Management System for Course Database
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Upgrade and Innovation Strategies for SAP ERP Customers
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Digital Strategies for Manufacturing Companies
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Wondershare Filmora 15 Crack With Activation Key [2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Softaken Excel to vCard Converter Software.pdf
Odoo Companies in India – Driving Business Transformation.pdf
Digital Systems & Binary Numbers (comprehensive )
Design an Analysis of Algorithms I-SECS-1021-03
Nekopoi APK 2025 free lastest update
L1 - Introduction to python Backend.pptx
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx

SalesLoft Advanced Reporting - User Activity Metrics

  • 2. Jimmy Conley Sr. Technical Architect, Professional Services Meet Your Speakers Ginger Tranter Sr. Training Manager, Customer Education
  • 3. Housekeeping Items ● All lines are muted ● Use the Q&A box ● Recording will be emailed a few days after the webinar
  • 4. Background: ● 5+ years at Salesforce ● Dedicated Salesforce Consultant for Enterprise Customers ● 2+ years Marketing Automation Implementations (SMB to Enterprise Customers) ● Georgia State University - Marketing & Economics Hobbies/Interest: ● Playing guitar and bass ● Avid Atlanta sports fan ● Traveling ● Outdoor activities with my dog, Charlie ● Scuba Diving Introduction Certifications: ● Salesforce Advanced Administrator ● Salesforce Administrator ● Salesforce Consultant ● Pardot Consultant ● Pardot Specialists ● Salesforce Marketing Cloud Email Specialist Jimmy Conley Sr. Technical Account Manager Jimmy Conley - Sr. Technical Account Manager SalesLoft Professional Services Team
  • 5. ● IS: Review options for leveraging SalesLoft data in Salesforce User activity reports ● IS NOT: Provide step by step guidance on building Salesforce User activity reports using SalesLoft data Goal of Training Session Want to become a Salesforce expert? ● Create a FREE Developer Org: https://developer.salesforce.com/signup ● Use Salesforce Trailhead: https://trailhead.salesforce.com/en/home ○ Reports & Dashboards Trail: Introduction to Reports and Dashboards ● Salesforce Help & Training: https://support.salesforce.com/support ● SalesforceBen.com: Very useful site with a ton of Salesforce information
  • 6. ● Data and Processes needed to build reports: ○ SalesLoft Activity Logging ■ Expected Functionality (Completed Tasks) ○ Custom Fields ■ Activity, Lead, Contact, Account, Opportunity fields ○ Salesforce Report Types ■ Standard and Custom Report Types used ● Reporting Examples: ○ All Activities / User ○ All Emails / User ○ Leads & Contacts with Steps Due Today / User ○ Day 1 Steps Completed by User Today ○ Leads & Contacts with Overdue Steps Due / User ○ All Calls / Disposition & Sentiment / User ○ Active & Neglected Leads, Contacts, Accounts, and Opportunities / User ○ Active Account Penetration Agenda
  • 8. SalesLoft Activities in Salesforce CRM Integration & Field Mapping ● Ensure all SalesLoft Users with a Salesforce license have their CRM integration setup ● Ensure all SalesLoft Activity fields are mapped to Salesforce based on your needs
  • 9. SalesLoft Activities in Salesforce Activity Logging Expected Functionality ● All ‘Lofted’ emails, Cadence emails, and LinkedIn steps are logged to Salesforce ○ If Person is syncing to Salesforce Lead or Contact ● User must click ‘Log & Complete’ or ‘Log’ to log Calls & Other Steps: ○ If Person is syncing to Salesforce Lead or Contact ● SalesLoft syncs activities one direction to Salesforce ○ Creates new Task records ○ Updates SalesLoft created Task records ■ (i.e. View Count, Click Count, Reply Count, Bounced) ● SalesLoft logs all activities as Completed Tasks in Salesforce ○ Tasks not Events ○ Status = Completed ● WhoId and WhatId ○ WhoId = Lead or Contact record that is syncing with the Person in SalesLoft ○ WhatId = Account and OPEN Opportunity associated with Contact syncing with Person ■ Account: Based on standard Account relationship to Contact (Lookup) ■ Opportunity: Based on ANY Opportunity Contact Role (Junction Object)
  • 11. SalesLoft Person Fields - Custom Lead, Contact, Opportunity* Custom Fields: NOTE: Map each from Lead, to Contact, to Opportunity* ● Most Recent Cadence - Cadence Name ● Most Recent Cadence - Last Completed Step ● Most Recent Cadence - Next Due Date ● Most Recent Cadence - Next Step Recent Activity Fields ● Active Lead* ○ Field Type = Formula Field (Number) ● Active Contact* ○ Field Type = Formula Field (Number) ● Active Account* ○ Field Type = Formula Field (Number) ● Active Opportunity ○ Field Type = Formula Field (Number) * Field included in SalesLoft Dashboard package. Salesforce Custom Fields & Mapping *NOTE: Opportunity fields not needed to Activity reports, but are used in SalesLoft Opportunity reports Formula for all four ‘Active’ fields: IF( TODAY () - LastActivityDate <= 30, 1,0) What does this return? Any record with an activity logged against it in the last 30 days. NOTE: Replace 30 with whatever date range your organization prefers. (i.e. 14) VIDEO: Salesforce Reporting Hack: Power of One
  • 12. Salesforce Custom Activity Fields & Mapping Field Creation, Mapping, & Testing: 1. Create custom Activity fields in Salesforce for the fields your organization wants to report on 2. Map these Activity fields in SalesLoft to Salesforce custom and default fields 3. Ensure all Tasks are logged correctly in Salesforce and field values are populated NOTE: Check activity sync errors if Task is not logged: Text Custom/Standard SF Field Type Cadence Name Custom Text Call Disposition Custom Text Call Sentiment Custom Text Cadence External Identifier Custom Text Cadence Id Custom Text Email Template Title Custom Text Clicked Count Custom Number Viewed Count Custom Number Replies Count Custom Number Meeting Assigned To Custom Text Meeting Date Custom Date Meeting Duration Custom Number Meeting Name Custom Text Meeting Start Time Custom Text Step Day Custom Number Step Name Custom Text Call Duration Standard Number Type Standard Text
  • 13. SalesLoft Type Custom Formula Field (Activity) What? A custom Activity formula field to show the Type for all SalesLoft activities Why? Automatically define the Type for each Task record created by SalesLoft in Salesforce How? Custom Activity formula field based on the Subject of the Task Formula: IF(BEGINS(Subject,'Email:'),'Email', IF(BEGINS(Subject,'Call'),'Call', IF(BEGINS(Subject,'LinkedIn:'),'LinkedIn', IF(BEGINS(Subject,'Meeting Booked:'),'Meeting', IF(BEGINS(Subject,'Other:'),'Other', IF(BEGINS(Subject,'Reply:'),'Reply', IF(BEGINS(Subject,'Note'),'Note', NULL)))))))
  • 15. What is a report type? ● Like a template which makes reporting easier ● Determines which fields and records are available for use when creating a report ● Based on the relationships between a primary object and its related objects. ○ i.e. ‘Accounts and Contacts’ ‘Accounts’ is the primary object and ‘Contacts’ is the related object. ● Out of the box, Salesforce provides a set of predefined standard report types. ○ Don’t see all the fields you want? You might need to create a custom report type. Salesforce Report Types Objects
  • 16. Salesforce Report Types (SCREENSHOT)
  • 17. Tasks & Events Report Types ● Tasks & Events ○ Includes all Tasks fields but limited Lead, Contact, Account, or Opportunity fields. ■ All contact information from Lead or Contact (email, phone, address) ● “Lead” and “Contact” fields: ○ Will display the “WhoId” which is the Lead or Contact related to the Activity ● Account/Company field: ○ If WhoId is Contact: Reference from Contact’s Account ■ Available Account Fields: Account Owner, Account Owner Alias, Account ID, Parent Account, Parent Account ID, Account/Lead Rating, Account Type, Account Site ○ If WhoId is Lead: Reference from Lead Company field value ● Opportunity: Will display Opportunity name if Task was logged against a Contact related to an Open Opportunity via Opportunity Contact Roles ○ Available Opportunity Fields: Opportunity Stage, Opportunity Lead Source
  • 18. Additional Standard Report Types ● Activities with Leads ○ Includes all Activity fields and Lead fields (determined by WhoId) ● Activities with Contacts ○ Includes all Activity fields and all Contact and Account fields (determined by WhoId) ● Activities with Accounts ○ Includes all Activity fields and Account fields (determined by WhatId) ● Activities with Opportunities ○ Includes all Activity fields and all Opportunity and Account fields (determined by WhatId)
  • 20. All Activities / User Report Type: Tasks and Events Lightning Experience Salesforce Classic NOTE: This field uses the ‘SalesLoft Type’ activity field referenced on slide 13 ● You can use ‘Type’ if you are populating this value for all records
  • 21. All Emails / User Report Type: Tasks and Events Lightning Experience Salesforce Classic NOTE: This report groups based on Task ‘Assigned’ Owner their Role ● You can group based on another User field if you aren’t using Roles
  • 22. All Calls / Disposition & Sentiment Report Type: Tasks and Events Lightning Experience Salesforce Classic NOTE: If a Task has a Disposition or Sentiment value that is null, it will appear in the report at ‘-’ ● You can filter these out if you’d prefer
  • 23. Leads with Steps Due Today / User Report Type: Leads Lightning Experience Salesforce Classic NOTE: This report groups based on Lead Owner and Lead Owner Role ● You can group based on another User field if you aren’t using Roles Article: Salesforce Relative Date Filter Reference
  • 24. Contacts with Steps Due Today / User Report Type: Contacts and Accounts Lightning Experience Salesforce Classic NOTE: This report groups based on Contact Owner and Contact Owner Role ● You can group based on another User field if you aren’t using Roles Article: Salesforce Relative Date Filter Reference
  • 25. Leads with Upcoming Steps by Cadence Report Type: Leads Lightning Experience Salesforce Classic NOTE: Most Recent Cadence - Next Step Due Date is grouped by Month ● You can group date fields by day, week, month, quarter, or year
  • 26. Contacts with Upcoming Steps by Cadence Report Type: Contacts and Accounts Lightning Experience Salesforce Classic NOTE: Most Recent Cadence - Next Step Due Date is grouped by Month ● You can group date fields by day, week, month, quarter, or year
  • 27. Day 1 Steps Completed Today Report Type: Tasks and Events Lightning Experience Salesforce Classic NOTE: This report will be accurate if your first Cadence step is on day 1 ● If there are specific Cadences that do not, you can filter them from this report or update the criteria Included in Salesloft Dashboard Package 2.0 Article: Salesforce Relative Date Filter Reference
  • 28. Overdue Steps by User (Leads) Report Type: Leads Lightning Experience Salesforce Classic NOTE: This report groups based on Lead Owner and Lead Owner Role ● You can group based on another User field if you aren’t using Roles Article: Salesforce Relative Date Filter Reference
  • 29. Overdue Steps by User (Contacts) Report Type: Contacts & Accounts Lightning Experience Salesforce Classic NOTE: This report groups based on Contact Owner and Contact Owner Role ● You can group based on another User field if you aren’t using Roles Article: Salesforce Relative Date Filter Reference
  • 30. Active/Neglected Leads Report Type: Leads Lightning Experience Salesforce Classic NOTE: Summarize ‘Active Lead’ field in the report so display the ‘SUM’. ● See slide 8 in this deck for reference Included in Salesloft Dashboard Package 2.0
  • 31. Active/Neglected Contacts Report Type: Contacts & Accounts Lightning Experience Salesforce Classic NOTE: Summarize ‘Active Contact’ field in the report to display the ‘SUM’. ● See slide 8 in this deck for reference Included in Salesloft Dashboard Package 2.0
  • 32. Active/Neglected Accounts Report Type: Accounts Lightning Experience Salesforce Classic NOTE: Summarize ‘Active Account’ field in the report to display the ‘SUM’. ● See slide 8 in this deck for reference Included in Salesloft Dashboard Package 2.0
  • 33. Active/Neglected Opportunities Report Type: Opportunities Lightning Experience Salesforce Classic NOTE: Summarize ‘Active Opportunity‘ field in the report to display the ‘SUM’. ● See slide 8 in this deck for reference
  • 34. Account Penetration (Active Accounts) Report Type: Contacts and Accounts Lightning Experience Salesforce Classic NOTE: Summarize ‘Active Contact’ field in the report to display the ‘SUM’. ● See slide 8 in this deck for reference
  • 36. Past Webinars: ● Topic: Salesforce Reporting: SalesLoft Opportunity Generation Reporting ○ Link to Recording Upcoming Webinars: ● Topic: SalesLoft Advanced Reporting - User Accountability & Engagement Metrics ○ Date: January 15, 2019 ● Topic: SalesLoft Advanced Reporting - Interaction Outcome Metrics ○ Date: February 19, 2019 Salesforce Reporting Webinar Series Upcoming Webinar Topics
  • 38. Accelerate Your Success with Professional Services sal.es/proserve 38