Platform Events in Salesforce is a powerful feature that enables event-driven architecture within Salesforce ecosystem and support near real time integration.
Author: Dhanik Lal Sahni
This post will give step-by-step information for Jira integration within Salesforce Apex and create a Jira issue from Salesforce.
Named and External Credential are critical tools for secure data connectivity within Salesforce. Let us use authentication parameters of external credentials
Git provides a robust and reliable platform for version control, track Salesforce Metadata changes, collaborate effectively, and maintain codebase
This post will explain how to create a configurable record picker in lightning web component to make it more manageable in code.
GraphQL improves web development by providing more efficient data fetching. In this post, we will fetch data using GraphQL in the Lightning Web component.
Learn how to Dynamically Instantiate Components in LWC with real examples. Boost your Salesforce Lightning Web Component skills with this hands-on guide.
YouTube video integration is the process of embedding YouTube videos into various apps. In this post, we will integrate YouTube Video API in Salesforce LWC.
Pexel 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. In this post, we will integrate Pexel API for Seamless Image Retrieval. Steps for Integration: 1. Get Pexel API Licenses We need an API key to integrate Pexel with Salesforce. We have to register on its site. Once we register we will get an API key. We will use this API key in the Named Credential Setup. 2. Create Named Credential and External Credential Named Credentials are used for securely…
GraphQL can retrieve data from multiple sources in a single query. In this post, we will build a GraphQL Query Generator in Salesforce Apex.