Files
blackroad-salesforce-hub/force-app/main/default/flexipages/BlackRoad_Hub_Home.flexipage-meta.xml
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

19 lines
622 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
<flexiPageRegions>
<itemInstances>
<componentInstance>
<componentName>c:blackroadHubDashboard</componentName>
<identifier>blackroadHubDashboard1</identifier>
</componentInstance>
</itemInstances>
<name>main</name>
<type>Region</type>
</flexiPageRegions>
<masterLabel>BlackRoad Hub Home</masterLabel>
<template>
<name>flexipage:defaultAppHomeTemplate</name>
</template>
<type>AppPage</type>
</FlexiPage>