Pinpoint deviations from Industry Best Practices in Salesforce Flows and ensure standards of business automation excellence.
- Assign Permissions: Setup -> Permission Sets -> Find
Lightning Flow Scanner Admin
permission set -> Manage assignments -> Assign to your awesome admin
- 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.
- 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.
The project is organized into app directories:
- force-app: staging area
- lfs-app: Contains the Lightning Flow Scanner main application.
- 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