Slack is a cloud-based application meant to improve organisational communication. In this post, we will integrate Slack in Salesforce for Customized messages.
apex
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 …
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.
This 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
This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
Heap 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
We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
We need to transform data in many format while working in salesforce project. This post will explain how to use data transformation using DataWeave in Apex.
Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.
Multi Select lookup is a important component in the Salesforce. In this post, we will create a generic multi-select lookup component that can be used in a flow.