Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.
salesforce apex
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Multi-Select Lookup Component
by Dhanik Lal Sahni January 5, 2023Multi 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.
- ApexLightningLightning Web ComponentSalesforce
Generate Topic Followers List
by Dhanik Lal Sahni November 30, 2022Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
- ApexLightningLightning FlowSalesforce
Posting Rich Text Chatter using Apex
by Dhanik Lal Sahni November 21, 2022Salesforce Chatter is a collaboration tool that let users share information and files. This post will help in posting rich text chatter using Apex.
- ApexArchitectureSalesforce
Build Scalable Solutions with Salesforce
by Dhanik Lal Sahni August 6, 2022While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
- ApexArchitectureSalesforce
Enhance Apex Performance with Platform Caching
by Dhanik Lal Sahni July 26, 2022Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
- QuestionSalesforceSalesforce
Salesforce Interview Question for Asynchronous Apex
by Dhanik Lal Sahni June 30, 2022Asynchronous 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.
- 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.
- 1
- 2