SlideShare a Scribd company logo
1 of 26
6 Cool Tips For Salesforce Admins
  Salesforce.com Los Angeles User Group Meeting
                    7/25/2012
Henry C. Abenaim
           General Manager
        Infinity Capital Funding
Email: henry@infinitycapitalonline.com
6 Cool Tips For Salesforce Admins

1. Monitoring Turnaround Time

2. Clustering Data to Easily Fit on Screen

3. Solving Filter Limitations

4. Monitoring Calls Logged in Morning vs. Afternoon

5. Auto Populating Lead Costs

6. Rotating Assignment of Leads, Cases, or Incoming Email
1. Monitoring Turnaround Time
The Problem:
• How to monitor turnaround time (without
  counting weekends).

   Example: Underwriting or Production turnaround time.
1. Monitoring Turnaround Time
Formula Field Syntax
1. Monitoring Turnaround Time
 How it works

                 Sun         Mon         Tue         Wed         Thurs        Fri         Sat
Date Started   7/22/2012   7/23/2012   7/24/2012   7/25/2012   7/26/2012   7/27/2012   7/28/2012
Anchor Date
(Monday)       6/24/1985   6/24/1985   6/24/1985   6/24/1985   6/24/1985   6/24/1985   6/24/1985
Diff             9890        9891        9892        9893        9894        9895        9896
MOD               6           0           1           2           3           4           5


                  Fri         Sat        Sun         Mon         Tue         Wed         Thurs
Date Finished 7/27/2012    7/28/2012   7/29/2012   7/30/2012   7/31/2012   8/1/2012    8/2/2012
Minus Date
Started           5           5           5           5           5           5           5
MOD               5           5           5           5           5           5           5
CASE
Formula           5           5           4           4           4           4           4
1. Monitoring Turnaround Time
Dashboard Bar Chart
2. Clustering Data to Easily Fit on
                 Screen
The Problem:
• How to easily fit numerous fields/columns on
  a List-view or Report without extending
  beyond the width of the screen or page.

   Example: List view displaying full lead contact info. (Company name,
    Owner name, Address, Phone, Mobile, Fax, Email, Owner, Date
    Created, Status, etc.)
2. Clustering Data to Easily Fit on
                  Screen
Formula Field Syntax
2. Clustering Data to Easily Fit on
                  Screen
List View & Report
3. Solving Filter Limitations
The Problem:
• How to go beyond filter limitations for list-
  views and reports.

   Example: To remove certain records from a specific report of list based
    on field value criteria.
3. Solving Filter Limitations
The Solution!
• Formula field with “IF” Function
• One Filter is needed!
3. Solving Filter Limitations
Formula Field Syntax
3. Solving Filter Limitations
How it works:
• The formula field will display “0” when all the filter criteria is
  true. If some of the filter criteria is not true, it will display a
  number greater than “1.”
• Only need one filter on List views & reports (Field is Less or
  Equal to “0”).
• Benefits:
   – Can have numerous filter criteria…
   – Can have identical filter criteria on List-views, reports, grids, etc.
4. Monitoring Calls - Morning vs.
               Afternoon
The Problem:
• How to monitor sales or customer support
  calls volume done in the morning vs. the
  afternoon hours. (It’s amazing what can be
  discovered!)

   Example: Collections or sales reps making daily calls.
4. Monitoring Calls - Morning vs.
               Afternoon
Formula Syntax




 How it works:
 The “TEXT” function converts the date/time field into a text
 string, and the “MID” function copies the hour digits.
4. Monitoring Calls - Morning vs.
               Afternoon
Dashboard Bar Chart (with bucket field)
5. Auto Populating Lead Costs
The Problem:
• How to automatically populate the cost of
  each lead purchased.

   Example: Costs of Leads based on multiple Lead sources.
5. Auto Populating Lead Costs
Create Two Fields
1)   Formula Field
     Name: Lead Price – Formula
     Syntax:
              CASE(LeadSource,
             "Salesgenie",20.00,
             "LeadsDirect",30.00,
             "HotLeads NY",15.00,
             "HotLeads CA",20.00,
             "Web Lead",10.00,
             null)


2)   Regular Text Field
     Name: Lead Price
5. Auto Populating Lead Costs
Workflow Rule/Field Update
1) Workflow Rule:
  a. Every time a record is created or edited
  b. Run this rule if the following Formula Evaluates to True:
          ISCHANGED( LeadSource )



2) Immediate Workflow Actions
  a. Field Update.
     a.   (to place the formula field into the regular text field.)
5. Auto Populating Lead Costs
Dashboard Bar Chart
6. Rotating Assignment of
    Leads, Cases, or Incoming Email
The Problem:
• How to auto assign ownership of Cases or
  Leads to reps on a rotating basis.

   Example: To assign incoming leads, cases, or email evenly amongst
    your users.
6. Rotating Assignment of
     Leads, Cases, or Incoming Email
The Solution!
• Email-to-case
• 2 Custom Fields.
• Case Assignment rules
6. Rotating Assignment of
     Leads, Cases, or Incoming Email
Steps 1 & 2
1) Create an “Email-to-Case”
2) Create 2 custom fields on the Case object:
       FIELD #1:
       Field Label: Case Number (1)
       Data Type: Auto Number
       Description: ID used for assignment allocation
       Display Format: {0}

       FIELD #2:
       Field Label: Case Number 2
       Data Type: Formula
       Description: Formula to convert the “Case Number (1)” 1 into a “1” or a “2”
       Formula Syntax: MOD( VALUE( Case_Number__c ) ,2)+1
6. Rotating Assignment of
     Leads, Cases, or Incoming Email
Step 3
 3) Case Assignment Rule:
    Case: Case Number 2 EQUALS 1
    Case: Case Number 2 EQUALS 2

           Case Number (1)   MOD (Divided by2)   Case Number 2
                  1                 1                  2
                  2                 0                  1
                  3                 1                  2
                  4                 0                  1
                  5                 1                  2
                  6                 0                  1
                  7                 1                  2
                  8                 0                  1
                  9                 1                  2
                 10                 0                  1
Thank you…

More Related Content

Similar to 6 Cool Tips For Salesforce Admins

10x improvement-mysql-100419105218-phpapp02
10x improvement-mysql-100419105218-phpapp0210x improvement-mysql-100419105218-phpapp02
10x improvement-mysql-100419105218-phpapp02
promethius
 
10x Performance Improvements
10x Performance Improvements10x Performance Improvements
10x Performance Improvements
Ronald Bradford
 
MSOffice and Data Entry JUN2012
MSOffice and Data Entry JUN2012MSOffice and Data Entry JUN2012
MSOffice and Data Entry JUN2012
Erin Lee
 

Similar to 6 Cool Tips For Salesforce Admins (20)

Optimize your data pipeline without rewriting it - Bigdata tech warsaw 2020
Optimize your data pipeline without rewriting it - Bigdata tech warsaw 2020Optimize your data pipeline without rewriting it - Bigdata tech warsaw 2020
Optimize your data pipeline without rewriting it - Bigdata tech warsaw 2020
 
Optimise your data pipeline without rewriting it - Big data conference Vilnius
Optimise your data pipeline without rewriting it - Big data conference Vilnius  Optimise your data pipeline without rewriting it - Big data conference Vilnius
Optimise your data pipeline without rewriting it - Big data conference Vilnius
 
Building a Marketing Data Warehouse from Scratch - SMX Advanced 202
Building a Marketing Data Warehouse from Scratch - SMX Advanced 202Building a Marketing Data Warehouse from Scratch - SMX Advanced 202
Building a Marketing Data Warehouse from Scratch - SMX Advanced 202
 
Surfing Microsoft 365 waves: a Microsoft 365 roadmap analysis with Power BI -...
Surfing Microsoft 365 waves: a Microsoft 365 roadmap analysis with Power BI -...Surfing Microsoft 365 waves: a Microsoft 365 roadmap analysis with Power BI -...
Surfing Microsoft 365 waves: a Microsoft 365 roadmap analysis with Power BI -...
 
Sage100 Tips and Tricks - Spring 2020
Sage100 Tips and Tricks - Spring 2020Sage100 Tips and Tricks - Spring 2020
Sage100 Tips and Tricks - Spring 2020
 
VT University Live Session 3
VT University Live Session 3VT University Live Session 3
VT University Live Session 3
 
Christian Winther Kristensen
Christian Winther KristensenChristian Winther Kristensen
Christian Winther Kristensen
 
OLAP – Creating Cubes with SQL Server Analysis Services
OLAP – Creating Cubes with SQL Server Analysis ServicesOLAP – Creating Cubes with SQL Server Analysis Services
OLAP – Creating Cubes with SQL Server Analysis Services
 
From Waterfall to Weekly Releases: A Case Study in using Evo and Kanban (2004...
From Waterfall to Weekly Releases: A Case Study in using Evo and Kanban (2004...From Waterfall to Weekly Releases: A Case Study in using Evo and Kanban (2004...
From Waterfall to Weekly Releases: A Case Study in using Evo and Kanban (2004...
 
10x improvement-mysql-100419105218-phpapp02
10x improvement-mysql-100419105218-phpapp0210x improvement-mysql-100419105218-phpapp02
10x improvement-mysql-100419105218-phpapp02
 
10x Performance Improvements
10x Performance Improvements10x Performance Improvements
10x Performance Improvements
 
Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010
 
Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010
 
Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010
 
Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010Fundamentals Of Data Mining 2010
Fundamentals Of Data Mining 2010
 
Surviving the hype cycle Shortcuts to split testing success
Surviving the hype cycle   Shortcuts to split testing successSurviving the hype cycle   Shortcuts to split testing success
Surviving the hype cycle Shortcuts to split testing success
 
Smu bca sem 6 summer 2015 assignments
Smu bca sem 6 summer 2015 assignmentsSmu bca sem 6 summer 2015 assignments
Smu bca sem 6 summer 2015 assignments
 
Training Module
Training ModuleTraining Module
Training Module
 
MSOffice and Data Entry JUN2012
MSOffice and Data Entry JUN2012MSOffice and Data Entry JUN2012
MSOffice and Data Entry JUN2012
 
Managing the Complexities of Conversion to S1000D
Managing the Complexities of Conversion to S1000DManaging the Complexities of Conversion to S1000D
Managing the Complexities of Conversion to S1000D
 

Recently uploaded

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Recently uploaded (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

6 Cool Tips For Salesforce Admins

  • 1. 6 Cool Tips For Salesforce Admins Salesforce.com Los Angeles User Group Meeting 7/25/2012
  • 2. Henry C. Abenaim General Manager Infinity Capital Funding Email: henry@infinitycapitalonline.com
  • 3. 6 Cool Tips For Salesforce Admins 1. Monitoring Turnaround Time 2. Clustering Data to Easily Fit on Screen 3. Solving Filter Limitations 4. Monitoring Calls Logged in Morning vs. Afternoon 5. Auto Populating Lead Costs 6. Rotating Assignment of Leads, Cases, or Incoming Email
  • 4. 1. Monitoring Turnaround Time The Problem: • How to monitor turnaround time (without counting weekends).  Example: Underwriting or Production turnaround time.
  • 5. 1. Monitoring Turnaround Time Formula Field Syntax
  • 6. 1. Monitoring Turnaround Time How it works Sun Mon Tue Wed Thurs Fri Sat Date Started 7/22/2012 7/23/2012 7/24/2012 7/25/2012 7/26/2012 7/27/2012 7/28/2012 Anchor Date (Monday) 6/24/1985 6/24/1985 6/24/1985 6/24/1985 6/24/1985 6/24/1985 6/24/1985 Diff 9890 9891 9892 9893 9894 9895 9896 MOD 6 0 1 2 3 4 5 Fri Sat Sun Mon Tue Wed Thurs Date Finished 7/27/2012 7/28/2012 7/29/2012 7/30/2012 7/31/2012 8/1/2012 8/2/2012 Minus Date Started 5 5 5 5 5 5 5 MOD 5 5 5 5 5 5 5 CASE Formula 5 5 4 4 4 4 4
  • 7. 1. Monitoring Turnaround Time Dashboard Bar Chart
  • 8. 2. Clustering Data to Easily Fit on Screen The Problem: • How to easily fit numerous fields/columns on a List-view or Report without extending beyond the width of the screen or page.  Example: List view displaying full lead contact info. (Company name, Owner name, Address, Phone, Mobile, Fax, Email, Owner, Date Created, Status, etc.)
  • 9. 2. Clustering Data to Easily Fit on Screen Formula Field Syntax
  • 10. 2. Clustering Data to Easily Fit on Screen List View & Report
  • 11. 3. Solving Filter Limitations The Problem: • How to go beyond filter limitations for list- views and reports.  Example: To remove certain records from a specific report of list based on field value criteria.
  • 12. 3. Solving Filter Limitations The Solution! • Formula field with “IF” Function • One Filter is needed!
  • 13. 3. Solving Filter Limitations Formula Field Syntax
  • 14. 3. Solving Filter Limitations How it works: • The formula field will display “0” when all the filter criteria is true. If some of the filter criteria is not true, it will display a number greater than “1.” • Only need one filter on List views & reports (Field is Less or Equal to “0”). • Benefits: – Can have numerous filter criteria… – Can have identical filter criteria on List-views, reports, grids, etc.
  • 15. 4. Monitoring Calls - Morning vs. Afternoon The Problem: • How to monitor sales or customer support calls volume done in the morning vs. the afternoon hours. (It’s amazing what can be discovered!)  Example: Collections or sales reps making daily calls.
  • 16. 4. Monitoring Calls - Morning vs. Afternoon Formula Syntax How it works: The “TEXT” function converts the date/time field into a text string, and the “MID” function copies the hour digits.
  • 17. 4. Monitoring Calls - Morning vs. Afternoon Dashboard Bar Chart (with bucket field)
  • 18. 5. Auto Populating Lead Costs The Problem: • How to automatically populate the cost of each lead purchased.  Example: Costs of Leads based on multiple Lead sources.
  • 19. 5. Auto Populating Lead Costs Create Two Fields 1) Formula Field Name: Lead Price – Formula Syntax: CASE(LeadSource, "Salesgenie",20.00, "LeadsDirect",30.00, "HotLeads NY",15.00, "HotLeads CA",20.00, "Web Lead",10.00, null) 2) Regular Text Field Name: Lead Price
  • 20. 5. Auto Populating Lead Costs Workflow Rule/Field Update 1) Workflow Rule: a. Every time a record is created or edited b. Run this rule if the following Formula Evaluates to True: ISCHANGED( LeadSource ) 2) Immediate Workflow Actions a. Field Update. a. (to place the formula field into the regular text field.)
  • 21. 5. Auto Populating Lead Costs Dashboard Bar Chart
  • 22. 6. Rotating Assignment of Leads, Cases, or Incoming Email The Problem: • How to auto assign ownership of Cases or Leads to reps on a rotating basis.  Example: To assign incoming leads, cases, or email evenly amongst your users.
  • 23. 6. Rotating Assignment of Leads, Cases, or Incoming Email The Solution! • Email-to-case • 2 Custom Fields. • Case Assignment rules
  • 24. 6. Rotating Assignment of Leads, Cases, or Incoming Email Steps 1 & 2 1) Create an “Email-to-Case” 2) Create 2 custom fields on the Case object: FIELD #1: Field Label: Case Number (1) Data Type: Auto Number Description: ID used for assignment allocation Display Format: {0} FIELD #2: Field Label: Case Number 2 Data Type: Formula Description: Formula to convert the “Case Number (1)” 1 into a “1” or a “2” Formula Syntax: MOD( VALUE( Case_Number__c ) ,2)+1
  • 25. 6. Rotating Assignment of Leads, Cases, or Incoming Email Step 3 3) Case Assignment Rule: Case: Case Number 2 EQUALS 1 Case: Case Number 2 EQUALS 2 Case Number (1) MOD (Divided by2) Case Number 2 1 1 2 2 0 1 3 1 2 4 0 1 5 1 2 6 0 1 7 1 2 8 0 1 9 1 2 10 0 1

Editor's Notes

  1. Mention what we do at ICF…
  2. What we discovered: Some reps weren't making calls until 11 am… Other reps were getting board at 2 pm. We created incentives.