December 13, 2019

Spring '20 Release New Features

Hello Trailblazers!
Salesforce delivers hundreds of innovative features three times a year during seasonal releases : Spring, Summer, and Winter. Every release brings you one step closer to a huge boost in productivity for users. In this blog post, we are going to take a sneak-peek at Spring '20 release new features. Let's get started.

1. Update Preview Automatically in Report

  • When Update Preview Automatically toggle button is active, you can preview report updates at run time in Spring '20 release. If Update Preview Automatically toggle button is inactive and you want to see preview then click Refresh button to see the changes in preview.



2. Informative Mini-Icon for Input Field in Screen Component

  • In Spring '20 release, many informative mini-icons are added for Input components such as Location icon for Address, Link icon for URL, Phone icon for Phone, Email icon and so on. Drag the flow Screen on to the canvas. You can see some inputs with icons. Have a look!!




3. Run the flow in context of the user or the system

  1. User or System Context – Depends on How Flow is Launched
  2. System Context with Sharing – Enforces Record-Level Access
  • By default, how the flow is launched determines whether the flow runs in the context of the user or the system
  • If you choose system context with sharing, the flow respects org-wide default settings, role hierarchies, sharing rules, manual sharing, teams, and territories.
  • But it doesn’t respect object permissions, field-level access, or other permissions of the running user.



4. Edit Flow in Flow Builder From App Builder

  • In Spring'20 release, you can now open flow in edit mode from App Builder. When you click on Edit Flow in Flow Builder link, it opens flow in edit mode where you can perform changes. Let's see with screenshot how it looks in Record Page.


5. Launch a flow when a record is created, updated or both

  • Go to Autolaunched flow->click start button to edit

6. Deactivate Flow Without Leaving Flow Builder

  • Deactivate your flow right in Flow Builder if you don't need it. You can also deactivate a flow version from the Flow Detail page.


7. Assign a task to Queue

  • Spring '20 has come up with amazing feature where we can assign a task to Queue without any duplication. This will prevent us from creating duplicate task and have any member from that queue take ownership. Working as a team is simpler and more efficient.


8.  Following objects are available to assign to Queue

  • In Spring '20 release, you can assign Task, Engagement Channel Type, Party Content, Skill, Survey Invitation Objects to Queue.
  • Task
  • Engagement Channel Type
  • Party Consent
  • Skill
  • Survey Invitation 

9. The Opportunity Contact Role in Process Builder, Workflow Rule

  • In Spring '20 release, Opportunity Contact Role object is available to use in Process Builder, Workflow Rule.

10. Send Survey Invitation : Action Type in Process Builder

  • In Spring '20 release, Send Survey Invitation as a new Action Type is added in Process Builder. Now we can send survey invitation via process builder action type.


11. Permission Set Groups

  • Permission Set Groups feature is added in Spring '20 release. Permission Set Groups are great for managing and organizing permission sets for groups of users. Go to Setup-> search for Permission Set Groups-> now you can create it.



12. Navigate to Record's Create Page with Default Field Values

Now you can create custom buttons and links that pass default field values to a new record. Go to Object Manager->Account-> click Buttons, Links, and Actions->click New Button or Link and create button with url and paste the following formula in it.
/lightning/o/Account/new?defaultFieldValues=
Name={!URLENCODE(Account.Name)},
OwnerId={!Account.OwnerId},
AccountNumber={!Account.AccountNumber},
NumberOfEmployees= 100,
Rating=Hot,
Phone=1234567890,
Type=Prospect,
Industry=Education,
AnnualRevenue=1500000

13. Trailblazer.me

Trailblazer.me brings together Trailhead, Trailblazer CommunityAppExchange, IdeaExchange, Salesforce Events and more, for one unified identity and login/ sign up experience across your Salesforce communities.


1 comment:

  1. Every Summer a Salesforce release rolls around with features that keep the fan-fare going.
    Know more about the Release: https://bit.ly/2G7jP7e

    ReplyDelete