Any questions left? Contact us today!
Fill out the form below, and we'll be in touch soon.
Fill out the form below, and we'll be in touch soon.
The Salesforce Spring ’21 Release was packed full of new features! Our Service Manager Clive Platt and Keir Bowden, CTO, Salesforce MVP and Bob Buzzard, ran through all of the highlights and most important things to know to get release-ready. Watch on demand now!
They read all 500+ pages of the Spring ’21 Release notes – so you don’t have to. Here were their top 5 features:
Speed up your report building by selecting multiple fields (using the SHIFT or CMD/CTRL keys, depending on your operating system), then drag them directly on to the report preview or outline panel.
Query all fields, all standard fields or all custom fields on an object using a single function in your SELECT statement – FIELD. This doesn’t mean you can forget about field names in your Apex code, as only the standard fields variant is supported in Apex. However, this will definitely save some keystrokes if you are accessing a lot of standard fields in your pro-code.
One for the low coders – when a flow is triggered by a record update, you can now use the $Record__Prior global variable to see the original fields on the record. Getting closer to parity with triggers.
If you are building experiences (formerly known as communities) using only Lightning Web Components, you can take advantage of the new Build Your Own (LWR) template and see major performance gains.
Another one for the pro-coders – rather than converting all leads to an account and contact, if you have person accounts enabled, you can create a business account and a person account with new methods on the LeadConvert class.