Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Salesforce CRM - The Definitive Admin Handbook

You're reading from   Salesforce CRM - The Definitive Admin Handbook Build, configure, and customize Salesforce CRM and mobile solutions

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789619782
Length 782 pages
Edition 5th Edition
Languages
Concepts
Arrow right icon
Authors (2):
Arrow left icon
Paul Goodey Paul Goodey
Author Profile Icon Paul Goodey
Paul Goodey
Paul Goodey GP Paul Goodey GP
Author Profile Icon Paul Goodey GP
Paul Goodey GP
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Section 1: Getting Started with Salesforce CRM FREE CHAPTER
2. Setting Up Salesforce CRM and the Company Profile 3. Managing Users and Controlling System Access 4. Configuring Objects and Apps 5. Section 2: Managing Data in Salesforce
6. Securing Access to Data and Data Validation 7. Managing Data in Salesforce CRM 8. Generating Data Analytics with Reports and Dashboards 9. Section 3: Business Processes, Cloud Development, and Lightning Experience
10. Implementing Business Processes in Salesforce CRM 11. Core Business Functionality in Salesforce CRM 12. Extending and Enhancing Salesforce CRM 13. Administrating the Mobile Features of Salesforce CRM 14. Lightning Experience 15. Einstein Analytics 16. Section 4: Salesforce CRM Certification
17. Studying for the Certified Administrator Exam 18. Other Books You May Enjoy

To get the most out of this book

To get the most out of this book, refer to it prior to and during system administration changes to Salesforce CRM. Prerequisites for system administration of Salesforce CRM include a computer with an internet connection and one of these supported browsers—Google® Chrome™, Microsoft® Edge®, Mozilla® Firefox®, Apple® Safari®, or Microsoft® Internet Explorer®. You will need either the Enterprise, Unlimited, Performance, or Developer edition of Salesforce CRM, along with system administrator privileges.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "As an example, in this scenario, Mike is the owner of the account record called WidgetsXYZ and Mike reports to Julia."

A block of code is set as follows:

Sales Tax (Percent) =  
IF(TEXT(Account.Market__c) = "US",  
IF(TEXT(Account.State__c) = "California", 0.0925,  
IF(TEXT(Account.State__c) = "Nevada", 0.081,  
IF(TEXT(Account.State__c) = "Utah", 0.0835, 0) ))  
, 0)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

Sales Tax (Percent) =  
IF(TEXT(Account.Market__c) = "US",  
IF(TEXT(Account.State__c) = "California", 0.0925,  
IF(TEXT(Account.State__c) = "Nevada", 0.081,  
IF(TEXT(Account.State__c) = "Utah", 0.0835, 0) ))  
, 0)

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "There are two classic themes, namely, Classic 2005 and Classic 2010, and there is the new theme called Lightning Experience."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime