Business need verified customers so that they can share important information with them. This post will verify phone using Flow Http Callout with VeriPhone API
salesforce
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.
Apex code executes by default in system mode which means it will ignore user’s permission. This post will show how to secure Apex code with user mode operation.
Salesforce supports object initializer only for sObject and not for custom classes. This post will show how to implement Object Initializer in Salesforce Apex.
Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
Salesforce Chatter is a collaboration tool that let users share information and files. This post will help in posting rich text chatter using Apex.
Image Slider can be used to present images in an appealing way. This post will give step-by-step detail to create a custom image slider in Lightning Web Component.
Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.