Set Your Productivity on Steroids by Creating Subflows

Salesforce Flow is one of the most used declarative tools to automate business processes in Salesforce. Most of us usually create a new flow for each requirement. That not only is not a best practice, but, in the long run, it is a highly unproductive and unsustainable approach to managing

Read More

Barcode Scanner for Screen Flow Using the BarcodeScanner API

Big Idea or Enduring Question: How to scan and process a barcode from Screen Flow? Objectives: After reading this blog, you’ll be able to: Use BarcodeScanner API in Lightning Web Component Create a Lightning Web Component for Screen flow Add custom property editor for a screen component Add a Lightning

Read More

Ever Needed to Select Multiple Picklist Values in Flow? How About via a Single Condition?!

Salesforce Flow is one of the most powerful tools provided by Salesforce to implement business requirements declaratively. Till date, I have written 200+ flows just for my blog posts! Salesforce Flow helps businesses to save time, as well as money, by implementing solutions quickly. Implementation of Salesforce Flow is straightforward

Read More

Notify Opportunity Owner when a Survey Response is Received

Big Idea or Enduring Question: How do you notify the opportunity owner when a customer submits a survey (post-sales) response?  Objectives: After reading this blog, you’ll be able to:  Understand SurveyQuestionScore, SurveyInvittaion objects  Use flow to notify the opportunity owner when a post-sales survey response is received  Find out if a

Read More

Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

Read More

How to Get Salesforce Org Base URL in Flow

Big Idea or Enduring Question: How do you get your Salesforce org (Including Community) base URL and the record full URL in Flow? Objectives: After reading this blog, you’ll be able to:  Get your salesforce org base url in the flow Get the current community url in the flow Get

Read More

1 2 3 5