Flow Components – A FREE package that allows admins to use enhanced Flow capabilities
Available FREE on the AppExchange!
- Redirect a screen flow automatically to a record or link
- Redirect a screen flow with a button click
- On page button to run a flow
- Enhanced Run Flow component
- Lock a record
- Unlock a record
- Show a locked record notification
- Query available Record Types for User and default Record Type
- Query Records by List of Ids in Flow
- Run a Flow through a regular button in Lightning Runtime
- Select records in a related list/list view and send to Flow
Documentation
Query Records by List of Ids in Flow
One of the big asks for Flow is to be able to have the ability to get Records where the Id is IN a list of Ids. There is an idea on the idea exchange which, at the time of writing this post, has 6,330 points. This is a hot request as many times in…
Keep readingRecord Type Picklist and Available Record Types for User in Flow
Getting the available Record Types in the org versus the Record Types a User is allowed might be different. To help this in Flow, a new Apex Action, Get Available Record Types, was added in the Winter ’21 release. This Apex Action will get the available Record Types that the User has access to, including…
Keep readingRun Flow Button Updates – Winter ’21
With the Winter ’21 Flow Components update, the Run Flow button is now available from: Home Screen When redirecting from a community button to a record, the URL structure for communities is different than lightning or classic. To redirect in communities, redirect to a URL and ensure that you start the URL with “/detail/” followed…
Keep readingCall Flow in Lightning Runtime through a URL
Calling a Flow from a button through a URL link has been something that has been available in Salesforce for a while now. Using the URL runs the Flow in classic mode, but you can extend to Lightning through Enabling Lightning Runtime for Flows. This, however, does not work with the Lightning Navigation Service, and…
Keep readingRelated List Button to Send Records to Flow
With the Winter 21 release we have added the capability to select records in a related list and send the records to Flow! This is a big enhancement that we think many will find great uses for. There are a few pieces of setup. To help with understanding of how this works, we’re gong to…
Keep readingFlow Components – Winter ’21
There are a few new exciting things coming to Flow Components in our Winter ’21 release! We’ve created a lightning component which allows you to call a flow via a URL, which means that you can use this with Lightning Runtime. Additionally, it works with related lists in records where you can select multiple records…
Keep readingFlow Components – Spring ’20 Release
We’re excited to announce our latest update to Flow Components with the Spring ’20 release. We’ve added a few new features to improve your experience. Unlock Records In System Mode Allow a User to Unlock a record in System Mode with the updated Unlock Record Flow Action. Refresh The Run Flow Button The Run Flow…
Keep readingFlow Components – Redirect Flow – Record Id and URL
Flow Components has two options for you to redirect your Flow, you can either redirect your Flow to a new record or you can redirect your Flow to a URL. There are two Actions available in Flow, Redirect Flow – Record Id and Redirect Flow – URL. When you drag an Action interaction into the…
Keep readingFlow Components – Run Flow Button
Flow Components has the ability to use a Lightning Component to launch a Flow through the click of a button. Launching a Flow through a button prevents the Flow from auto running when a record is loaded. Using Lightning App Builder, you can find the Run Flow Button Lightning Component in the Custom – Managed…
Keep readingFlow Components – Unlock Record
Flow Components come with the ability to unlock a record through a Flow Action. There are two inputs to the Unlock Record Action. The first is the Unlock Record Id, or the Id of the record that you would like to unlock. The second is System Unlock which is a Boolean of True or False,…
Keep readingGet Available Record Types
Get the available record types for a User in Flow to ensure that they are only using the Record Types available for them.
Keep readingLocked Record Notifier
Easily alert Users if the Salesforce record they are looking at is locked. Create your own message too!
Keep readingLock Record
Lock a record with Process Builder or Flow in your custom Salesforce Approval Process.
Keep reading