This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
- 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.
- ApexIntegrationLightning Web ComponentSalesforce
Seamless YouTube Video API Integration in Salesforce
by Dhanik Lal Sahni October 30, 2023YouTube video integration is the process of embedding YouTube videos into various apps. In this post, we will integrate YouTube Video API in Salesforce LWC.
- 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.
Salesforce provides a lot of features like permission sets, profiles, roles etc. to secure data. In this blog post, we will use File Security with FileEvent.
- 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.