Count Records in Collection Using Salesforce Flow

Count Records in Collection Using Salesforce Flow

While creating a Salesforce Flow, you may sometimes need to count how many records are stored in a collection variable. This is a common requirement in many business scenarios. For example, you may want to send an alert if there are more than 5 cases related to an Account, or show a message if no … Read more >>>

50 Frequently Asked Salesforce Flow Interview Questions and Answers

50 Frequently Asked Salesforce Flow Interview Questions and Answers

If you’re preparing for a Salesforce job interview, knowing about Salesforce Flows is very important. Flows help automate business processes without writing code. In this article, we’ve listed 50 Frequently Asked Salesforce Flow Interview Questions and Answers. Whether you’re a beginner or have some experience, these questions will help you feel confident and ready for … Read more >>>

Bypass Duplicate Rules Using Salesforce Apex

Bypass Duplicate Rules Using Salesforce Apex

You may face a duplicate error when creating or updating records using Apex code in Salesforce. This happens when Duplicate Rules are active and detect a matching record. In some cases, you may want to bypass these duplicate rules, such as during data import, integration, or when implementing specific business logic. In this tutorial, we … Read more >>>

Create Modal Popup in Salesforce Lightning Web Component

Create popup using lightning modal in Salesforce LWC

Recently, I created a system management app in Salesforce using Lightning Web Component. In that, I got a requirement to display parent Account details on the contact record page using a pop-up modal. With this, users don’t need to navigate to the Account record page and can see the information in the modal popup. While … Read more >>>

Call Apex Method With Parameters in Lightning Web Component

Call Apex controller class with parameters in lwc

In Salesforce Apex classes, we can define class methods in two ways: one without parameters, where we simply want to fetch static data in the LWC component by calling the Apex method. The other method is with parameters, which are mapped with input fields in the Lightning web component and used in scenarios such as … Read more >>>

How to Write a Test Class For an Apex Trigger in Salesforce

Test Class For an Apex Trigger in Salesforce

As a Salesforce Developer, I needed to automate a process using an Apex Trigger. The trigger automatically creates a contact record whenever the sales team creates a new account for a customer. I wrote a test class to ensure the trigger works as expected and the trigger code is error-free. This test class also verifies … Read more >>>

Reactive Screen Component in Salesforce Flow

Enable reactive components in Salesforce flow

I recently created a Salesforce screen flow to calculate discounts on a product. Initially, the flow had two screens, one for entering the price and selecting the discount percentage, and another to display the discount amount and final price. While this worked, I wanted to show all four fields on a single screen. That’s when … Read more >>>

Mass Data Operations Using Salesforce Workbench

Insert records using Salesforce Workbench

In my Salesforce org, I frequently handle bulk data tasks such as importing new records, exporting existing data, updating multiple records, and deleting outdated entries. While there are multiple tools available, Salesforce Workbench is one of the simplest and most efficient browser-based tools for these operations. In this tutorial, I will explain how to use Workbench to import, … Read more >>>

addError() Method in Salesforce Apex

addError() Method in Salesforce Apex

We create validation rules in Salesforce to show errors on the record detail page. When a user enters incorrect data, the validation rule stops the save and displays an error message. But when working with Apex, sometimes validation rules are not enough. For example, we need to use Apex code to check complex conditions or … Read more >>>

Component Composition in Salesforce Lightning Web Components

Component Composition in Lightning Web Components

Recently, I designed a to-do list app in Lightning Web Components (LWC). The main list component contains multiple task components, each of which is a child component, and the parent list manages them together. At first, I considered using parent-to-child event communication to handle communication between components. However, I chose to use component composition instead … Read more >>>

4 Hours Live Workshop

BUILD YOUR AI CRM ASSISTANT WITH AGENTFORCE

Build a Smart AI-Powered CRM Assistant with Agentforce in Just 4 Hours—Hands-On, Live, and Ready for Real-World Use!

27 August 2026 | 7 PM to 11 PM IST | 9:30 AM to 1:30 PM EST

Early Bird: $9 – First 15 Seats

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.