Creating the users in the test class is very critical and important because we should always unit test our apex code with runAs methods in our test class.
External Objects in Salesforce are the objects which are not inside Salesforce but we can access them from Salesforce and if needed we can also modify the records.
Let's start with an example, You have a requirement where one parent object can be related to multiple child records and one child record can be associated with multiple parent records.
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.
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 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.
DevOps Center is a highly anticipated new product that makes the change and release management process when developing with Salesforce so.much.better. It allows you to take advantage of modern DevOps best practices through a centralized, easy-to-use interface.
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..
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.
Amit Singh aka @sfdcpanther/pantherschools, a Salesforce Technical Architect, Consultant with over 8+ years of experience in Salesforce technology. 21x Certified. Blogger, Speaker, and Instructor. DevSecOps Champion
The Salesforce CLI is not just a tool; it’s the cornerstone of development on the Salesforce Platform. It’s your go-to for building, testing, deploying, and more. As one of the most important development tools in our ecosystem