Commit Graph

4 Commits

Author SHA1 Message Date
Alexa Louise
6d049c0e52 Add CRM enhancements: Reports, Quick Actions, Layouts, Sample Data
- Fixed custom field deployment issue (FLS permissions)
- Added Company__c field permissions to BlackRoad_Hub_Admin
- Created 8 CRM reports (Companies by Industry, Leads, Deals, Agents, Clients, Policies, Listings, Commissions)
- Added 7 global Quick Actions for creating records
- Created layouts for all CRM objects
- Added loadCompleteSampleData.apex script with 36 sample records

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 19:34:33 -06:00
Alexa Louise
672eb0d2c6 Add Custom Report Types and update reports
- Added 4 Custom Report Types (deployed to org):
  - Client_Households
  - Distribution_Requests
  - Mortality_Events
  - Compliance_Logs

- Updated report field references to use proper dot notation
- Reports reference custom report types for accurate data

Report Types are deployed to Salesforce org and available for
creating reports in the Report Builder UI.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 18:00:13 -06:00
Alexa Louise
127d27b60a Add BlackRoad Agency CRM for insurance and real estate
- Agent__c: License, commission rate, hire date, agent type (insurance/RE)
- Policy__c: Type, premium, coverage, carrier, effective/expiration dates
- Listing__c: Property type, beds/baths/sqft, list/sale price, status
- Commission__c: Links to policies/listings, amount, type, payment status
- Client__c: Contact info, client type (buyer/seller/policyholder), source

Objects designed for dual-use: insurance agencies AND real estate brokerages.
Commissions track earnings from both policy sales and property transactions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:56:07 -06:00
Alexa Louise
eee13afebb Add Lightning App Page, Reports, and Dashboard for BlackRoad Hub
- Updated BlackRoad_Hub app with FA CRM tabs and improved structure
- Added BlackRoad_Hub_Home flexipage with blackroadHubDashboard LWC
- Created BlackRoad Hub Reports folder with 4 reports:
  - Households by AUM (summary with AUM tier buckets)
  - Pending Distributions (filtered by pending status)
  - Active Mortality Events (excludes closed events)
  - Compliance Log Activity (last 90 days grouped by type)
- Created BlackRoad Hub Dashboard with all 4 reports

App and FlexiPage deployed successfully to org.
Reports and Dashboard metadata ready for deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-11 17:37:39 -06:00