Category Lightning Component

Boost Productivity with a Personalized Favorite Account List LWC

Introduction Salesforce is a powerful CRM platform that enables businesses to manage their customer relationships effectively. However, as the number…

Subscribe Platform Event in Lightning Component

The post details a method to display a warning message on Salesforce, suggesting fields to complete or correct to improve contact data quality. The solution involves creating a "Platform Event," an Apex Trigger, and a Lightning component in Salesforce. Apex Trigger publishes an event which the Lightning component subscribes to. Upon receiving an event message, the Lightning component sends a warning message to the user.

Quick News Lightning Component

The post showcases a "NewsApp" lightning component application developed on Salesforce lightning platform. Designed to display recent articles from global sources, the application offers features like keyword search and breaking news. It's constructed with the Salesforce lightning framework and "NewsAPI", and hosted on Salesforce by embedding the component in a Visualforce page. The data from news sources is parsed and processed into readable news articles.

Locate Accounts Address On Google Map

Arun Kumar shares multiple gist codes for accounts mapping in Salesforce such as 'AccountsOnMap', 'AccountOnMapController', 'AccountOnMapHelper', 'AccountsOnMapCSS', and an 'Apex Class'. He advises creating a lightning component tab and using it in the tab, providing a detailed link for reference.

Toast Message In Lightning Component

The event "$A.get("e.force:showToast")" in Salesforce's Lightning Experience, Salesforce Mobile, and Lightning Community generates a toast message to provide user feedback. It offers various attributes for customization, including title, duration, and message. Messages can be styled differently and auto-dismissed based on specified duration.