Salesforce supports object initializer only for sObject and not for custom classes. This post will show how to implement Object Initializer in Salesforce Apex.
Salesforce
Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
Salesforce Chatter is a collaboration tool that let users share information and files. This post will help in posting rich text chatter using Apex.
Reports and Dashboards are important to get an insight into the company’s important information. This post will help in Optimize Salesforce Reports and Dashboard.
Custom metadata types are used to create configurable application. This post will explain how to update existing Custom Metadata types using generic LWC.
PDF generation is very important for business. This post will explain how we can generate PDF using jSPDF in Lightning Web Component.
- ApexLightningLightning Web ComponentSalesforce
Reusable Custom Calendar LWC using FullCalendar Js Library
We needed a calendar to show information like event information, opportunity closing deadlines, etc. Checkout this post to create reusable custom calendar LWC using FullCalendar Js.
Image Slider can be used to present images in an appealing way. This post will give step-by-step detail to create a custom image slider in Lightning Web Component.
While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.