Big Idea or Enduring Question: How to hard delete records from Salesforce using Flow? Objectives: After reading this blog, you’ll be able to: Understand @InvocableMethod Annotation Learn about database.emptyRecycleBin method Configure Apex action to hard delete records from Flow Configure Screen Flow with Record Delete element And much more What
Category: Screen Flow
List of All Available Formulas For Salesforce Flow
Big Idea or Enduring Question: How to find out all formula functions allowed in a Flow? Objectives: After reading this blog, you’ll be able to: Find out all formula functions supported in Salesforce Flow Run SOQL for Tooling API objects and much more Business Use case Isabella Stewart is working
Different Ways to Make Screen Component Read Only
Big Idea or Enduring Question: How to make screen component read only? Objectives: After reading this blog, you’ll be able to: Add read-only text to screen component using Display Text Add read-only text to screen component using a custom Lightning Web Component Configure custom lightning web component for screen flow
Create Lookup with Dynamic Forms for Flow
Big Idea or Enduring Question: How do you add a lookup field from the object with a lookup filter applied to Screen Flow? So far, we have discussed various use for using different lookup component fields: What? Use Lookup Field into a Flow Screen Element?!!. Select Multiple Records in the
Create Filtered Lookup with Choice Lookup
Big Idea or Enduring Question: How do you use the new choice lookup (beta) component to display filtered records? This blog is a sequel to my previous blog – Select Multiple Records in the Lookup Component. In the previous blog, I discussed how to configure the Lookup flow screen component so
Select Multiple Records in the Lookup Component
Big Idea or Enduring Question: When using the lookup Component, allow your users to select more than one record. This blog is a sequel to my previous blog – What? Use Lookup Field into a Flow Screen Element?!!. In the previous blog, I discussed how to configure the lookup component for
Limit the Number of Concurrent Sessions in Salesforce
Big Idea or Enduring Question: How to limit the number of concurrent sessions for a user? Objectives: After reading this blog, you’ll be able to: Understand concurrent sessions and how to identify them using Flow Limit the Number of Concurrent Sessions with Login Flows Use LoginFlow_ForceLogout variable Work with Get
Display Records Data in a Table Using DataTable
Big Idea or Enduring Question: How to display records in a table using the datatable and process selected records? Objectives: After reading this blog, you’ll be able to: Understand how to use data table Works with Get Records element to fetch records Add columns to datatable Update multiple records using