Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
Apex
- ApexArchitectureSalesforce
Dynamic Code Execution using Callable Interface
by Dhanik Lal Sahni July 11, 2022Callable interface enables developers to use a common interface to build loosely coupled integrations. This post highlights dynamic code execution using callable.
- ApexLightningPortalSalesforce
Create Partner Portal User in Salesforce
by Dhanik Lal Sahni May 20, 2022Partner Portal is required by our clients to provide access to their employees. In this post, we will learn about how to create partner portal user.
Component interaction is a very common requirement in Salesforce. Dynamic Interaction in LWC is helping us to interact between several LWC components.
- ApexArchitectureAWSIntegrationSalesforce
AWS Signature 4 Signing in Salesforce
by Dhanik Lal Sahni April 18, 2022We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.
Apex triggers enable us to perform custom actions before or after changes to Salesforce records. This post will provide ways to Apex Trigger Code Optimization.
- ApexIntegrationSalesforce
Salesforce DropBox Integration to upload files
by Dhanik Lal Sahni March 19, 2022We use Salesforce files to store documents in our org. This post will give step-by-step information on Salesforce DropBox Integration to upload files.
- ApexIntegrationLightning FlowSalesforce
Cuttly Url Shortener in Salesforce
by Dhanik Lal Sahni February 17, 2022URL 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.
SOQL optimization is important for application performance. This post will give ideas to make SOQL query selective so that optimizer will optimize soql.
- ApexArchitectureSalesforce
Optimize Apex Code by Metadata Caching
by Dhanik Lal Sahni January 20, 2022Most of the time we need metadata of entities and fields to make dynamic pages. This post will give detail on how to optimize apex code by metadata caching.