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
admin
Entries By admin
- October 9, 2019
- 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
- July 25, 2019
DYNAMIC HELP TEXT ON SALESFORCE LIGHTNING COMPONENT Business Case: Adam is working as a Senior Application Developer in Universal Containers. Company wants to move their traditional (classic version )recruitment app to lightning. Adam needs to do a Proof of Concept by building a custom lighting component for creating the Candidate’s lightning form with dynamic help… Continue Reading Dynamic Help Text in Lightning Component