This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
lwc
- LightningLightning Web ComponentSalesforce
Displaying Tabular Data with GraphQL in Lightning Web Component
by Dhanik Lal Sahni November 25, 2023GraphQL improves web development by providing more efficient data fetching. In this post, we will fetch data using GraphQL in the Lightning Web component.
- Lightning Web ComponentSalesforce
Dynamically Instantiate Components in LWC
by Dhanik Lal Sahni November 17, 2023Dynamic component instantiation can help us avoid loading huge modules. Dynamic import is an easy way to make a component more adaptable.
- ApexIntegrationSalesforce
Integrate Pexel API for Seamless Image Retrieval
by Dhanik Lal Sahni October 14, 2023Pexel is a popular online platform providing high-quality, free stock photos and videos. Sometimes we need images/videos for Social Media Marketing, Presentations, Art and Design Projects, Product Design, Prototyping etc.…
- ApexIntegrationLightning Web ComponentSalesforce
Text translation in Salesforce Using Apex
by Dhanik Lal Sahni July 15, 2023Text translation is the process of converting any written text from one language to another. This post will explain how to translate text in Salesforce Apex.
- ApexLightningLightning Web ComponentSalesforce
Export Data from Lightning Web Component to Excel Sheet
by Dhanik Lal Sahni April 29, 2023In this article, we will explore how to export data from Lightning Web Component to excel sheet using a step-by-step approach.
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Notification Component in LWC
by Dhanik Lal Sahni January 23, 2023Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.
- 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.