Search icon CANCEL
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 Advanced Administrator Certification Guide

You're reading from   Salesforce Advanced Administrator Certification Guide Become a Certified Advanced Salesforce Administrator with this exam guide

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher Packt
ISBN-13 9781838643898
Length 672 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Enrico Murru Enrico Murru
Author Profile Icon Enrico Murru
Enrico Murru
Arrow right icon
View More author details
Toc

Table of Contents (27) Chapters Close

Preface 1. Section 1: Security, Access, and Organization Management FREE CHAPTER
2. Secure Data Access 3. Auditing and Monitoring 4. Change Management 5. Section 2: Data Model Management
6. Extending Custom Objects 7. Section 3: Sales and Service Cloud Applications
8. Support Sales Strategies with Sales Cloud Features 9. Service Cloud Applications 10. Section 4: Data and Content Management
11. Improving Data Quality with Duplicate Management 12. Salesforce CRM Content Management 13. Section 5: Reports and Dashboards
14. Mastering Reports 15. Visualizing Key Metrics with Dashboards 16. Section 6: Process Automation
17. Automation with Workflows 18. Automating Record Approval with Approval Processes 19. Lightning Process Builder 20. Lightning Flows 21. The Coding Approach 22. Section 7: Taking Your Certification Exam
23. Tips and Tricks for Passing Your Exam 24. Mock Test A and B 25. Assessments 26. Other Books You May Enjoy

To get the most out of this book

Although this book covers most of the topics of the exam from scratch, knowledge of the following base concepts is regarded as having already been acquired by the reader:

  • The Salesforce Platform architecture
  • Standard object definitions and features in Sales Cloud and Service Cloud (accounts, contacts, opportunities, cases, and so on)
  • Data model customization (custom objects, custom fields, validation rules, record types, and so on)
  • User interface customization (page layouts, Lightning pages, applications and tabs, and so on)
  • Basic profiles, roles, and user management
  • The basic Salesforce object-sharing model
  • Process automation features (workflows, flows, Process Builder, and so on)
  • The difference between declarative and programmatic customization

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Salesforce-Advanced-Administrator-Certification-Guide. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

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: " The Trigger keyword comes in handy as well and gives us access to current record values (and even to old ones):"

A block of code is set as follows:

1. trigger OpportunityTrigger on Opportunity (before insert, before update,
2. before delete, after insert, after update,
3. after delete, after undelete) {
4. //code goes here...
5. }

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "The User License field is one of the mandatory fields of the Salesforce user object."

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