Salesforce Spring’21 Release Notes
Author
February 26, 2021
LIGHTNING PAGE PERFORMANCE
When you’re creating or updating Lightning Record Pages, there is now an Analyze-button which is present in top right which shows you details of the page, for both Desktop and Mobile devices. The results show how long it takes for the page to load and useful tips on what to change, for improved performance using visuals metrics like gauge and bar graph.
SALESFORCE MEETINGS
Salesforce is changing the way sales reps prepare and conduct their engagements with their prospect and clients. New functionality is coming to make meetings better for everyone. There is a couple of functionality, Meeting Digest and Meeting Studio.
1. Meeting Digest – A part of Salesforce Meetings, The Meeting Digest delivers a single pageview for Sales Reps before a meeting where they can get insights about who’s attending a meeting, reminders about meeting invitation responses and details, and any related record activity, powered by Einstein.
2. Meeting Studio – This tool helps keep prospects and customers engaged during meetings. Reps are able to show their camera and presentation in the same window to keep meetings flowing and allowing smooth transitions between sharing content, as well as a place to take notes, document next steps, and collaborate with their team.
Lightning Email Templates
We will be able to use Lightning Email templates in email alerts, including email template builder email templates, Process builder, Approval process, workflow, flow, and more to send emails to users. Previously, when you set up an email alert you used Salesforce Classic email templates only. This gives you more HTML features and the new Email Template Builder to design more attractive emails.
Manual Sharing in Lightning
If you are tired of switching back to classic to share records and manage record share, Salesforce is bringing this functionality in Lightning Experience. With sharing, your users will now be able to share a record to a user, or group of users.
SALESFORCE FLOW
Salesforce has renamed the Lightning Flow to Salesforce Flow. This will include all your process and flows features. Below some of the Salesforce Flow enhancements.
1. Screen elements now allow for Multi-Column support. You can now configure screens the make use of winder monitors by adding up to 12 columns to be added to a page.
2. The ability to access prior values in a record-triggered flow.
3. Time based flow actions are coming so you can configure flows to execute an action at a particular time. Previously, it is only available through the process builder.
4. Rich text emails are coming to flow, some admins will have more control over the way their emails look and feel and use Lighting Email templates also.
5. Debugging tool enhancements make it easier to test and troubleshoot the flows. Many error emails now contain a link that opens Flow Builder, where you can see the interview’s path on the canvas and the error details. Debug schedule-triggered flows and auto launched flows with no triggers directly on the canvas.
- Debug Failed Flows More Easily
No more scrolling through a long flow error email to figure out what went wrong during the run. Now you can simply click a link in the error email to open Flow Builder and see the failed flow interview’s path on the canvas. The detailed error information appears next to the canvas.
- Debug Flows More Easily with Consistent Terms and Direct Debugging for Schedule-Triggered Flows
In addition to non-triggered auto launched flows, debugging directly on the canvas now supports schedule-triggered flows. Also, we updated the text in flow debug details and error emails to match Flow Builder’s element names: Create Records, Update Records, Get Records, and Delete Records.
- See Accurate Flow Information in Debug Logs
Debug logs now record the total amount of CPU time consumed by a particular flow or process in the FLOW_INTERVIEW_FINISHED_LIMIT_USAGE log lines. Also, the FLOW_INTERVIEW_LIMIT_USAGE log lines now accurately record the CPU time consumed by flows and processes that are configured to run in API version 51.0 or later.
SOQL Updates
The SOQL language gets a very practical new operator (FIELDS) which allows to query all the fields, custom fields or standard fields of an object without having to list them one by one.
- FIELDS(ALL) —to select all fields of an object.
- FIELDS(CUSTOM) — to select all custom fields of an object.
- FIELDS(STANDARD) — to select all standard fields of an object.
Apex Updates
Now, SOQL is no longer needed in order to retrieve Custom Metadata records. The methods getAll(), getInstance(recordId), getInstance(qualifiedApiName) and getInstance(developerName) can be used to retrieve records from a Custom Metadata, as it was already possible to retrieve Custom Settings records.
Community Cloud becomes Experience Cloud
Salesforce has renamed the Community Cloud to Experience Cloud. Experience Cloud is a digital experience platform that helps companies quickly build connected digital experiences for their customers, partners and employees at scale. Combining features like Salesforce CRM, CMS, and Experience Builder with a suite of pre-packaged apps, companies can easily create and deliver personalized content, websites, portals, mobile apps and storefronts—with clicks, or code.
You can now find your communities in Setup → Digital Experiences.
Another important feature for those who plan to build a customized Digital Experience (Community), you can now use the LWR (Lightning Web Runtime), a template that uses LWC (Lightning Web Components).
Improved Detail Page Charts
The new Daily Changes chart overlay offers a clearer view of metric changes for each day. Now you can easily see when changes happened on specific days.
The Daily Changes view is available for all metrics in the Permissions category and all Configuration metrics except Security Health Check. Daily Changes is automatically enabled. You can hide and redisplay Daily Changes or Trend graphs by clicking the Daily Changes and Trend boxes.
Use BatchApexErrorEvent Triggers to Monitor ISV Applications
Include BatchApexErrorEvent triggers in your managed package to monitor the health of batch jobs and take necessary corrective action without any post-installation steps.
The BatchApexErrorEvent object represents a platform event associated with a failing batch Apex execution. A batch Apex class must implement the Database.RaisesPlatformEvents interface, a BatchApexErrorEvent Platform Event is fired whenever a batch Apex job encounters an unhandled exception allowing ISVs to create a better performing product. It is triggered on any batch error, including “uncatchable” errors, such as limit exceptions and includes information such as job id, error type, record ids being processed, etc.
Report Details Emailed in .xlsx Format
Get report exports in the format you want. When exporting a report, you can select .xlsx, .xls, or .csv as the format. Previously only .xls and .csv were supported.
On the Reports page, select the Export row-level action for the report. Click Details Only and then select .xlsx as the Format option.
If security is a concern, you can hide the .xls option by selecting Hide the option to export a report in XLS format in Lightning Experience in Reports and Dashboards Settings.
In-App Guidance Updates
In-App Guidance allows you can create pop-up hints that help the new user to navigate a page. They can also be used when a feature has been changed or a new feature has been introduced.
There have been several updates provided in the Salesforce Spring 21 release including:
1. Adding images to prompts
2. Adding a snooze option, allowing users to view the prompts later.
3. More screen positions to display the prompts.
4. Shareable URLs to access in-app guidance.
5. Rich-text editing in docked prompts.
Lightning Web Component Action (Pilot)
Create a Lightning Web Component (LWC) and use it as a quick action. Lightning Web Component actions work side by side on your pages along with Lightning component and Visualforce actions. LWC actions offer advantages such as the ability to easily customize headers and footers and to create actions that have no UI representation. Available to orgs that enable the pilot feature.
Flag Invocable Apex Methods That Make Callouts
For invocable actions that perform callouts, you can now add a callout attribute to the invocable Apex method annotation. With this information, a flow calling the action knows how to manage the transaction at run time. To flag callouts in Apex methods annotated with @InvocableMethod, add the callout attribute to the annotation and set it to true.
@InvocableMethod(callout=true, label=”My Action Label”)
If your action makes a callout, set the callout attribute to true. If the action is executed by a flow, at run time the flow determines how to successfully execute the action, in a new transaction or in the currently running transaction.
If the callout attribute is set to false, the action is flagged to safely perform in the transaction regardless of whether the transaction has uncommitted work.
Convert Leads to a Person Account and a Business Account at the Same Time with New LeadConvert Methods
For Salesforce orgs that use APEX Lead Convert, Person Accounts, and Contacts to Multiple Accounts, new methods are available on the LeadConvert() class. These methods allow converting leads into a business account and a person account instead of a contact.
Pranshu Goyal, Director of Products at Mirekta, states: “We envision DSM to be used by every small to a medium-sized organization dealing with bad data and want to get rid of duplicates easily with no cost. We have faced issues dealing with duplicates in our organization. That inspired us to make a solution that is not only simple to use but can be used widely to make the organization’s data clean to make them more efficient and productive. We want DSM to be a solution for every organization looking for duplicate management capability better than the Salesforce out-of-the-box solution with no additional cost.”
Recent Posts
-
Salesforce 2025 Game-Changing Trends You Need to Know28 Jan 2025 Blog
-
Agentforce 2.0: Everything You Need to Know About the Latest Update22 Jan 2025 Blog
-
The Ultimate Guide to NetSuite Development: Tools and Techniques10 Jan 2025 Blog
-
How Salesforce Nonprofit Cloud Transforms Fundraising Strategies10 Jan 2025 Blog
-
The Impact of Salesforce Development Partners on Small and Medium Businesses08 Jan 2025 Blog
-
Key Questions to Ask When Hiring a NetSuite Development Partner08 Jan 2025 Blog
-
Salesforce Agentforce Demystified: Your Essential Guide08 Jan 2025 Blog
-
Salesforce and NetSuite Integration: Driving Business Efficiency with Precision06 Jan 2025 Blog
-
Everest Group has positioned Mirketa as an Aspirant in the report24 Dec 2024 Press Release
-
Salesforce Einstein20 Dec 2024 E-Book
-
Order to Cash Cycle with NetSuite20 Dec 2024 E-Book
-
Empower Your Marketing Strategy with Salesforce Marketing Cloud's Automation Studio Activities13 Dec 2024 Blog
-
Salesforce CPQ for Subscription-based Businesses10 Dec 2024 Blog
-
Unleashing the Magic of Einstein Prediction Builder10 Dec 2024 Blog
-
Customized Templates and Branding with Salesforce Experience Cloud10 Dec 2024 Blog
-
Unleashing the Power of Real- Time Reports and Dashboards in NPSP10 Dec 2024 Blog
-
Top 4 Salesforce Automation Tools in 202409 Dec 2024 Blog
-
Salesforce Service Cloud Implementation: The Ultimate Guide09 Dec 2024 Blog
-
Salesforce CRM Implementation Partner Enhancing Automation in Healthcare09 Dec 2024 Blog
-
Shorten Your Sales Cycle in 8 Steps: Salesforce CPQ Implementation Guide09 Dec 2024 Blog
-
Overcoming Top 5 Common Sales Challenges With Salesforce Revenue Cloud06 Dec 2024 Blog
-
Empowering Sales Teams with Einstein: 5 Proven Methods to Drive Sales Success05 Dec 2024 Blog
-
Mirketa Recognized by NetSuite as Summer 2024 Alliance Partner Spotlight Award Winner04 Dec 2024 Blog
-
Salesforce Agentforce: Revolutionizing AI with Autonomous Agents03 Dec 2024 Blog
-
How to send information from one Salesforce Org A to another Org B using Salesforce Integration?30 Nov 2024 Blog
-
Salesforce Education Cloud in Higher Education: Transforming University Operations and Student Experience14 Nov 2024 Blog
-
The Future of Healthcare: Transforming with Salesforce Health Cloud & Elixir EHR14 Nov 2024 Blog
-
Mastering the Salesforce Quote to Cash Process: A Complete Guide for Businesses13 Nov 2024 Webinar
-
Mastering the Salesforce Quote to Cash Process: A Complete Guide for Businesses28 Oct 2024 Blog
-
Integrating Amazon OpenSearch Service with Salesforce26 Oct 2024 Blog
-
Salesforce Support and Services: Why They Are a Must for Optimizing CRM Performance10 Oct 2024 Blog
-
Salesforce Admin Support: Unveiling the Backbone of CRM Success03 Oct 2024 Blog
-
Mastering Salesforce Financial Services Cloud: A Step-by-Step Implementation Guide03 Oct 2024 Blog
-
Recap Dreamforce 2024: Unleashing the Power of AI and Data with Mirketa27 Sep 2024 Blog
-
How Salesforce’s Agentforce Revolutionizes Manufacturing Operations26 Sep 2024 Blog
-
Top 5 Benefits and Use Cases of Implementing Salesforce Health Cloud for Healthcare Providers24 Sep 2024 Blog
-
A Beginner’s Guide to NPSP Basics13 Sep 2024 Blog
-
How to Avoid 9 Common Mistakes when Selecting a Salesforce Consulting Partner09 Sep 2024 Blog
-
Expert Guide to Salesforce Implementation in 202405 Sep 2024 Blog
-
Mirketa to present a webinar on Digital Transformation for Nonprofits'01 Sep 2024 Press Release
-
Salesforce Support Specifics: How to Get Assistance and Resolve Issues Swiftly28 Aug 2024 Blog
-
Mirketa Expands Its Presence in Non-Profit Space with Salesforce Nonprofit Cloud01 Aug 2024 Press Release
-
Top Reasons to Choose an ISV as Your Preferred Salesforce Partner19 Jul 2024 Blog
-
Empowering Component Development in Salesforce Lightning06 Jul 2024 Blog
-
How Salesforce Macros Can Boost Your Productivity and Improve Customer Experience?26 Jun 2024 Blog
-
The Relationship Between NPSP and Salesforce Standard Objects10 Jun 2024 Blog
-
Unlocking Business Insights with Salesforce Reports and Dashboard04 Jun 2024 Blog
-
Maximizing Alumni Engagement with Salesforce Communities and Marketing Automation03 Jun 2024 Blog
-
NPSP Package vs. Nonprofit Cloud: Understanding the Differences and Choosing the Right Solution30 May 2024 Blog
-
Unleashing Soft Credit and Marketing Gift in Nonprofit Cloud: A Revolutionary Approach to Fundraising27 May 2024 Blog
-
Best Practices for Donor Management in NPSP24 May 2024 Blog
-
Grant Management with NPSP22 May 2024 Blog
-
Leveraging NPSP Automation for Managing Constituents20 May 2024 Blog
-
Comprehensive Guide to CPQ Product Rules15 May 2024 Blog
-
Enhancing Customer Experience with Salesforce Experience Cloud14 May 2024 Blog
-
Best Practices for Salesforce Marketing Cloud Implementation10 May 2024 Blog
-
Mastering Inventory Management for MedTech with Salesforce Health Cloud09 May 2024 Blog
-
Mastering Inventory Management for MedTech with Salesforce Health Cloud08 May 2024 Blog
-
Salesforce Einstein Lead and Opportunity Scoring: The Key to Smarter Sales07 May 2024 Blog
-
Education Architecture Setup: Unveiling the Power of Salesforce.org’s EDA05 May 2024 Blog
-
Setting Up Einstein Conversation Insight02 May 2024 Blog
-
Salesforce Scale Center Feature24 Apr 2024 Blog
-
Salesforce’s Service Cloud: Revolutionizing Student Services in Higher Education19 Apr 2024 Blog
-
Enhanced Scalability of Salesforce Commerce Cloud (SFCC)18 Apr 2024 Blog
-
EDA: Drive Admissions Strategy with Analytics and AI17 Apr 2024 Blog
-
Transforming Education: Exploring the Impact of K-12 Architecture Kit on Student Success16 Apr 2024 Blog
-
Mirketa Inc and Matrix Surgical Forge Path to Innovation with NetSuite Partnership16 Apr 2024 Press Release
-
Program Management Module (PMM) with Salesforce NPSP12 Apr 2024 Blog
-
Einstein Prediction Services using Postman: Einstein Discovery04 Apr 2024 Blog
-
Unleashing the Power of Real- Time Reports and Dashboards in NPSP03 Apr 2024 Blog
Categories
Featured by












Office Locations

11501 Dublin Blvd STE 200, Dublin, CA 94568, USA

B-4/5 First Floor, Sector- 63, Noida 201301, India
