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
Author: Amit Singh
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.
What are Relationship (Joins) Queries in Salesforce
Relationship queries are very important when we are working as a developer or even if we are an admin.
What are External Objects in Salesforce?
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.
Junction Object in Salesforce
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.
