In the Spring ’18 release, Salesforce introduces Quick Actions in Lightning Experience on ListView, but only applicable to Case, Lead, and custom objects only. With this user can do mass action on the selected records. Here is the use case:Cor Container would like to allow the Marketing team to mass update Industry on Lead. Rather… Continue Reading Lightning Experience: List View Mass Actions
-
October 23, 2019
-
October 9, 2019
Lazy loading is a technique that allows you to load data or javascript component asynchronously and increases the performance and data will reflect on the fly. Lightning Data tables are an enhanced version of an HTML table and are used to display tabular data. Lightning: datatable is not supported on mobile devices also inline editing… Continue Reading How To Implement Lazy Loading In Lightning Component
-
October 3, 2019
Implementing custom record search functionality using Lightning web component. Business Case: Adam is Senior Application Developer in TwoPir Consulting Pvt Ltd. He wants a custom object record search functionality in salesforce so he can quickly search any record quickly. Solution: we can create custom record search functionality in salesforce lightning web components. He is developing… Continue Reading Record Search in Salesforce LWC: Enhancing Efficiency