Dynamic Interactions in Lightning Web Component?
Posted in

Dynamic Interactions in Lightning Web Component?

With the Winter 22 release, we have received an update called DI which can be used to achieve the same i.e. enable components to communicate with each other which are on the same app page with the help of little development and little configuration. The developer can simply expose the event to the app builder using XML file and Admin can configure the target component and interactions for the event.

Introduction to Batch Apex Salesforce
Posted in

Introduction to Batch Apex Salesforce

Batch apex is used to process the large no of data in Asynchronous mode.( Runs when the resources are free )

With the help of batch apex we can process upto 50 million records.

We prefer to use the batch apex when we have large set of data and we wanted to perform/execute certain logic on the scheduled basis.