GraphQL improves web development by providing more efficient data fetching. In this post, we will fetch data using GraphQL in the Lightning Web component.
Browsing: Salesforce
Dynamic component instantiation can help us avoid loading huge modules. Dynamic import is an easy way to make a component more adaptable.
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…
GraphQL can retrieve data from multiple sources in a single query. In this post, we will build a GraphQL Query Generator in Salesforce Apex.
Businesses 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.
Slack 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.
Text 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.