-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andy H edited this page Feb 18, 2026
·
14 revisions
This wiki covers setup, configuration, and using the dashboard for the Salesforce Data Usage Analyzer tool.
- Connects to your Salesforce org via OAuth (Web Server Flow with PKCE).
- Reads metadata to list Custom and Standard Objects and their fields.
- Runs SOQL (or equivalent) to get total record counts and filled counts per field.
- Writes CSV and JSON into
output/with columns such as: Field API Name, Label, Total Records, Filled, Usage %. - Builds a manifest so the dashboard can list all runs and switch between them.
- Opens an HTML dashboard in your browser so you can browse objects, filter by usage %, view charts, and export exclusion lists.
- Getting Started – Requirements, config copy, Connected App setup, first run.
- Config Reference – All config file options (instance, OAuth, mode, objects, PII, exclusions).
-
Object Exclusions – Default excluded objects (Change Events, History, Share, Feed, etc.) and how to add your own via
exclusion_objectsandtemp/failed_objects.json. - Dashboard – Using the dashboard: Data menu, Objects filter, main view, object view, low-usage view, toolbar.
- Repo: github.com/AndyHaas/Salesforce-Data-Usage-Analyzer
- Dashboard Help: The ? icon in the dashboard header opens this wiki in a new tab.