This post will provide detail about the best code analysis tools for Salesforce development language like Apex, VF, LWC and Aura component.
Salesforce
- Book TestimonialsSalesforce
Book Testimonials – Salesforce Platform Enterprise Architecture, 4th Ed
by Dhanik Lal Sahni May 22, 2023To build an Enterprise application we should follow patterns. Book Salesforce Platform Enterprise Architecture covers all important topic for development.
- ApexArchitectureIntegrationSalesforce
Automating data synchronization between Salesforce and Amazon Seller
by Dhanik Lal Sahni May 15, 2023This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
- ApexLightningLightning Web ComponentSalesforce
Export Data from Lightning Web Component to Excel Sheet
by Dhanik Lal Sahni April 29, 2023In this article, we will explore how to export data from Lightning Web Component to excel sheet using a step-by-step approach.
- ArchitectureLightningSalesforce
Steps for Successful Salesforce data migration
by Dhanik Lal Sahni April 17, 2023Salesforce data migration is transferring data from one system to Salesforce Org. This post will give a high-level design for Salesforce Data Migration.
- ApexArchitectureSalesforce
Handle Heap Size for Apex Code Optimization
by Dhanik Lal Sahni March 30, 2023Heap size is the amount of memory needed to store object variables in memory. This post will list out ways to handle heap size for apex code optimization.
- ApexArchitectureCertificationIntegrationintegration architectureSalesforce
Shopify integration with Salesforce using Webhook
by Dhanik Lal Sahni March 15, 2023We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
- ApexIntegrationLightning FlowSalesforce
Verify Phone using Flow HTTP Callout
by Dhanik Lal Sahni February 28, 2023Business need verified customers so that they can share important information with them. This post will verify phone using Flow Http Callout with VeriPhone API
- ApexSalesforce
Data Transformation with DataWeave in Salesforce Apex
by Dhanik Lal Sahni February 10, 2023We 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.
- ApexLightningLightning FlowLightning Web ComponentSalesforce
Generic Notification Component in LWC
by Dhanik Lal Sahni January 23, 2023Some kind of notification is required on every page of the Salesforce Application. Let us create a generic notification component in LWC.