Learning Objective
Learning Objective
Navigate Setup
Learning Objectives
After completing this unit, you’ll be able to:
You’ll find step-by-step instructions on how to get some important functions going for team
members in your Customer Support department. By going through these exercises, you’ll learn
what's possible with the Salesforce platform and some of its specific applications. So let’s dive in.
Manage Chatter
Introduction
Chatter, Salesforce’s enterprise collaboration platform, is a great place for your customer support
team to communicate about things such as support cases and tasks. In this corporate social
network, they can follow both people and documents, and be a part of public, private, and unlisted
Chatter groups to collaborate with their teams and work together on projects.
Modify Your Data Model
Introduction
Salesforce offers lots of customization options that allow you to tailor your org to fit the needs of
your teams. Like a gearhead tricking out a muscle car, you can add some pretty sleek bells and
whistles—creating processes and record types, customizing fields, and creating picklists—all to suit
the needs of your business and keep its engine purring.
Identity Basics
Identify the industry standards used for identity and access management.
Know how SAML is related to XML.
Know the difference between an identity provider and service provider.
Data Security
Explain the importance of giving the right people access to the right data.
List the four levels at which you can control data access.
Describe a typical scenario for limiting data access at each of the four levels.
Use sharing rules to extend access beyond the role hierarchy structure.
Create a public group that includes users with different profiles and roles.
Data Modeling
Define the different types of object relationships and their typical use cases.
Create or modify a lookup relationship.
Create or modify a master-detail relationship.
Create new custom fields to meet business requirements and facilitate accurate data entry
with formulas, picklists, and lookups.
Ensure users have access to the right fields with page layouts.
Manage multiple business scenarios with record types and business processes.
Maintain data quality with history tracking and data validation.
Introduction
AW Computing has established a Salesforce environment with users set up, profiles assigned, and
access to records and fields configured. But they’re in need of further customization to ensure
users have the necessary fields to capture the business information they need. That’s where you,
the admin, come in.
To begin with, you have a request from Head of Sales Operations Yuko Ishikawa. Yuko says her
Sales Op team uses the Account Rating field for sales prospecting, but they’re concerned that
account owners aren’t capturing this information correctly because they don’t understand what the
field is for. To help her team use the field properly and capture all the data they need, change the
name of the field, provide guidance on how to use it, add an additional value, and restrict who can
edit it.
Picklists offer a selection of options available for specific fields in a Salesforce object, such as a list
of regions. Users can then choose a single value from a list of options rather than make an entry
directly in the field, which cuts down on errors and helps keep data clean. Field dependencies are
filters that allow us to change the contents of a picklist based on the value of another field. Rather
than displaying every value for Region in a single picklist, you can limit the values that are
displayed based on a value for another field, like Zone. That way our users can find the appropriate
option more quickly and easily.
Yuko and Allison both provided the information you need via Chatter posts, so let’s get to it.
You’ve gotten a request from Noah Larkin, VP of Services, who would like reps to be able to
capture the name of the backup rep on their cases when they are away from the office. He also
wants to ensure that new cases can only be associated to contacts from the same account. To get
this job done, create a lookup filter.
Handle these requests by creating custom formula fields, which allow you to define calculations
that reference other fields to display new numeric, text, date, or checkbox values specific to
business requirements. Let’s get started.
Setting up record types will ensure that when Noah's Consulting Team views customer accounts,
they won't also see the partner accounts. The team also has to scroll through a long list of values
in the industry field when they use partners for consulting or training. Creating record types will
allow them to simply choose from Consulting or Education in these cases. Let's get to it.
Create Account Page Layouts
Introduction
Noah Larkin, AW Computing’s VP of Services, is concerned that his Consulting team uses accounts
to record details of consulting partners, but some of the fields they see are not applicable to their
partner accounts—he would like all sales-related information removed.
Allison Wheeler also contacted you with a request. She's concerned that the new account fields
appear together in the top section of account record detail pages. She’d like them organized into
different sections to make it easier for her team to find the right information.
You can solve both of these issues using page layouts, which control the fields, sections, related
lists, and buttons that appear when users view or edit a record.
To fulfill Noah’s request, enable history tracking, which allows you to track changes on up to 20
standard or custom fields on an object which can be viewed on a record’s History related list or
through History reports. For each field, tracking logs the date and time of change, the user making
the change, and old and new values.
Take care of Noah’s and Allison’s requests by creating validation rules, which allow you to specify
your own criteria to prevent users saving invalid data in one or more fields.
Note: An important point to keep in mind when working with validation rules is the impact on
existing data. Validation rules apply to both future data and current data so the admin may need
to populate the required data of the existing records to ensure any future integrations aren't
blocked.
Lightning App Builder
Understand how the Lightning App Builder can help you build responsive apps and custom
pages for Lightning Experience and the mobile app
Understand the layout of the Lightning App Builder user interface
Describe the difference between a Lightning page and a Lightning component
Create a customized object record page for Lightning Experience and the Salesforce mobile
app.
Add visibility rules to a record page component.
Activate the custom record page for your users.