
Essentials to Know to Get Started with Lightning Web Components
Lightning Web Components was born to succeed Aura/Lightning components. Launched by Salesforce in Feb’19, Lightning Web Components is an open…

Lightning Web Components was born to succeed Aura/Lightning components. Launched by Salesforce in Feb’19, Lightning Web Components is an open…

The blog post provides solutions for the challenges faced while inserting mass CustomMetadataType records in Salesforce org. It suggests using SalesforceDX CLI and explains the process of inserting records using Salesforce CLI. It also mentions an easier alternative of applying a Custom Metadata Loader tool from GitHub.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Scelerisque…

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Scelerisque…

The Lightning user interface in Salesforce requires an extra click compared to the Classic UI to access the 'Edit' action on the Contact list in the Account page. This has been addressed by using a formula field and URL hack that simplifies this process.

The article explains how to automatically share a file uploaded on Salesforce's event object with parent records, using Apex. It details the roles of ContentDocument, representing the file; ContentVersion, its version; and ContentDocumentLink, the link to where it's shared.

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.

The Salesforce platform allows users to host a webpage or application accessible to the public without requiring login. Users create a visualforce page, then register a domain and create a new active site. Appropriate permissions must be set in public access settings to permit access to the visualforce page, apex class, and assorted objects.
A COVID-19 tracking app for India on Salesforce, leveraging lightning components, Apex classes, and a VisualForce page. It uses APIs from Covid19india.org and NewsAPI, along with the ChartJS library for visual data representation. Source codes and set-up instructions are provided.

A guide on automating user addition to specific Salesforce queues or groups using Process Builder and Flow. This involves creating a queue, building a flow with decision and record elements, and setting up a Process Builder on the user object. After configuration, users will be added to their specific queue automatically.

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.

Salesforce offers a "Lightning Champion" program for professionals proficient in developing Lightning Apps or implementing Lightning Experience. There are two distinct paths: Lightning Activation Champion and Lightning App Dev Champion, each requiring completion of a specific super badge. Champions are rewarded with recognition, community access, event participation and more. Champions should commit to a one-year enrollment and undertake quarterly activities.