SlideShare a Scribd company logo
1 of 39
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

What's hot

Advertising tech winning pitch deck
Advertising tech winning pitch deckAdvertising tech winning pitch deck
Advertising tech winning pitch deckBryce North
 
Hooks and Upsell: Bottoms-Up Product and GTM Strategy
Hooks and Upsell: Bottoms-Up Product and GTM StrategyHooks and Upsell: Bottoms-Up Product and GTM Strategy
Hooks and Upsell: Bottoms-Up Product and GTM StrategyVivek Saraswat
 
Customer Success = Customer Outcomes + Customer Experience
Customer Success = Customer Outcomes + Customer ExperienceCustomer Success = Customer Outcomes + Customer Experience
Customer Success = Customer Outcomes + Customer ExperienceGainsight
 
How to Drive Top-Line Growth with Customer Success Management Metrics
How to Drive Top-Line Growth with Customer Success Management MetricsHow to Drive Top-Line Growth with Customer Success Management Metrics
How to Drive Top-Line Growth with Customer Success Management MetricsGainsight
 
The Buyer Journey - Closing the Gaps Using SalesLoft Cadences
The Buyer Journey - Closing the Gaps Using SalesLoft CadencesThe Buyer Journey - Closing the Gaps Using SalesLoft Cadences
The Buyer Journey - Closing the Gaps Using SalesLoft CadencesSalesLoftTraining
 
How to measure your success as a Customer Success Manager
How to measure your success as a Customer Success ManagerHow to measure your success as a Customer Success Manager
How to measure your success as a Customer Success ManagerAmity
 
Mpc brand activation
Mpc brand activationMpc brand activation
Mpc brand activationAndrei Barbu
 
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...Tenbound
 
Snapchat Advertising Sales Deck
Snapchat Advertising Sales DeckSnapchat Advertising Sales Deck
Snapchat Advertising Sales DeckRyan Gum
 
Get inside your Buyers Head - Improve Funnel Conversion Rates
Get inside your Buyers Head - Improve Funnel Conversion RatesGet inside your Buyers Head - Improve Funnel Conversion Rates
Get inside your Buyers Head - Improve Funnel Conversion RatesDavid Skok
 
Sales Enablement Channel Management Powerpoint Presentation Slides
Sales Enablement Channel Management Powerpoint Presentation SlidesSales Enablement Channel Management Powerpoint Presentation Slides
Sales Enablement Channel Management Powerpoint Presentation SlidesSlideTeam
 
Go-to-Market Best Practices for Startups
Go-to-Market Best Practices for StartupsGo-to-Market Best Practices for Startups
Go-to-Market Best Practices for Startupsa16z
 
HubSpot go-to-market strategy
HubSpot go-to-market strategyHubSpot go-to-market strategy
HubSpot go-to-market strategyMassTLC
 
How to Succeed Across Channels with Omnichannel Marketing
How to Succeed Across Channels with  Omnichannel MarketingHow to Succeed Across Channels with  Omnichannel Marketing
How to Succeed Across Channels with Omnichannel MarketingTinuiti
 
Pitch Deck Template 3 (reading version) - BaseTemplates
Pitch Deck Template 3 (reading version) - BaseTemplatesPitch Deck Template 3 (reading version) - BaseTemplates
Pitch Deck Template 3 (reading version) - BaseTemplatesVasyl Slobodian
 
Lessons Learned: How to Land, Expand, and Expand Again
Lessons Learned: How to Land, Expand, and Expand AgainLessons Learned: How to Land, Expand, and Expand Again
Lessons Learned: How to Land, Expand, and Expand Againsaastr
 
The Key Drivers for SaaS Success
The Key Drivers for SaaS SuccessThe Key Drivers for SaaS Success
The Key Drivers for SaaS SuccessDavid Skok
 
Digital marketing & branding agency profile PDF presentation - Upreports
Digital marketing & branding agency profile PDF presentation - UpreportsDigital marketing & branding agency profile PDF presentation - Upreports
Digital marketing & branding agency profile PDF presentation - UpreportsUpReports
 
The importance of the human touch to lead nurturing
The importance of the human touch to lead nurturingThe importance of the human touch to lead nurturing
The importance of the human touch to lead nurturingZoho SalesIQ
 

What's hot (20)

Advertising tech winning pitch deck
Advertising tech winning pitch deckAdvertising tech winning pitch deck
Advertising tech winning pitch deck
 
Hooks and Upsell: Bottoms-Up Product and GTM Strategy
Hooks and Upsell: Bottoms-Up Product and GTM StrategyHooks and Upsell: Bottoms-Up Product and GTM Strategy
Hooks and Upsell: Bottoms-Up Product and GTM Strategy
 
Customer Success = Customer Outcomes + Customer Experience
Customer Success = Customer Outcomes + Customer ExperienceCustomer Success = Customer Outcomes + Customer Experience
Customer Success = Customer Outcomes + Customer Experience
 
How to Drive Top-Line Growth with Customer Success Management Metrics
How to Drive Top-Line Growth with Customer Success Management MetricsHow to Drive Top-Line Growth with Customer Success Management Metrics
How to Drive Top-Line Growth with Customer Success Management Metrics
 
The Buyer Journey - Closing the Gaps Using SalesLoft Cadences
The Buyer Journey - Closing the Gaps Using SalesLoft CadencesThe Buyer Journey - Closing the Gaps Using SalesLoft Cadences
The Buyer Journey - Closing the Gaps Using SalesLoft Cadences
 
How to measure your success as a Customer Success Manager
How to measure your success as a Customer Success ManagerHow to measure your success as a Customer Success Manager
How to measure your success as a Customer Success Manager
 
Mpc brand activation
Mpc brand activationMpc brand activation
Mpc brand activation
 
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...
Sendoso Sales Playbook: Solidify relationships with personalized sending [ten...
 
Snapchat Advertising Sales Deck
Snapchat Advertising Sales DeckSnapchat Advertising Sales Deck
Snapchat Advertising Sales Deck
 
Get inside your Buyers Head - Improve Funnel Conversion Rates
Get inside your Buyers Head - Improve Funnel Conversion RatesGet inside your Buyers Head - Improve Funnel Conversion Rates
Get inside your Buyers Head - Improve Funnel Conversion Rates
 
Sales Enablement Channel Management Powerpoint Presentation Slides
Sales Enablement Channel Management Powerpoint Presentation SlidesSales Enablement Channel Management Powerpoint Presentation Slides
Sales Enablement Channel Management Powerpoint Presentation Slides
 
Go-to-Market Best Practices for Startups
Go-to-Market Best Practices for StartupsGo-to-Market Best Practices for Startups
Go-to-Market Best Practices for Startups
 
HubSpot go-to-market strategy
HubSpot go-to-market strategyHubSpot go-to-market strategy
HubSpot go-to-market strategy
 
How to Succeed Across Channels with Omnichannel Marketing
How to Succeed Across Channels with  Omnichannel MarketingHow to Succeed Across Channels with  Omnichannel Marketing
How to Succeed Across Channels with Omnichannel Marketing
 
Pitch Deck Template 3 (reading version) - BaseTemplates
Pitch Deck Template 3 (reading version) - BaseTemplatesPitch Deck Template 3 (reading version) - BaseTemplates
Pitch Deck Template 3 (reading version) - BaseTemplates
 
Lessons Learned: How to Land, Expand, and Expand Again
Lessons Learned: How to Land, Expand, and Expand AgainLessons Learned: How to Land, Expand, and Expand Again
Lessons Learned: How to Land, Expand, and Expand Again
 
Sales Kickoff Plan
Sales Kickoff PlanSales Kickoff Plan
Sales Kickoff Plan
 
The Key Drivers for SaaS Success
The Key Drivers for SaaS SuccessThe Key Drivers for SaaS Success
The Key Drivers for SaaS Success
 
Digital marketing & branding agency profile PDF presentation - Upreports
Digital marketing & branding agency profile PDF presentation - UpreportsDigital marketing & branding agency profile PDF presentation - Upreports
Digital marketing & branding agency profile PDF presentation - Upreports
 
The importance of the human touch to lead nurturing
The importance of the human touch to lead nurturingThe importance of the human touch to lead nurturing
The importance of the human touch to lead nurturing
 

Similar to SalesLoft Advanced Reporting - User Activity Metrics

Opportunity Generation Reporting
Opportunity Generation Reporting Opportunity Generation Reporting
Opportunity Generation Reporting SalesLoftTraining
 
Bowling Green Dev Trailblazers Jan 2024.pptx
Bowling Green Dev Trailblazers Jan 2024.pptxBowling Green Dev Trailblazers Jan 2024.pptx
Bowling Green Dev Trailblazers Jan 2024.pptxLaysonline
 
Salesforce Spring 17 Release Overview
Salesforce Spring 17 Release OverviewSalesforce Spring 17 Release Overview
Salesforce Spring 17 Release OverviewRoy Gilad
 
2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdf2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdfanimuscrm
 
Implementing salesforce for B2C - Salesforce #DUG
Implementing salesforce for B2C - Salesforce #DUGImplementing salesforce for B2C - Salesforce #DUG
Implementing salesforce for B2C - Salesforce #DUGFabrice Cathala
 
What Is CRM - Sales Activity Management
What Is CRM - Sales Activity ManagementWhat Is CRM - Sales Activity Management
What Is CRM - Sales Activity Managementtjbarker
 
Salesforce Innovation: Advanced Tips for Maximizing Salesforce
Salesforce Innovation: Advanced Tips for Maximizing SalesforceSalesforce Innovation: Advanced Tips for Maximizing Salesforce
Salesforce Innovation: Advanced Tips for Maximizing SalesforcePerficient, Inc.
 
Salesforce Lightning Experience Overview by Brainiate
Salesforce Lightning Experience Overview by BrainiateSalesforce Lightning Experience Overview by Brainiate
Salesforce Lightning Experience Overview by Brainiatebrainiate
 
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...Marc Lester
 
Aan009 Contreras 091907
Aan009 Contreras 091907Aan009 Contreras 091907
Aan009 Contreras 091907Dreamforce07
 
Transform your Account Analysis and Drilldown using User-Defined Views in R12
Transform your Account Analysis and Drilldown using User-Defined Views in R12Transform your Account Analysis and Drilldown using User-Defined Views in R12
Transform your Account Analysis and Drilldown using User-Defined Views in R12Prithis Das, PMP, OCS ☁️
 
Introduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingIntroduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingSalesforce Developers
 
Barcelona Salesforce Admins Group (7-May-2019)
Barcelona Salesforce Admins Group (7-May-2019)Barcelona Salesforce Admins Group (7-May-2019)
Barcelona Salesforce Admins Group (7-May-2019)Roger Borges Grilo
 
Learn MOAR Salesforce Winter '20 Event Frankfurt, Germany
Learn MOAR  Salesforce Winter '20 Event Frankfurt, GermanyLearn MOAR  Salesforce Winter '20 Event Frankfurt, Germany
Learn MOAR Salesforce Winter '20 Event Frankfurt, GermanyAlan Thomas Payne
 
Barcelona Administrator Study Group-5oct2019
Barcelona Administrator Study Group-5oct2019Barcelona Administrator Study Group-5oct2019
Barcelona Administrator Study Group-5oct2019animuscrm
 
What's New in Dynamics CRM 2013
What's New in Dynamics CRM 2013What's New in Dynamics CRM 2013
What's New in Dynamics CRM 2013Affiliated
 
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Group
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins GroupSalesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Group
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Groupanimuscrm
 
Revolutionize Financial Services with AI-driven intent + SFMC Journeys
Revolutionize Financial Services with AI-driven intent + SFMC JourneysRevolutionize Financial Services with AI-driven intent + SFMC Journeys
Revolutionize Financial Services with AI-driven intent + SFMC JourneysDemandbase
 

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

Opportunity Generation Reporting
Opportunity Generation Reporting Opportunity Generation Reporting
Opportunity Generation Reporting
 
Bowling Green Dev Trailblazers Jan 2024.pptx
Bowling Green Dev Trailblazers Jan 2024.pptxBowling Green Dev Trailblazers Jan 2024.pptx
Bowling Green Dev Trailblazers Jan 2024.pptx
 
Salesforce Spring 17 Release Overview
Salesforce Spring 17 Release OverviewSalesforce Spring 17 Release Overview
Salesforce Spring 17 Release Overview
 
2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdf2022-October In-person Meetup-Barcelona Admins Group.pdf
2022-October In-person Meetup-Barcelona Admins Group.pdf
 
Implementing salesforce for B2C - Salesforce #DUG
Implementing salesforce for B2C - Salesforce #DUGImplementing salesforce for B2C - Salesforce #DUG
Implementing salesforce for B2C - Salesforce #DUG
 
What Is CRM - Sales Activity Management
What Is CRM - Sales Activity ManagementWhat Is CRM - Sales Activity Management
What Is CRM - Sales Activity Management
 
Salesforce Innovation: Advanced Tips for Maximizing Salesforce
Salesforce Innovation: Advanced Tips for Maximizing SalesforceSalesforce Innovation: Advanced Tips for Maximizing Salesforce
Salesforce Innovation: Advanced Tips for Maximizing Salesforce
 
Salesforce Lightning Experience Overview by Brainiate
Salesforce Lightning Experience Overview by BrainiateSalesforce Lightning Experience Overview by Brainiate
Salesforce Lightning Experience Overview by Brainiate
 
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...
Jax, FL Admin Group Presents: Accounting Seed Overview & Pardot vs Marketing ...
 
Supporting References in Oracle EBS R12
Supporting References in Oracle EBS R12Supporting References in Oracle EBS R12
Supporting References in Oracle EBS R12
 
Aan009 Contreras 091907
Aan009 Contreras 091907Aan009 Contreras 091907
Aan009 Contreras 091907
 
Einstein Analytics
Einstein Analytics Einstein Analytics
Einstein Analytics
 
Transform your Account Analysis and Drilldown using User-Defined Views in R12
Transform your Account Analysis and Drilldown using User-Defined Views in R12Transform your Account Analysis and Drilldown using User-Defined Views in R12
Transform your Account Analysis and Drilldown using User-Defined Views in R12
 
Introduction to Point-and-Click App Building
Introduction to Point-and-Click App BuildingIntroduction to Point-and-Click App Building
Introduction to Point-and-Click App Building
 
Barcelona Salesforce Admins Group (7-May-2019)
Barcelona Salesforce Admins Group (7-May-2019)Barcelona Salesforce Admins Group (7-May-2019)
Barcelona Salesforce Admins Group (7-May-2019)
 
Learn MOAR Salesforce Winter '20 Event Frankfurt, Germany
Learn MOAR  Salesforce Winter '20 Event Frankfurt, GermanyLearn MOAR  Salesforce Winter '20 Event Frankfurt, Germany
Learn MOAR Salesforce Winter '20 Event Frankfurt, Germany
 
Barcelona Administrator Study Group-5oct2019
Barcelona Administrator Study Group-5oct2019Barcelona Administrator Study Group-5oct2019
Barcelona Administrator Study Group-5oct2019
 
What's New in Dynamics CRM 2013
What's New in Dynamics CRM 2013What's New in Dynamics CRM 2013
What's New in Dynamics CRM 2013
 
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Group
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins GroupSalesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Group
Salesforce Admin Group-Barcelona-2022-07-05 In-person Meetup-BCN Admins Group
 
Revolutionize Financial Services with AI-driven intent + SFMC Journeys
Revolutionize Financial Services with AI-driven intent + SFMC JourneysRevolutionize Financial Services with AI-driven intent + SFMC Journeys
Revolutionize Financial Services with AI-driven intent + SFMC Journeys
 

More from SalesLoftTraining

Increasing sales efficiency with SalesLoft Automation Rules
 Increasing sales efficiency with SalesLoft Automation Rules Increasing sales efficiency with SalesLoft Automation Rules
Increasing sales efficiency with SalesLoft Automation RulesSalesLoftTraining
 
SalesLoft Advanced Reporting - Engagement Metrics
SalesLoft Advanced Reporting - Engagement MetricsSalesLoft Advanced Reporting - Engagement Metrics
SalesLoft Advanced Reporting - Engagement MetricsSalesLoftTraining
 
SalesLoft U: Slack Integration for SalesLoft
SalesLoft U: Slack Integration for SalesLoftSalesLoft U: Slack Integration for SalesLoft
SalesLoft U: Slack Integration for SalesLoftSalesLoftTraining
 
SalesLoft Twitter Smart Panel
SalesLoft Twitter Smart PanelSalesLoft Twitter Smart Panel
SalesLoft Twitter Smart PanelSalesLoftTraining
 
Customizing Disposition and Sentiment
Customizing Disposition and SentimentCustomizing Disposition and Sentiment
Customizing Disposition and SentimentSalesLoftTraining
 
Automation Rules - Starter Kit
Automation Rules - Starter KitAutomation Rules - Starter Kit
Automation Rules - Starter KitSalesLoftTraining
 
Automation Rule - Automating by Success
Automation Rule - Automating by SuccessAutomation Rule - Automating by Success
Automation Rule - Automating by SuccessSalesLoftTraining
 

More from SalesLoftTraining (13)

Cadence strategy
Cadence strategyCadence strategy
Cadence strategy
 
Increasing sales efficiency with SalesLoft Automation Rules
 Increasing sales efficiency with SalesLoft Automation Rules Increasing sales efficiency with SalesLoft Automation Rules
Increasing sales efficiency with SalesLoft Automation Rules
 
SalesLoft Advanced Reporting - Engagement Metrics
SalesLoft Advanced Reporting - Engagement MetricsSalesLoft Advanced Reporting - Engagement Metrics
SalesLoft Advanced Reporting - Engagement Metrics
 
SalesLoft Team Cadences
SalesLoft Team Cadences SalesLoft Team Cadences
SalesLoft Team Cadences
 
SalesLoft Dialer
SalesLoft Dialer SalesLoft Dialer
SalesLoft Dialer
 
SalesLoft U: Slack Integration for SalesLoft
SalesLoft U: Slack Integration for SalesLoftSalesLoft U: Slack Integration for SalesLoft
SalesLoft U: Slack Integration for SalesLoft
 
SalesLoft's Calls Tab
SalesLoft's Calls TabSalesLoft's Calls Tab
SalesLoft's Calls Tab
 
SalesLoft Twitter Smart Panel
SalesLoft Twitter Smart PanelSalesLoft Twitter Smart Panel
SalesLoft Twitter Smart Panel
 
Using SalesLoft Snippets
Using SalesLoft SnippetsUsing SalesLoft Snippets
Using SalesLoft Snippets
 
Customizing Disposition and Sentiment
Customizing Disposition and SentimentCustomizing Disposition and Sentiment
Customizing Disposition and Sentiment
 
Connect for Salesforce
Connect for Salesforce Connect for Salesforce
Connect for Salesforce
 
Automation Rules - Starter Kit
Automation Rules - Starter KitAutomation Rules - Starter Kit
Automation Rules - Starter Kit
 
Automation Rule - Automating by Success
Automation Rule - Automating by SuccessAutomation Rule - Automating by Success
Automation Rule - Automating by Success
 

Recently uploaded

Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Naraina Delhi 💯Call Us 🔝8264348440🔝
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 

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