Here is the precise and most important details of Salesforce Spring ’20 Release.
URL hack is back in Spring 2020
What ? : Pre-filled fields values when you create New Record
How ? : Navigate to a Record’s Create Page with Default Field Values, Create custom buttons and links that pass default field values to a new record.
This change applies to Lightning Experience in all editions. This change doesn’t apply to Lightning Out, Lightning communities, or the Salesforce mobile app.
To construct a custom button or link that launches a new record with prepopulated field values, use this sample formula:
/lightning/o/Account/new?defaultFieldValues= Name= {!URLENCODE(Account.Name)}, OwnerId={!Account.OwnerId}, AccountNumber= !Account.AccountNumber}, NumberOfEmployees=35000, CustomCheckbox__c= {!IF(Account.SomeCheckbox__c, true, false)}
Note: This feature is not available when you edit the record. Also you your classic button will not directly work here, you need to replace “&” with “ , ” .
Open Hyperlinks in Formula Fields Correctly (Previously Released Critical Update)
If you have formula fields that contain a HYPERLINK function, Lightning Experience ignores the target value when attempting to open the link. This critical update ensures that the target value for hyperlinks is honored, whether it’s explicitly configured or set by default. This critical update was first made available in Winter ’19.
Stabilize the Hostname for My Domain URLs in Sandboxes (Previously Released Critical Update)
Salesforce has removed instance names from MyDomain URLs for sandboxes. The instance name identifies where your Salesforce sandbox org is hosted. Removing the instance name makes the URL cleaner and easier for users to remember.
For example, MyDomain--SandboxName.my.salesforce.com replaces MyDomain--SandboxName.cs5.my.salesforce.com. This critical update was first made available in Summer ’18.
If you opt in to Extended Support for IE11
you can continue to use IE11 to access Lightning Experience until December 31, 2020.
IE11 has significant performance issues in Lightning Experience.
It is strongly recommended that you do not use Internet Explorer 11 with Community Builder.
Turn On Lightning Experience Critical Update Activates
Starting January 7, 2020 Salesforce is turning on Lightning Experience for all orgs that don’t already have it enabled. The Turn on Lightning Experience Critical Update begins activating on January 7, 2020. Orgs will be activated on a rolling basis, with all orgs expected to be activated by January 31, 2020. After turn on Lightning Experience, users still have access to Salesforce Classic. But Lightning Experience is where everyone should be for driving business growth and improving productivity. To get ready, verify your org’s existing features and customizations in the new interface, and prepare your users with change management best practices.
Empty the Recycle Bin in One Step
Empty your Salesforce org’s Recycle Bin in Lightning Experience with a single click. Previously, you either selected individual items to delete, or had to switch to Salesforce Classic to permanently delete all items at once. Where: This change applies to Lightning Experience in Group, Essentials, Professional, Enterprise, Performance, Unlimited, and Developer editions. Who: To empty the org Recycle Bin, you need the Modify All Data permission How: Open the org Recycle Bin and click Empty Org Recycle Bin.
Power Up Your Related Lists with Enhanced Related Lists (Generally Available) Take your related lists.
Take your related lists to the next level. With Enhanced Related Lists, now generally available, you can show up to 10 rows, resize and sort your columns, perform mass actions, and wrap text. Where: This change applies to Lightning Experience in Essential, Group, Professional, Enterprise, Performance, Unlimited, and Developer editions.
How: From the related lists component in the Lightning App Builder, select Enhanced List from the Related List Type dropdown (1). You can customize how many records to display at once, and choose whether to show the list view action bar. Choosing Enhanced List affects all related lists in the component (2). To customize which columns appear in a particular related list, edit the related list in the page layout editor and add more fields
Salesforce Einstein:
Talk to Salesforce with Einstein Voice Assistant (Beta), Resolve Cases Faster with Article Recommendations, and Predict the Future Using Filters.
Einstein Voice Assistant lets your users add and update Salesforce data conversationally, using their voice. Your agents can resolve cases faster using Einstein’s knowledge article recommendations. Build custom predictions based on filter logic without needing to create fields to predict.
Reference : https://resources.docs.salesforce.com/224/latest/en-us/sfdc/pdf/salesforce_spring20_release_notes.pdf
コメント