Amit Singh

Database DML Methods & SOSL in Salesforce

As a Salesforce application developer, we always have a question like how many ways we can perform the DML operations when dealing with transactions. The answer is Salesforce provides 2 ways to perform the DML operations. Let us understand...

Send an Email using Apex Trigger?

Table of Contents Introduction to Apex Scenario Develop an Apex Trigger to send the email to the Account owner when the Account is Created within Salesforce and Account does not have the phone and industry field populated. Also, create a task under...

Create a Rollup-Summary trigger in Salesforce?

Table of Contents Prerequisite Create a Custom Field on the Account Object โ€œNumber of Contactsโ€ with a Number Data Type that does not have any decimal point in it. Introduction to Apex Trigger Scenario Requirement (Roll-up Summary Trigger) Develop a Solution that will count...

How to prevent duplicate record using trigger?

Table of Contents Introduction to Scenario The business got to know that there are multiple accounts with the same name and rating. Now, as a developer, you need to make sure that no new duplicates are being created with the same...

Handler & Dispatcher in Apex Triggers?

So far in the previous blogs/videos we have only talked about how to write the apex trigger and we have developed all the code inside the apex trigger. However, as a best practice, we should not write the code inside...

Practical Implementation of Apex Triggers?

In the previous blog post/session, we learned the basics of apex trigger. If you have missed the important first step here is the link for you. Table of Contents Introduction Before we start solving the problems, we would like to discuss the...

Introduction to Apex Trigger in Salesforce?

In Salesforce, ApexTrigger is a piece of code that is used to execute custom business logic before or after certain events occur on records in a Salesforce database.

What is Interface in Salesforce?

Conclusion By providing a clear separation between a method declaration and implementation, interfaces enable the addition of an abstraction layer to code. As a result, it becomes possible to have different implementations of a method based on specific conditions. Table of...

How Inheritance & Polymorphism works?

A class extends another class using the extends keyword in the class definition. A class can only extend one other class, but it can implement more than

What is polymorphic query in salesforce?

In Salesforce, a polymorphic relationship refers to a type of relationship between objects where the referenced object can be one of several different types.

About Me

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
287 POSTS
450 COMMENTS
- Advertisement -spot_img

Latest News

How to start your AI Journey?

Table of Contents Introduction Are you tired of the same old world? Do you dream of painting landscapes with your code,...
- Advertisement -spot_img
5/5

Stuck in coding limbo?

Our courses unlock your tech potential