A Lightning Web Component (LWC) for Salesforce that analyzes and visualizes record ownership distribution across users for a selected object (e.g., Account, Opportunity).
- Select an object to analyze (Account, Opportunity, Lead, Case).
- Displays a table of users and their record counts.
- Visualizes ownership distribution with a bar chart.
- Refresh button to re-fetch data.
- Clone this repository.
- Deploy the lwc and apex class to your Salesforce org using Salesforce CLI:
- Add the
recordOwnershipAnalyzer
component to a Lightning page via the App Builder.
- Add the component to any Lightning page.
- Use it to monitor and balance record ownership across your team.