Real Time Salesforce Project Scenario: Calculator in Lightning

Welcome to another implementation of Real Time Salesforce Project Scenario, where we will implement a custom Calculator in Lightning. If you want to check other implementations in Real Time Salesforce Project Scenario series, you can check it here. In this implementation, we will create a Calculator in Lightning using Aura Components. This scenario will give … Read more

Salesforce Record Triggered Flow with Example

In this post, we will implement Record Triggered Flow with Example. Record Triggered Flow is the new type of Flow introduced by Salesforce. Salesforce Record Triggered Flow allows us to get rid of some of the Apex Trigger methods. This will not replace the Apex Triggers completely as some complex logic needs to be implemented … Read more

Real Time Salesforce Project Scenario: Update Parent Case on New Case

In this post, we will go through the implementation of our first Trigger implementation as part of Real Time Salesforce Project Scenario series. We should always follow the best practices while writing a trigger. If you are not aware of the best practices of writing a trigger, please read the below post as it is … Read more

Salesforce Real Time Project Scenario: To-Do List in Lightning

Hello Everyone! I am starting the Salesforce Real Time Project Scenario Series in Lightning where we will implement end-to-end real time Salesforce project scenarios. The main motivation behind this is – Lots of people, especially new to Salesforce technology ask me about the real-time project scenarios to practice or the place where they can learn … Read more