Hello Trailblazers,👋 Have you heard about recent announcements made in Dreamforce? Many of you have already … Whatsapp + Salesforce Integration SeriesRead more
Apex Trigger Best Practices in Salesforce?
Writing efficient code is very important in order to keep the code quality and performance high. When we develop high-quality code we also make sure
Salesforce Genie: Your Real-time Agent for delivering Customer Success
For all the trailblazers around the world, “Dreamforce” is the most awaited event of the year. … Salesforce Genie: Your Real-time Agent for delivering Customer SuccessRead more
Salesforce Associate Certification: An Entry-Level Credential for New Trailblazers
With the rising craze of technology, it is equally important to keep upskilling yourself! And every Trailblazer knows very well that, Salesforce never fails to boost you in bringing the best out of you.
Secure Apex Code with User Mode DML
The generation model for Apex Security is almost here. Now you can declare the database operation mode in the DML. You can specify if the DML will run
What are Record Types in Salesforce?
Whenever we need to display the different fields on the record detail page or need to display the different picklist values for the same picklist fields to different processes then we always go with Record Types in Salesforce.
How to create Users in Test Class?
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.
