Dec 30, 2020

Spring'21 Highlights

Spring'21

LWC:

  • LWC components can be directly used in quick actions .No more aura bindings.

  • We can put quick actions on cases / work order layout even if feed tracking is enabled

Refer to the Prior Values of the Record That Triggered Your Flow:


  • We can compare new value , old value by using ISCHANGED  in Process Builder 
  • We can do same thing in Workflow as well
  • but we can't do this comparison in Salesforce Flow
In Spring 21 , we can do this comparison by using {!$Record__Prior}

Reference : https://help.salesforce.com/articleView?id=release-notes.rn_forcecom_flow_fbuilder_prior_values_flow.htm&type=5&release=230 


APEX :

  • Database.deleteImmediate() -  we can delete up to 50,000 big object records at once.

Access Custom Metadata Type Records Using Static Methods :

  • Use the Apex getAll(), getInstance(recordId), getInstance(qualifiedApiName), and getInstance(developerName) methods to retrieve information from custom metadata type records faster. These methods don’t rely on the SOQL engine and return the sObject details directly from the call. 

 

No comments:

Post a Comment