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
Monthly Archives
- 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