Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Salesforce for Beginners - Second Edition
Salesforce for Beginners - Second Edition

Salesforce for Beginners: A step-by-step guide to optimize sales and marketing and automate business processes with the Salesforce platform, Second Edition

By Sharif Shaalan , Timothy Royer
zł112.99 zł59.99
Book Oct 2022 532 pages 2nd Edition
eBook
zł112.99 zł59.99
Print
zł141.99
Subscription
Free Trial
eBook
zł112.99 zł59.99
Print
zł141.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Oct 31, 2022
Length 532 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781803239101
Vendor :
Salesforce
Category :
Concepts :
Table of content icon View table of contents Preview book icon Preview Book

Salesforce for Beginners - Second Edition

Understanding Salesforce Activities

Now that we’ve had an overview of the basics of Salesforce CRM, let’s start digging into some core functionality. This chapter covers activities. Activities are at the core of Salesforce CRM because they help you manage the relationship you have with your constituents, that is, the people you are doing business with. Activities include all the touchpoints you go through with your constituents. We will cover the main types of activities in this chapter, which are tasks, events, and emails, and how they affect the user’s workflow.

The following topics will be covered in this chapter:

  • Navigating to what Salesforce defines as activities
  • Creating entries for events and calendars
  • Sending emails from Salesforce and exploring the email integration options

By the end of this chapter, you will have learned about tasks, events, calendar integration, and emails in Salesforce.

Technical requirements

For this chapter, log into your development organization and follow along as we learn how to create activities.

Navigating to activities

In Salesforce, activities include tasks, events, and calendars. Activities help you prioritize your time and keep up with any object. The main objects that you will use with activities are Accounts, Campaigns, Contacts, Leads, and Opportunities. Emails are another type of activity that you may use to stay in touch with your contacts and leads. Having all the touchpoints logged in Salesforce will give you a 360-degree view of your contacts and let you look at any person related to a specific Account, Contact, Opportunity, Lead, or Campaign that you may be working with.

You can also view your activities on the home page, depending on your home page’s layout. This gives you a shortcut to all of your activities. Let’s see what activities look like when they’re connected to objects:

Graphical user interface, application, email  Description automatically generated

Figure 2.1: Activity section seen from an object

Here, I have navigated to the Accounts tab and then to the GenePoint Account. On the right-hand side, you can see that there is an Activity section, which allows us to create a task, log a call, create an event, or send an email. If you navigate to any of the other tabs, you will see that the same Activity section exists.

Let’s cover each of these activity types in detail.

Tasks

Tasks are objects on your to-do list. They help you stay on top of things that you need to do and are related to the accounts you manage, deals you are working on, or marketing campaigns you may be managing.

Business use case

You are a sales representative at XYZ Widgets. Mr. Jack Rogers is a contact that is interested in buying your product. You call Jack and have a good conversation with him. After the conversation, you decide to set up a follow-up task so that you can call Jack again to gather more information on the next steps to take. Let’s see how this is done.

Creating tasks

To create a task, navigate to any object that you want to log a task for and go to the Activity section:

Graphical user interface, text, application  Description automatically generated

Figure 2.2: Creating a task

From the preceding screenshot, we can see the following steps have been taken (the numbering coincides with the areas on the right side of the steps shown in Figure 2.2):

  1. I search for Mr. Jack Rogers and click on his Contact record.
  2. Navigate to the Activity section.
  3. Fill in the subject of the task.
  4. Fill in the due date for when to perform this task.
  5. The name of the contact is pre-populated since we are on the contact record.
  6. Add the account that Jack is related to.
  7. The task is assigned to the logged-in user.
  8. Set the task to In Progress.
  9. Save the record.

After performing these steps, we can see that the task shows up in the Next Steps section:

Graphical user interface, text, application, email  Description automatically generated

Figure 2.3: Next Steps section

Once the task has been completed, you can check the Next Steps box to mark it as completed (label 1 in the following screenshot). You can then set up a follow-up task if needed (label 2):

Graphical user interface  Description automatically generated

Figure 2.4: Mark as complete

Notice that the task now shows up in Past Activities, as shown here:

Graphical user interface, text, application, email  Description automatically generated

Figure 2.5: Past Activities

Now that we have learned how to create a task, let’s take a look at how to log a call.

Logging a call

Logging a call is a type of task. It works exactly as a task does, except for two things: first, the due date always defaults to today; second, the status is always set to Completed.

Business use case

As a sales representative for XYZ Widgets, Jack Rogers calls in with a question. After the call, you want to update Salesforce with details of the call that took place.

Log a call

In the following screenshot, I navigated to the Log a Call sub-tab in order to log a call. You will notice no options for Due Date or Status:

Graphical user interface, text, application, email  Description automatically generated

Figure 2.6: Log a Call

This is because the Log a Call functionality is built only to log calls you’ve just completed with a client.

In this case, the due date is set to the current day and the status is automatically set to completed, as shown in the following screenshot:

Graphical user interface, text, application, email  Description automatically generated

Figure 2.7: Past Activities

As you can see, when you save the call, the task automatically shows up under Past Activities.

Task list view

There are times when we’ll have a few pending tasks that need to be performed during the course of the day. To see all such outstanding tasks, navigate to the Tasks tab, where you can keep track of them. The following screenshot shows this:

Graphical user interface, application  Description automatically generated

Figure 2.8: Tasks tab

Take a look through the LIST VIEWS options that you can filter by. These list views will help you organize your day and view the lists of tasks you wish to work on.

Viewing tasks on the home page

Another place where you can easily access your tasks and events is your home page. The default home page layout contains two components that show activities, called Today’s Events (1) and Today’s Tasks (2):

Graphical user interface, text, application  Description automatically generated

Figure 2.9: Home page view

This will show you any tasks or events that have a due date set for “today.” Now that we have covered tasks, let’s take a look at events.

Creating events and calendar entries

Events are activities that require a start date/time and an end date/time and are used to log actual meetings with a duration. An event activity is different from a task in a couple of ways:

  • Events have a start date/time and an end date/time rather than just a due date. This means that when the end date and time passes, the event automatically moves to Past Activities without you needing to take any action. For ongoing tasks, you have to mark them as complete since only a date is provided – not a specific time.
  • Events show up on your Salesforce calendar and will sync to Outlook or Gmail if you have the connector set up. We will cover connectors later in this chapter.

Now, let’s take a look at events in more detail.

Understanding events

Events are meetings that have a start date/time, as well as an end date/time. They let you set up meetings related to the accounts you manage, the deals you are working on, or the marketing campaigns you may be managing.

Business use case

As a sales representative for XYZ Widgets, you close a sale with Jack Rogers and want to schedule a kick-off meeting for the next steps. You enter this event in Salesforce so that it shows up on your calendar.

Creating an event

To create an event, navigate to any object that you want to log an event for and go to the Activity section:

Graphical user interface, application  Description automatically generated

Figure 2.10: Creating an event

Here, we have to do the following (the numbering coincides with the areas on the right side of the steps shown in Figure 2.10):

  1. Search for Mr. Jack Rogers.
  2. Go to the Activity section.
  3. Fill in the subject of the event.
  4. Fill in the start date/time of the event.
  5. Fill in the end date/time of the event.
  6. Ensure that the name of the contact is pre-populated if the user is on the contact record.
  7. Add the account that Jack is related to.
  8. Ensure that the task has been assigned to the user (this is me since I am the logged-in user).
  9. Enter the location of the meeting.
  10. Save the record.

After doing this, you’ll see that the event now shows up in the Next Steps section, as shown in the following screenshot:

Graphical user interface, text, application, email  Description automatically generated

Figure 2.11: Next Steps

Once the date for the meeting has passed, the event will automatically move to the Past Activities section.

This is how events work. In the next section, we’ll learn how the Salesforce calendar is aligned with these events.

Salesforce calendar

Once an event has been created, it will show up on your Salesforce Calendar, as shown in the following screenshot:

Graphical user interface, application, table, Excel  Description automatically generated

Figure 2.12: Salesforce calendar view

To navigate to your calendar, click on the Calendar tab. Here, you will see all of your events. If you have the Lightning Sync feature enabled and configured for Gmail or Outlook, your events will sync from Salesforce to those services.

Now, you are familiar with how events can be set up, how to follow up on them, and how such events can be synced to Salesforce calendars or with Gmail or Outlook. In the next section, we will learn how emails and email integration options work.

Sending emails and email integration options

Salesforce allows you to send emails directly from any standard or custom object. This takes place from the same Activity section that we used to log tasks and events.

Business use case

As a sales representative for XYZ Widgets, you want to send Jack Rogers a follow-up email after your initial conversation. You can do this directly from Salesforce as an activity! Let’s see how this is done.

Sending an email

As shown in the following screenshot, I navigated to the Activity section of the Jack Rogers contact and clicked on Email:

Graphical user interface, application  Description automatically generated

Figure 2.13: Sending an email

From the preceding screenshot, we can see the following (the numbering coincides with the areas on the right side of the steps shown in Figure 2.13):

  1. Search for Mr. Jack Rogers.
  2. Go to the Activity section.
  3. Fill in the To information. This can be a contact on the system or a free text email address.
  4. Add the subject.
  5. Add the body of the email.
  6. Here, you have the option to choose a template, add quick text, and attach a file.
  7. The activity is assigned to the user.
  8. Save the record, shown as follows:
Graphical user interface, text, application  Description automatically generated

Figure 2.14: Record of sent email

Once the email has been sent, it will show up in the Past Activities section.

Using Gmail integration options

Calendar integration helps you sync specific events and emails to Salesforce. This is useful so that you don’t create double entries in your email/calendar client and Salesforce. The following options are available for Gmail:

  • Send through Gmail: This is for representatives who spend most of their time in Salesforce but want to use a Gmail account to send emails. Emails are composed in Salesforce but are sent through a connected Gmail account and appear in the Gmail Sent folder. When Send through Gmail is enabled, the activity history for leads and contacts includes a Compose Gmail button. Emails are logged to the records the email was sent from.
  • Gmail Integration: This is for representatives who spend most of their time on their Gmail account. When emails are sent, they can select which Salesforce records to log the emails to.
  • Einstein Activity Capture: This option is for users who prefer to have emails logged automatically. Einstein logs email activity from a connected client or device, including Gmail.

Using Outlook integration options

The following options are available for Outlook:

  • Outlook Integration: When you work in Outlook, you can sync your emails and/or calendar events directly to Salesforce and vice versa.
  • Outlook Integration with Inbox and Einstein Activity Capture: Einstein Activity Capture lets you automatically log emails and events if you have this feature turned on. Einstein is the AI portion of Salesforce that auto-suggests useful steps to take as you work.
  • Email to Salesforce: This option lets users add emails to Salesforce records by copying a unique BCC email to all emails you send out.

Sending emails is a primary activity in any business. Using the preceding tools ensures that you are not entering information in multiple systems. It does this by allowing you to sync your emails and/or events with your email and calendar client. Now, let’s review what we have learned in this chapter.

Summary

Activities are at the core of CRM, so it is very important that you understand how to log your interactions with constituents.

In this chapter, we have looked at a use case for tasks and how to create and work with tasks. Then, we did the same for events, as well as looking at a use case for sending emails from Salesforce and the options we have if we wish to extend this functionality to Outlook or Gmail. All of these skills will help us in our daily interactions, which will lead to more sales!

This is a good time to review what we have learned in our development organization and see if we can answer some questions. In the next chapter, we will tackle leads!

Questions

  1. What type of activity should be used to set up a reminder to research an account?
  2. Which activity type should be used to set up an onsite meeting with a client?
  3. Is it possible to send an email to a client and copy someone not in the system as a contact?
  4. Do tasks appear on your Salesforce Calendar?
  5. Which tab shows all of your open tasks?
  6. If you use Gmail but spend most of your time in Salesforce, which integration option should you use?
  7. Can we log activities regarding Opportunities?
Left arrow icon Right arrow icon

Key benefits

  • Automate business processes with Salesforce Flow, the new replacement for workflow rules and process builders on the Salesforce platform
  • Discover key data integrity and security concepts with new, specially dedicated chapters
  • Take your first steps in basic testing and debugging as a Salesforce professional

Description

The second edition of Salesforce for Beginners provides you with a holistic introduction to the Salesforce platform. Whether you need help with the lead generation process, Salesforce user management and data security, or automating tasks with Salesforce Flow, this book is for you. Throughout this new edition you will find real-world business use cases to demonstrate concepts, screenshots of the latest UI displayed for screen navigation, and exercises at the end of every chapter to test your newfound knowledge. Working with the world’s leading CRM software, you will learn how to create activities, manage leads, develop your prospects and sales pipeline using opportunities and accounts, and understand how you can enhance marketing activities using campaigns. You will be able to take your administration skills to the next level as you approach real-world user management topics such as ownership skew. You will learn about data security on the Salesforce platform, with an introduction to the role hierarchy, system and user permissions, and much more. In this new edition you'll get to explore the popular automation tool Salesforce Flow. You’ll learn about the different flow types to employ, how to construct your first flow, and how to extensively test your flow. This will allow you to come away from reading this book with a real, functional flow for your business processes.

What you will learn

Explore business development with leads, accounts and contacts in Salesforce Find out how stages and sales processes help you manage your opportunity pipeline Achieve marketing goals using Salesforce campaigns Perform business analysis using reports and dashboards Practice automating business processes with Salesforce Flow Gain a high-level overview of the items in the administration section Grasp the different aspects needed to build an effective Salesforce security model

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Oct 31, 2022
Length 532 pages
Edition : 2nd Edition
Language : English
ISBN-13 : 9781803239101
Vendor :
Salesforce
Category :
Concepts :

Table of Contents

24 Chapters
Preface Chevron down icon Chevron up icon
Getting Started with Salesforce and CRM Chevron down icon Chevron up icon
Understanding Salesforce Activities Chevron down icon Chevron up icon
Creating and Managing Leads Chevron down icon Chevron up icon
Business Development with Accounts and Contacts Chevron down icon Chevron up icon
Driving the Sales Cycle with Opportunities Chevron down icon Chevron up icon
Achieving Business Goals Using Campaigns Chevron down icon Chevron up icon
Enhancing Customer Service with Cases Chevron down icon Chevron up icon
Business Analysis Using Reports and Dashboards Chevron down icon Chevron up icon
Setup and Configuration Chevron down icon Chevron up icon
An Overview of Sharing and Visibility Chevron down icon Chevron up icon
User Management and Data Security Chevron down icon Chevron up icon
Managing Projects with Sandboxes and Change Sets Chevron down icon Chevron up icon
Using Data Modeling to Configure Objects for Your Business Chevron down icon Chevron up icon
Lightning Experience Customization Chevron down icon Chevron up icon
Extending Functionality with Third-Party Applications and Salesforce Mobile Chevron down icon Chevron up icon
Salesforce Flow Chevron down icon Chevron up icon
Approval Processes Chevron down icon Chevron up icon
Assignment Rules Chevron down icon Chevron up icon
Data Integrity with Formulas and Validations Chevron down icon Chevron up icon
Testing and Debugging Chevron down icon Chevron up icon
Assessment Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.