Salesforce Winter ’21 Release Notes (Developer Perspective)

Update Resources with the PATCH HTTP Method in Apex Callouts

To make partial or full updates to a resource in an HTTP web service, specify the PATCH method in the HttpRequest class. Previously, only the PUT method was supported for full updates.

https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_callouts_patch.htm?edition=&impact=

Use the Safe Navigation Operator to Avoid Null Pointer Exceptions

Use the safe navigation operator (?.) to replace explicit, sequential checks for null references. This new operator short-circuits expressions that attempt to operate on a null value and returns null instead of throwing a NullPointerException.

Where: This change applies to Lightning Experience and Salesforce Classic in Enterprise, Performance, Unlimited, and Developer editions.

How: If the left-hand-side of the chain expression evaluates to null, the right-hand-side is not evaluated. Use the safe navigation operator (?.) in method, variable, and property chaining. The part of the expression that is not evaluated can include variable references, method references, or array expressions.

https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_SafeNavigationOperator.htm?edition=&impact=

Instead of checking System.isFuture() || System.isQueueable(), detect Apex Runtime Context with RequestId and Quiddity

//Get info about the current request
Request reqInfo = Request.getCurrent();

//Universally unique identifier for this request
//Same as requestId in splunk or REQUEST_ID in event monitoring
String currentRequestId = reqInfo.getRequestId();

//enum representing how Apex is running. e.g. BULK_API vs LIGHTNING
//Use this with a switch statement,
//instead of checking System.isFuture() || System.isQueueable() || ...
Quiddity currentType = reqInfo.getQuiddity();

Improve Apex Testing with New SObject Error Methods

If the SObject.addError() method has been called on an SObject instance, the SObject.hasErrors() method returns true. The SObject.getErrors() method returns a list of Database.Error objects that contain the errors. encountered.https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_apex_trackErrors.htm?edition=&impact=

A new REST resource for Composite requests is now generally available

Then composite resources let you batch up multiple calls in a single call. By using this you can simplify your code, reduce network overhead, and improve your app’s performance.

composite graphs ensure that the steps in a given set of operations are either all completed or all terminated. It’s no longer necessary to check for a mix of successful and unsuccessful results. The Composite Graph resource payload increases the subrequest limit to 500 per payload, up from 25 per Standard Composite payload. A single API call can now do much more.

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/using_composite_resources.htm

Transform Data with a Few Clicks (Pilot)

Data in your Salesforce org is stored across different objects. Use Data Processing Engine to bring all the data in one place and transform it based on your requirements. Start by creating an instance of Data Processing Engine. Then select data sources, define the various configurations, and choose whether you want to use the transformed data to create records or update existing records.

https://releasenotes.docs.salesforce.com/en-us/winter21/release-notes/rn_data_processing_engine_create.htm?edition=&impact=

1,085 thoughts on “Salesforce Winter ’21 Release Notes (Developer Perspective)”

  1. I believe everything said was very reasonable.
    However, think about this, suppose you were to write a awesome
    headline? I ain’t saying your content is not solid, however suppose
    you added a post title that grabbed a person’s attention? I mean Salesforce Winter ’21 Release Notes (Developer Perspective) –
    SFDCians is a little plain. You should look at Yahoo’s front
    page and note how they create post headlines to
    get people to open the links. You might add a related
    video or a picture or two to get readers interested about what you’ve written. In my opinion, it could
    bring your posts a little livelier.

  2. My programmer is trying to convince me to move to .net from PHP.
    I have always disliked the idea because of the expenses.
    But he’s tryiong none the less. I’ve been using Movable-type on a number of websites for about a year and am
    worried about switching to another platform. I have heard very good things about blogengine.net.
    Is there a way I can transfer all my wordpress posts into it?

    Any help would be greatly appreciated!

  3. cilt bakım seti,cilt bakım,cilt bakım ürünleri,kırışıklık serumu,Yüz Bakım Seti,yaşlanma karşıtı krem,cilt bakım,Yüz bakım
    ürünleri ve en önemli ürünlerden olan leke kremi satın alınacak
    en iyi site lekekremim.com

  4. Thank you for another excellent article. The place else could anybody get that kind of info in such an ideal way of writing?

    I have a presentation next week, and I am on the search for such info.

  5. Hi everyone, it’s my first visit at this web page, and
    article is really fruitful in support of me, keep up posting
    such articles or reviews.

  6. Hey there just wanted to give you a quick heads
    up. The wrds in your article sem to be running off the
    screen in Chrome. I’m not sure if this is a
    format issue or something to doo with internet browser compatibility but I
    thought I’d post to let you know. The style aand design loik great though!

    Hoppe you get thhe problem fixed soon. Thanks
    homepage

  7. My partner and I stumbled over here by a different website and thought I might check things out.
    I like what I see so now i’m following you. Look forward to looking over
    your web page for a second time.

  8. Thanks for a marvelous posting! I certainly enjoyed reading
    it, you can be a great author.I will remember to bookmark your blog and
    definitely will come back later on. I want to encourage you to continue your great posts, have a nice weekend!

  9. I really like what you guys are usually up too. This type
    of clever work and exposure! Keep up the wonderful works guys I’ve
    you guys to blogroll.

  10. Thank you for any other great post. Where else could anyone
    get that type of information in such a perfect approach
    of writing? I’ve a presentation subsequent week,
    and I’m on the search for such information.

  11. My relatives all the time say that I am killing my time here at net,
    but I know I am getting know-how everyday by reading thes good posts.

Comments are closed.