Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.
Lightning Web Component
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Multi-Select Lookup Component
by Dhanik Lal Sahni January 5, 2023Multi Select lookup is a important component in the Salesforce. In this post, we will create a generic multi-select lookup component that can be used in a flow.
- ApexLightningLightning Web ComponentSalesforce
Generate Topic Followers List
by Dhanik Lal Sahni November 30, 2022Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
- ApexLightningLightning Web ComponentSalesforce
Generic Component to update Custom Metadata
by Dhanik Lal Sahni October 24, 2022Custom metadata types are used to create configurable application. This post will explain how to update existing Custom Metadata types using generic LWC.
- LightningLightning Web ComponentSalesforce
Generate PDF using jsPDF in Lightning Web Component
by Dhanik Lal Sahni September 25, 2022PDF generation is very important for business. This post will explain how we can generate PDF using jSPDF in Lightning Web Component.
- ApexLightningLightning Web ComponentSalesforce
Reusable Custom Calendar LWC using FullCalendar Js Library
by Dhanik Lal Sahni September 9, 2022We needed a calendar to show information like event information, opportunity closing deadlines, etc. Checkout this post to create reusable custom calendar LWC using FullCalendar Js.
- LightningLightning Web ComponentSalesforce
Custom Image Slider in Lightning Web Component
by Dhanik Lal Sahni August 26, 2022Image Slider can be used to present images in an appealing way. This post will give step-by-step detail to create a custom image slider in Lightning Web Component.