Latest Posts
Control screen flow navigation from LWC
Greetings, Trailblazers! In this article, we will learn about the Lighting Flow Support API. This API offers different events that can ...
by Rahul Gawale , Friday, August 09, 2024
Enhanced Flow Record Picker for Salesforce Screen Flow | Search and display additional fields
Today, I'm excited to share a custom Lightning Web Component (LWC) designed to elevate the functionality of the standard Lightning ...
by Rahul Gawale , Wednesday, July 10, 2024
Before save/insert flow example in Salesforce - Convert field to uppercase
Like the before-insert trigger, we can also create a before-insert flow to process record data before it is saved to the database. In t...
by Rahul Gawale , Tuesday, February 27, 2024
Create automated tests for triggered Salesforce flows
Hello, Salesforce freaks out there! I am a hardcore developer at the same time I enjoy the power of low-code automation tools like Sale...
by Rahul Gawale , Monday, September 26, 2022
Call Lightning Screen Flow inside Lwc Component
Hello Friends! In this post, we will see how can we call the Lightning Screen Flow inside your custom Lightning Web Component. Yes, you...
by Rahul Gawale , Saturday, September 24, 2022
What are screen flows in Salesforce?
Introduction Screen flows in Salesforce is a simple and declarative tool to build custom user interfaces. Using that you can build forms or ...
by Rahul Gawale , Wednesday, July 27, 2022
Why must Salesforce Developers/Admins know Salesforce Flows?
Flows are now replacements for both Workflow and Proces Builders. As a part of the Salesforce ecosystem, it has become very important f...
by Rahul Gawale , Monday, May 30, 2022
What are Salesforce Flows and their applications?
What is Salesforce flows? Salesforce is all about creating personalized experiences for customers on various platforms. And that can b...
by Rahul Gawale , Friday, May 13, 2022
Before Save Flow Example In Salesforce
Before-Save flows are the record-triggered flows executed before saving the records into the database much like the before triggers in ...
by Rahul Gawale , Saturday, April 30, 2022