Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
Dhanik Lal Sahni
Dhanik Lal Sahni
I have around 14 years of Experience in Web Based Application. In this experience, I have worked with various technology like SalesForce, .NET, .NET Core, MS Dynamic CRM, Azure, Oracle, SQl Server, WCF, Ionic, Angular.I am more focused on Technology instead of Management. I love to know and research about new technology.
Callable interface enables developers to use a common interface to build loosely coupled integrations. This post highlights dynamic code execution using callable.
Asynchronous process helps us in doing long-running operations in the background so that it will not impact application performance. This post has Salesforce Interview Question for Asynchronous Apex.
Breadcrumbs are navigation elements which indicate a current location on the website. This post will give details to create generic breadcrum component.
Partner 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.
We use toast for showing error, warning, or success messages in our LWC based on use cases. This post will help in creating custom toast to show formatted text.
Component interaction is a very common requirement in Salesforce. Dynamic Interaction in LWC is helping us to interact between several LWC components.
We 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.
We use Salesforce files to store documents in our org. This post will give step-by-step information on Salesforce DropBox Integration to upload files.