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! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Salesforce CRM Admin Cookbook
Salesforce CRM Admin Cookbook

Salesforce CRM Admin Cookbook: Solutions to help you implement, configure, and customize your business applications with Salesforce CRM and Lightning Experience , Second Edition

Arrow left icon
Profile Icon Paul Goodey
Arrow right icon
$12.99 per month
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.8 (5 Ratings)
Paperback Dec 2017 358 pages 2nd Edition
eBook
$43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $12.99p/m
Arrow left icon
Profile Icon Paul Goodey
Arrow right icon
$12.99 per month
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.8 (5 Ratings)
Paperback Dec 2017 358 pages 2nd Edition
eBook
$43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $12.99p/m
eBook
$43.99
Paperback
$54.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Salesforce CRM Admin Cookbook

Chapter 1. Salesforce CRM's Home Page is Where the Heart is...

In this chapter, we will cover the following recipes:

  • Building a custom Admin Home page in Lightning Experience
  • Cloning the standard Home page for a customized Lightning Experience
  • Composing a system notification message on the Lightning Experience Home page
  • Providing a system support email link on a customized Home page
  • Creating a personal setup link on a customized Home page
  • Generating a filtered report link on a customized Home page
  • Developing a Lightning component to display a custom logo on a customized Home page

Introduction


The Home tab in Salesforce CRM Lightning Experience is generally set as the opening page for users when they first log into the application.

Users of Salesforce like having access to the information and data that is most relevant to them in a quick and easy fashion, and landing on a customized Home page is usually preferred by most users.

Out of the box, the Home page in Salesforce CRM Lightning Experience provides a great way for users to view sales performance and opportunity top deals, tasks and events, account news, recent records, and so on. The following screenshot shows the Salesforce CRM Home tab screen:

The Home page in Salesforce CRM Lightning Experience allows various standard Home page components to be shown, such as Quarterly Performance, Today's Events, or Top Deals (as shown in the preceding screenshot).

In addition to the standard components, it is possible to create custom components with functionality that is not provided by default. Both types of components can be made available to users by customizing the Home page layouts and assigning different Home page layouts to different users based on their profile.

The following recipes are designed to improve the usefulness and relevance of the Home page and also provide additional features and functionality that are not provided natively within the Salesforce CRM application.

Building a custom Admin Home page in Lightning Experience


The sales performance or opportunity top deals components, which are provided out of the box on the Home page, give sales people a very good insight into their sale activities. However, sales performance may not necessarily be relevant to or desired by non-sales users with job functions in other areas, such as marketing, service, finance, or even Salesforce system administration.

Rather than presenting the default Home page to all users in all business functions, you can create custom Home pages with features relevant to specific types of users, and assign the customized pages to different user profiles with Lightning App Builder in Lightning Experience.

There are two methods of creating custom Home pages in Salesforce CRM Lightning Experience. These methods involve either editing an existing Home page or creating a new page using a Home page template.

In this recipe, we will create a new custom Home page using Lightning App Builder and a Home page template.

How to do it...

Carry out the following steps to build a new custom Home page using Lightning App Builder:

  1. Click on the Setup gear icon at the top right of the main Home page, as shown in the following screenshot:

  1. Click the Setup option, as shown in the following screenshot:
  1. Type app builder in the Quick Find search box, as shown in the following screenshot:
  1. Select the Lightning App Builder option.
  2. Click the New button, as shown in the following screenshot:

  1. In the resulting Create a New Lightning Page dialog, choose the Home page Lightning Experience page type, as shown in the following screenshot:
  1. Click on Next.
  2. Now enter Admin in the Label box presented in the next dialog and then click on Next.

 

  1. In the final dialog, keep the tab option set as CHOOSE PAGE TEMPLATE, which shows the selection of Standard Home Page  as default, as shown in the following screenshot:
  1. Click on Finish.
  2. In the resulting Home page Layout screen, drag the desired components from the left-hand components pane, which contains all the standard components available for the Home page, onto the canvas section.

Note

Here, we will drag the Recent Items to the top section, the Chatter Feed to the bottom left, the Chatter Publisher to the bottom right, and the App Launcher component to the right-hand section.

  1. Enter This is a custom Home page created for use by Salesforce CRM Administrators in the Description box of the page, as shown in the following screenshot:

  1. Finally, click on Save, as shown in the following screenshot:

  1. After the page has been saved, the Home page must be activated. Upon saving the page, the Activation... option will be visible, as shown in the following screenshot:

  1. Click on Activation... .

Note

When clicking on Save for the very first time you will be presented with a Page Saved dialog that provides an Activate button to active the page. The dialog also presents a message saying Activate this page to make it visible to your users along with a checkbox with the caption Don't show this message again, which, when checked, prevents the dialog from reappearing.

  1. In the resulting Activation dialog, choose the Assign this Home page to specific profiles option, as shown in the following screenshot:

  1. Click on Next.
  2. In the resulting Select Profiles dialog, choose the System Administrator profile, as shown in the following screenshot:

  1. Click on Next.
  2. Finally, in the resulting Review Assignments confirmation dialog, click on Activate, as shown in the following screenshot:

How it works...

When system administrators navigate to the Salesforce CRM Home page, they are presented with a custom Home page, as shown in the following screenshot:

Cloning the standard Home page for a customized Lightning Experience


There are two methods of creating custom Home pages in Salesforce CRM Lightning Experience. One method is to edit an existing Home page and the other is to create a new page using a Home page template. Both methods utilize Lightning App Builder, which allows you to generate and configure the various components and properties of the page.

In this recipe, we will use Lightning App Builder to clone the existing standard Home page.

Getting ready

Carry out the following steps to assign the system administrator profile to the default standard Home page:

  1. Click on the Setup gear icon at the top right-hand corner of the main Home page, as shown in the following screenshot:
  1. Click the Setup option, as shown in the following screenshot:

  1. Type home in the Quick Find search box, as shown in the following screenshot:
  1. Select the Home option.
  2. Click on Set Page Assignments, as shown in the following screenshot:

  1. In the resulting Select Profiles dialog, scroll through the listed profiles and check the System Administrator checkbox, as shown in the following screenshot:

  1. Click on Next.
  2. In the resulting Choose Lightning Page dialog, either verify or choose the System Default option (depending on your current settings), as shown in the following screenshot:
  1. Click on Next.
  2. Finally, in the resulting Review Assignments confirmation dialog, click on Assign, as shown in the following screenshot:

How to do it...

Carry out the following steps to clone the standard Home page using Lightning App Builder:

  1. From the main Home page, click on the Setup gear icon at the top right of the page, as shown in the following screenshot:

  1. Click the Edit Page option, as shown in the following screenshot:

Note

If you have not already created a custom Home page, then behind the scenes, Salesforce makes a cloned copy of the standard Home page when you click Edit Page and subsequently save it. The cloned custom Home page is associated with the standard Home page and a reference is maintained by the system. As new capabilities are introduced to the standard Home page in future releases, these are also made available to your custom Home page. The cloned custom Home page is then loaded for editing within Lightning App Builder.

  1. In the resulting Lightning App Builder page, type Cloned Standard Home Page in the Description field, as shown in the following screenshot:

  1. Click on Save.
  2. Finally, click on Back.

How it works...

The standard Home page is cloned and stored as a custom Home page called Home_Page_Default which is accessible within Lightning App Builder, as shown in the following screenshot:

Composing a system notification message on the Lightning Experience Home page


Often there is a need to communicate with the users of your Salesforce CRM application and give updates and status alerts for various reasons.

You can send emails, Chatter posts, and instant messages, for example, to give users dynamic messages about planned releases, system maintenance, and so on; however, to ensure that everyone reads and is shown a more static notification, you can create a message within Salesforce CRM.

In this recipe, we will compose a system notification message on the Home page using Lightning App Builder to edit a customized Home page.

How to do it...

Carry out the following steps to edit an existing Home page to add a system notification message using Lightning App Builder:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:
  1. Type app builder in the Quick Find search box, as shown in the following screenshot:
  1. Select the Lightning App Builder option.
  2. Click the Edit link for the Home_Page_Default customized Home page, as shown in the following screenshot:

  1. In the resulting Lightning App Builder page, drag and drop the Rich Text component from the standard Lightning Components pane to the top of the Home page canvas, as shown in the following screenshot:
  1. Click on the newly added Rich Text component.
  2. Enter Please be aware of routine Salesforce CRM maintenance on 4th July! into the Rich Text properties section.
  3. Choose the text font, size, and color using the text formatter in the right-hand section of the Lightning App Builder, as shown in the following screenshot:
  1. Click on Save, as shown in the following screenshot:
  1. Finally, click on Back.

How it works...

The customized Home page for the assigned users will appear with a system notification message, as shown in the following screenshot:

See also

See the Cloning the standard Home page for a customized Lightning Experience recipe in this chapter.

Providing a system support email link on a customized Home page


As a system administrator, you will receive requests for changes to your Sales CRM application. These requests may be received via email, phone call, Salesforce case record, or external case management system. Either way, it is often useful to provide users with a single email address with which they can log issues or request enhancements within Salesforce CRM.

In this recipe, we will create a system support email link that users can click for support using Lightning App Builder to edit a customized Home page.

How to do it...

Carry out the following steps to edit an existing Home page to provide a system support email link using Lightning App Builder:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:
  1. Type app builder in the Quick Find search box, as shown in the following screenshot:
  1. Select the Lightning App Builder option.
  2. Click the Edit link for the Home_Page_Defaultcustomized Home page, as shown in the following screenshot:
  1. In the resulting Lightning App Builder page, drag and drop the Rich Text component from the standard Lightning Components pane to the top of the Home page canvas, as shown in the following screenshot:
  1. Click on the newly added Rich Text component and enter For Salesforce Help please send requests for support to into the Rich Text properties section.

This is shown in the following screenshot:

Note

The Rich Text properties section is located in the right-hand section of Lightning App Builder.

  1. Click the Link icon, as shown in the following screenshot:

  1. Select E-mail, as shown in the following screenshot:
  1. Enter the appropriate details for your organization in the E-Mail Address, Message Subject, and Message Body textboxes, as shown in the following screenshot:

  1. Click on OK.
  2. Choose the text font, size, and color using the text formatter, as shown in the following screenshot:
  1. The Lightning App Builder page should now be configured, as shown in the following screenshot:
  1. Click on Save.
  2. Finally, click on Back.

How it works...

The customized Home page for the assigned users will appear with the system support email link, as shown in the following screenshot:

See also

See the Cloning the standard Home page for a customized Lightning Experience recipe in this chapter.

Creating a personal setup link on a customized Home page


All users need to change their Personal Information settings in the Salesforce CRM application from time to time. They may, for example, wish to edit their user information, change their password, or you may need them to grant login access to administrators, plus many other reasons.

Accessing the Personal Information area is done by users clicking their profile picture and then stepping through the options to navigate to the My Personal Information in the setup section of the sidebar. This takes extra clicks and can often be a challenge for less experienced users of the application.

In this recipe, we will create a shortcut link directly on the Home page to allow users to access their Personal Information options with a single click.

How to do it...

Carry out the following steps to edit an existing Home page to create a personal setup link on a customized Home page using Lightning App Builder:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:

  1. Type app builder in the Quick Find search box, as shown in the following screenshot:
  1. Select the Lightning App Builder option.
  2. Click the Edit link for the Home_Page_Defaultcustomized Home page, as shown in the preceding screenshot:

  1. In the resulting Lightning App Builder page, drag and drop the Rich Text component from the standard Lightning Components pane to the top of the Home page canvas, as shown in the following screenshot:
  1. Click on the newly added Rich Text component and enter Quick Personal Setup Link into the Rich Text properties section.
  2. This is shown in the following screenshot:

Note

The Rich Text properties section is located in the right-hand section of Lightning App Builder.

  1. Click the Link icon as shown in the following screenshot:
  1. Select URL for the Link Type.
  2. Select https:// for the Protocol.
  3. Paste or enter the following for the URL: /one/one.app#/settings/personal/PersonalInformation/home
  4. Click on OK, as shown in the following screenshot:

  1. The Lightning App Builder page should now be configured as shown in the following screenshot:
  1. Click on Save.
  2. Finally, click on Back.

How it works...

The customized Home page for the assigned users will appear with the personal setup link, as shown in the following screenshot:

Upon clicking the personal setup link, users will be presented with the Personal Information page, as shown in the following screenshot:

See also

See the Cloning the standard Home page for a customized Lightning Experience recipe in this chapter.

Generating a filtered report link on a customized Home page


In this recipe, we are going to provide a link on the Home page that directly calls a filtered report with a parameter to display a subset of the data in the report.

We will initially create an opportunity report that is filtered by the standard Amount field, which we can call directly using a URL link with an Amount parameter.

The URL link that invokes the filtered opportunity report will be generated using the Lightning App Builder and configured on an existing customized Home page.

Getting ready

Carry out the following steps to create an opportunity report that is filtered by the standard Amount field:

  1. Click on the Reports tab.
  2. Click on New Report, as shown in the following screenshot:

  1. In the resulting Create New Report page, select the Opportunities report type.
  2. Click on Create, as shown in the following screenshot:
  1. Click on Add in the Filters section.
  2. Select a filter for the Amount field, choose the option greater or equal, and enter the value 10000.
  3. Click on OK.
  4. Click on Save, as shown in the following screenshot:
  1. In the resulting Save Report dialog, enter High Amount Opportunities in the Report Name textbox.
  2. Enter Report for high amount opportunities in the Report Description textbox.
  3. Select one of your existing folders or leave as default in the Report Folder to save the report.
  4. Click on Save, as shown in the following screenshot:

  1. In the resulting saved Report page, click Run Report, as shown in the following screenshot:
  1. Note the URL that is displayed in the browser address bar as this is the location for the report, as shown in the following screenshot:
  1. In the resulting saved REPORT page, click the Filter icon to take a look at the way the filter for Amount is set as greater or equal "100,000" and get an idea of how we will update the Amount parameter as part of this recipe.

Note

The URL that is generated is https://widgetsxyzlex-dev-ed.lightning.force.com/one/one.app#/sObject/00O0Y000006eJLvUAM/view. You will now need to make a note of only the following part of the report URL/one/one.app#/sObject/00O0Y000006eJLvUAM/view that is shown in your Salesforce organization. We need to further modify the URL to pass the Amount as a variable that allows us to run the report from a link with any value of opportunity Amount. This modified URL becomes the following:/one/one.app#/sObject/00O0Y000006eJLvUAM/view?fv0=250000. This appended URL will be used in the following How to do it... section.

How to do it...

Carry out the following steps to edit an existing Home page to generate a filtered report link on a customized Home page using Lightning App Builder:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top-right corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:
  1. Type app builder in the Quick Find search box, as shown in the following screenshot:

  1. Select the Lightning App Builder option.
  2. Click the Edit link for the Home_Page_Default customized Home page, as shown in the following screenshot:

  1. In the resulting Lightning App Builder page, drag and drop the Rich Text component from the standard Lightning Components pane to the top of the Home page canvas, as shown in the following screenshot:
  1. Click on the newly added Rich Text component and enter Opportunities with Amount >= 250,000 into the Rich Text properties section.
  2. This is shown in the following screenshot:

Note

The Rich Text properties section is located in the right-hand section of Lightning App Builder.

  1. Click the Link icon as shown in the following screenshot:
  1. Select URL for the Link Type, https:// for the Protocol, and enter  /one/one.app#/sObject/00O0Y000006dz0bUAA/view?fv0=250000 for the URL.
  2. This is shown in the following screenshot:
  1. Click on OK.
  2. The Lightning App Builder page should now be configured as shown in the following screenshot:
  1. Click on Save.
  2. Finally, click on Back.

How it works...

The customized Home page for the assigned users will appear with the filtered report link, as shown in the following screenshot:

Users can click the following link:

 /one/one.app#/sObject/00O0Y000006dz0bUAA/view?fv0=250000

They will then be presented with the filtered report, as shown in the following screenshot:

Note

Compare the Amount filter that is now showing greater or equal £250,000.00 to the filter of greater or equal £100,000 that was shown in step 15 of the Getting ready section.

See also

See the Cloning the standard Home page for a customized Lightning Experience recipe in this chapter.

Developing a Lightning component to display a custom logo on a customized Home page


Within the Salesforce CRM application, you can natively add rich-text-related sections to the Home page that can be configured to present messages and hyperlinks, and launch email applications.

Using Lightning App Builder, the Home page can be configured with the use of the standard Rich Text Lightning component, which supports formatted text, URLs, and email links as covered in other recipes within this chapter.

Organizations often have a requirement to brand the software applications that are in use by their employees or display graphic notifications, such as terms and conditions of system use, and this can be achieved in Salesforce CRM by displaying a custom image on the landing Home page.

Salesforce does not, however, provide a way of adding custom images to the Home page natively using a standard component within Lightning App Builder; therefore, we are going to develop a custom Lightning component to fulfill this requirement.

Getting ready

In this recipe, we are going to display a company logo on the Home page and we can either use an image file that we have created ourselves or use one obtained from an external source.

We will store the image file in the Salesforce CRM application as a resource so we can maintain a copy, and this will then be linked to enable the image to be referenced in our Lightning component.

Carry out the following steps to upload an image file into Salesforce CRM using Static Resources:

  1. Create or source a suitable image to be used as a company logo in the JPG, GIF, or PNG format and approximately 200 x 40 pixels, as shown in the following screenshot:
  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:
  1. Type static resources in the Quick Find search box, as shown in the following screenshot:

  1. Select the Static Resources option.
  2. Click on New, as shown in the following screenshot:
  1. Click on New.
  2. Enter the name of the Static Resource in the Name field. For this recipe, type WidgetsXYZlogo.
  3. Enter This is the company logo for WidgetsXYZ in the Description field.
  4. In the file uploader control, click on the Browse... button to select the image to upload from your computer. In this recipe, choose the image identified in step 1.
  5. Ignore the Cache Control picklist selection and leave it as default Private (Cache Control is only relevant to static resources used in https://www.force.com/, a Salesforce technology used for creating public web applications and web sites).
  6. The Static Resources setup screen appears as shown in the following screenshot:

  1. Click on Save.
  2. In the resulting Static Resource Detail page, click on View file, as shown in the following screenshot:
  1. In the resulting Static Resource Detail page, you can verify that the image is loaded by clicking on View file, which will load the file that has been uploaded. In our example, this is our company logo:

How to do it...

Carry out the following steps to develop a custom Lightning component and add it to an existing Home page within Lightning App Builder:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Developer Console option, as shown in the following screenshot:
  1. In the resulting Developer Console window, click on File.
  2. Click on New.
  3. Click on Lightning Component, as shown in the following screenshot:
  1. In the resulting New Lightning Bundle dialog, enter CompanyLogo for the Name.
  2. Enter This is a Company Logo Component for the Description.

 

  1. Click on Submit, as shown in the following screenshot:
  1. In the resulting Component page, paste the following code:
<aura:component implements="flexipage:availableForAllPageTypes" access="global"> 
   <img src="{!$Resource.WidgetsXYZlogo}"/> 
</aura:component> 
  1. Click on File.
  2. Click on Save, as shown in the following screenshot:
  1. Now, to add the component to an existing Home page using Lightning App Builder, click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:

  1. Type app builder in the Quick Find search box, as shown in the following screenshot:
  1. Select the Lightning App Builder option.
  2. Click the Edit link for the Home_Page_Default customized Home page, as shown in the following screenshot:

  1. In the resulting Lightning App Builder page, drag and drop the CompanyLogo component from the custom Lightning Components pane to the top of the Home page canvas, as shown in the following screenshot:

Note

At the time of writing, custom Lightning Components only appear in the list of Lightning Components if you have set a custom Salesforce domain name for your organization. This is required for security reasons and is done by creating a My Domain subdomain, as detailed in the There's more... section of this recipe.

How it works...

The customized Home page for the assigned users will appear with the custom logo, as shown in the following screenshot:

 

There's more...

Custom Lightning Components are only available for use if you have set a custom Salesforce domain name for your organization. This is required for security reasons and is done by creating a My Domain subdomain. Carry out the following to set up a My Domain subdomain:

  1. Click on the Setup gear icon, as shown in the following screenshot:

Note

The Setup gear icon is located in the top right-hand corner of the main Home page.

  1. Click the Setup option, as shown in the following screenshot:
  1. Type my domain in the Quick Find search box.
  2. Click on My Domain, as shown in the following screenshot:

  1. Enter name.
  2. Click on Check Availability.
  3. Click on Register Domain, as shown in the following screenshot:

  1. Click on Deploy to Users.
  2. Click on OK to confirm, as shown in the following screenshot:

  1. In the resulting screen, the final step, My Domain Settings are displayed, as shown in the following screenshot:
Left arrow icon Right arrow icon

Key benefits

  • • Implement advanced user interface techniques to improve the look and feel of Salesforce CRM.
  • • Discover hidden features and hacks that extend standard configuration to provide enhanced functionality and customization.
  • • Build real-world process automation using detailed recipes to harness the full power of Salesforce CRM.

Description

Salesforce CRM is a market-leading customer relationship management (CRM) application that is accessed over the internet. This application greatly enhances a company's sales performance, improves customer satisfaction, and provides a robust customer relationship management system for an organization. Salesforce CRM Admin Cookbook, Second Edition enables you to instantly extend and unleash the power of Salesforce CRM and its Lightning Experience framework. It provides clear, comprehensive instructions along with detailed screenshots and code. Whether you are looking for solutions to enhance the core features, such as data management, process automation, data validation, and home page administration, or are looking for ideas on advanced customization techniques, this book will provide you with immediate, practical, and exciting real-world recipes. This book guides you through interesting topics spanning a variety of functional areas. Recipes are provided that allow you to configure, build and extend the capability of Salesforce CRM using the Lightning Experience framework.

Who is this book for?

If you are a system administrator interested in developing and enhancing your skills with data management, process automation and security enhancements with SalesforceCRM, then this book is for you. Some basic understanding of SalesforceCRM and system administration knowledge would be needed.

What you will learn

  • *Building home page components and creating custom links to provide additional functionality and improve the Home Tab layout
  • *Improving the look and feel of Salesforce CRM with the presentation of graphical elements using advanced user interface techniques
  • *Improving the data quality in Salesforce CRM and automatic data capture
  • *Implement an approval process to control the way approvals are managed for records in Salesforce CRM
  • *Increase productivity using tools and features to provide advanced administration
  • *Extend Lightning Experience Record Pages to tailor user interaction experience
  • *Create Lightning component to implement Search before Create for customer/person accounts

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Dec 22, 2017
Length: 358 pages
Edition : 2nd
Language : English
ISBN-13 : 9781788625517
Category :
Concepts :
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $15.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Dec 22, 2017
Length: 358 pages
Edition : 2nd
Language : English
ISBN-13 : 9781788625517
Category :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 164.97
Learning Salesforce Visual Workflow and Process Builder
$54.99
Salesforce Lightning Reporting and Dashboards
$54.99
Salesforce CRM Admin Cookbook
$54.99
Total $ 164.97 Stars icon
Visually different images

Table of Contents

8 Chapters
Salesforce CRM's Home Page is Where the Heart is... Chevron down icon Chevron up icon
Making a Picture Paint a Thousand Words... Chevron down icon Chevron up icon
Automating Work with Salesforce CRM Chevron down icon Chevron up icon
Improving Data Quality in Salesforce CRM Chevron down icon Chevron up icon
Implementing Approval Processes Chevron down icon Chevron up icon
Productivity Tools for Superusers and Advanced Administration Chevron down icon Chevron up icon
Extending Lightning Experience Record Pages Chevron down icon Chevron up icon
Building a Search-First-Before-You-Create Lightning Component Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.8
(5 Ratings)
5 star 40%
4 star 0%
3 star 0%
2 star 20%
1 star 40%
Antonina Apr 22, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A great book for both new and experienced Salesforce Admins. The book is very well structured and all concepts are explained clearly. What I like the most is that all excercises are concentrated around real-life scenarios applicable to most companies that use Salesforce. In addition to this while many other books still teach how to do things in classic, this book is all about Lightning. Whether you are new to Salesforce or consider switching to Lightning, I recommend reading this book.
Amazon Verified review Amazon
Trevor Lobel Apr 12, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Once again an outstanding book from Paul. Clear, concise, packed full of very valuable and relevant information. Highly recommended !
Amazon Verified review Amazon
Jon May 14, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
Half of the book is covered with screenshot images and instructions. The examples are very trivial and repetitive. You can learn all this stuff online and find better explanations there.
Amazon Verified review Amazon
Robby Oct 24, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
(This as of 2018-10-24) - Hmmm... Both reviews don't have "Verified Purchase" and sound like friends of the author... And why isn't there any preview of this book, or even the Table of Contents isn't provided? $40 bucks is pretty steep for a book that doesn't let you see what's inside. Till then, I'm not going to risk $40 on blind faith. @Author - Add a preview and I will change this review...
Amazon Verified review Amazon
Cliente de Amazon May 20, 2022
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
Too much theory
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.