URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.
Browsing: salesforce
We use debug statements in Salesforce apex to debug code which can impact application performance. This post will help in understanding how to optimize code by disabling debug mode in production.
Most of the time we need to use the existing apex method which accepts custom wrapper objects. This post will help in sending wrapper object to apex from LWC.
Salesforce apex is used to customize the Salesforce application. We should write proper code for customization for better performance. This post will help in optimizing Salesforce apex code.
Many clients require verified phones for their business use cases. Verified phone helps business to give their services to valid…
Apex code coverage is important when we move code from one Sandbox to other or production environment. In sandbox environment,…
A single Salesforce orgs can be utilized by multiple clients. If our clients are calling Salesforce APIs for data upload,…
In some real-time use cases, we need to convert the date time of one time-zone to the date time of…
Application security is the discipline of processes, tools, and practices aiming to protect applications from threats throughout the entire application…
Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data…