Blogs
-
Getting Acquainted with Aura Components in Salesforce – Dive In Now
In this blog post, we will delve into the subject of Aura Components within Salesforce. Let’s initiate our exploration by examining the Aura Components programming model: Aura Components manifest as self-contained and reusable building blocks of an application. The framework provides a collection of ready-made components that can be assembled and configured to create new…
-
Enhanced Salesforce Lightning Custom Lookup Component
Synopsis Relationship of Lookup in Salesforce Establishes a connection between two records to enable their mutual association. The parent record gains the ability to exhibit a related list, showcasing all linked records. These lookup relationship fields can be established to connect users, standard objects, or custom objects. If the record referenced by a lookup field…
-
Using Batch Apex as described in the Salesforce Apex Developer Guide.
Cluster Apex is employed for the execution of extensive operations, involving a substantial volume of records (think in terms of thousands or even millions!). It serves as a solution for processing tasks that would otherwise exceed the conventional processing limits. Through Batch Apex, you can process records in clusters in a non-concurrent manner (hence the…