- 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>
19 lines
622 B
XML
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>
|