This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
apex
- 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.…
- ApexIntegrationSalesforce
GraphQL Query Generator in Salesforce Apex
by Dhanik Lal Sahni September 30, 2023GraphQL can retrieve data from multiple sources in a single query. In this post, we will build a GraphQL Query Generator in Salesforce Apex.
- ApexLightningSalesforceVisual Force
Capture Images in Salesforce using Mobile App
by Dhanik Lal Sahni September 17, 2023Businesses need to capture images in Salesforce to support customer service. This post will use Visual Force code to Capture Images in Salesforce.
- ApexIntegrationLightning FlowSalesforce
Integrate Slack in Salesforce for Real-Time Notifications
by Dhanik Lal Sahni August 13, 2023Slack is a cloud-based application meant to improve organisational communication. In this post, we will integrate Slack in Salesforce for Customized messages.
GraphQL is a query language for fetching required data using API. This post will explain GraphQL API, and its benefits over REST API and will test this API using a GraphQL client.
- 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.
- ApexIntegrationLightning FlowSalesforce
Extract Demographic Detail using Trestle Reverse Phone API
by Dhanik Lal Sahni June 15, 2023This post will use Trestle Reverse Phone API to validate phone numbers and provide customer’s demographic information like age, addresses, all phone numbers.