As a Salesforce Admin, Choosing the Data Model Relationship can be very tricky. You may face various scenarios in your day-to-day job where you get confused about which relationship to use and how to connect one object with another.
Salesforce
Apex Design Patterns Series – The Singleton Pattern
Apex allows us to develop any custom solution. This post is an aggregate of common design patterns and associated best practices for Apex development. Knowing these patterns will not only help you achieve excellence in daily development but also will prepare you to rock any Developer interview.
Winter 23 Sandbox Preview Salesforce
Winter ’23 is coming with lots of new features. Use your sandbox to get early access to new features and test your configurations before the production upgrade.
Salesforce Code Builder (Beta)
Working with Salesforce Development has been challenge specially when we are working with Lightning Web Component. As we have to install the VS code and then work there.
Well I have a good news that Code Builder an online development platform for Salesforce Developer has been made available live now. You can easily access and start using it..
User Authentication Specialist Superbadge – Salesforce
As Salesforce Trailhead is known for continuous improvement and surprise, they have again came up with new Superbadges and this time there are 4 new badges regarding the security.
How to Iterate over Map in Lighting Web Component?
Suppose that you are getting the JSON data which have a single object or list of objects with label as key which needs to be displayed and value as value to be displayed in the HTML.
Example JSON file is given below
Introduction to Batch Apex Salesforce
Batch apex is used to process the large no of data in Asynchronous mode.( Runs when the resources are free )
With the help of batch apex we can process upto 50 million records.
We prefer to use the batch apex when we have large set of data and we wanted to perform/execute certain logic on the scheduled basis.
