Hi folks, in this post I’m going to discuss the different types of flows in Salesforce. Before we start with the topic, if you are new to Salesforce and want
36 Trigger Scenarios in Salesforce with Solution – Part 4
Learn with the real-time Trigger Scenarios in Salesforce – 1. Create a field on Opportunity as Client Contact, Once an Opportunity Client Contact updates then update Account Client Contact with
Salesforce Flows & Building Blocks of Flow Builder
Hi folks, in this post I’m going to discuss flow builder in Salesforce and also the difference between flow & flow builder. Salesforce flow helps you to implement complex business
Redirect User to Record Detail Page from Salesforce Flow
Hey!! Folks in this post we are going to learn how to redirect a user to a record detail page from salesforce flow. So to implement the redirect functionality we
Rollup Summary Trigger for Lookup Relationship to count child records
How to Create a rollup summary trigger for lookup relationship. Before we Startup with the Trigger let’s check out with admin part that has to be done. First Create 2
36 Trigger Scenarios in Salesforce with Solution – Part 3
1. Write a trigger on Opportunity, when an Opportunity will insert an Opportunity Line Item should be insert by default with any of the Products associated with Opportunity. In the
36 Trigger Scenarios in Salesforce with Solution – Part 2
1. Write a trigger on contact to prevent duplicate records based on Contact Email & Contact Phone. In this Trigger, we are using “before insert” and “before update” because during
36 Trigger Scenarios in Salesforce with Solution – Part 1
1. Write a trigger on Account, when an account is inserted, automatically account billing address should populate into the account shipping address. When it comes to Account Billing and Shipping
Collection Filter in Salesforce Flow Builder – Spring22 Update
Hello, Folks Collection Filter is the new element that is added to the Flow Builder in the Spring 22 release. Let’s know more about this Collection Filter Element. What is
How to run a batch class for list of string in Salesforce Apex
So In my recent project, I’m working with a Queueable Class where I’m using a For loop to make HTTP rest callout but as the no of callouts increased depends










