This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
salesforce apex
- 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.…
- 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.
- ApexArchitectureIntegrationSalesforce
Automating data synchronization between Salesforce and Amazon Seller
by Dhanik Lal Sahni May 15, 2023This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
- ApexArchitectureSalesforce
Handle Heap Size for Apex Code Optimization
by Dhanik Lal Sahni March 30, 2023Heap size is theĀ amount of memory needed to store object variables in memory. This post will list out ways to handle heap size for apex code optimization.
- ApexArchitectureCertificationIntegrationintegration architectureSalesforce
Shopify integration with Salesforce using Webhook
by Dhanik Lal Sahni March 15, 2023We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.