You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Salesforce App designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.
Pinpoint deviations from Industry Best Practices in Salesforce Flows and ensure standards of business automation excellence.
Quickstart
Assign Permissions: Setup -> Permission Sets -> Find Lightning Flow Scanner Admin permission set -> Manage assignments -> Assign to your awesome admin
Features
Flow Overview: Displays a list of all flows in your Salesforce org and allows users to scan the metadata of a selected flow.
Flow Analysis: Provides detailed metadata analysis of the selected flow.
Using the Lightning Flow Scanner
Open the App Launcher:
Click on the App Launcher icon in the top-left corner of your Salesforce interface.
Search for "Flow Scanner" in the App Launcher search bar.
Click on the "Flow Scanner" app to open it.
Scan a Flow:
To scan a flow, click the "Scan" button next to the flow you want to analyze.
Project Structure
The project is organized into app directories:
force-app: staging area
lfs-app: Contains the Lightning Flow Scanner main application.
Development
Development Flow
Authorize Your Salesforce Org:
Authorize your Salesforce org to set up a connection between your local development environment and the Salesforce org:
sf org login web --alias <YourOrgAlias> --set-default
Push Source to Your Org:
sf project deploy start --source-dir lfs-app
About
A Salesforce App designed to pinpoint deviations from Industry Best Practices in Salesforce Flows, ensuring standards of business automation excellence.