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
Blogs
- 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
- September 13, 2019
Introduction: With the release of Spring ’18, Salesforce Surveys is now available! This exciting feature enables you to effortlessly create user-friendly forms for gathering valuable feedback and data. Built with a simple editor, all survey data collected is stored directly in your Salesforce Org, making it easy to analyze, create reports, and share insights… Continue Reading Boost Insights with Salesforce Surveys | Easy & Effective
Introduction Creating user-friendly, interactive interfaces is crucial in Salesforce Lightning. Expand/Collapse sections allow users to hide or show content as needed, improving both the user experience and page performance. In Salesforce Lightning, this functionality can be implemented through built-in components like the Accordion, or through custom solutions using Lightning Web Components (LWC) and Aura Components.… Continue Reading How to Add Expand/Collapse Sections in Salesforce Lightning : Step-by-Step Guide
What Are Salesforce Record Types? Record Types in Salesforce allow you to define different business processes, picklist values, and page layouts for different users. This means that one object (like a Contact or Opportunity) can have multiple “types” to serve different purposes. For example, a company may have different Opportunity record types for “New Business”… Continue Reading Determine Salesforce Record Type Based on Picklist Value