Files
blackroad-salesforce-hub/force-app/main/default/applications/BlackRoad_Hub.app-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

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
<brand>
<headerColor>#000000</headerColor>
<shouldOverrideOrgTheme>true</shouldOverrideOrgTheme>
</brand>
<description>BlackRoad OS Hub - Financial Advisor CRM Command Center</description>
<formFactors>Large</formFactors>
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
<isNavTabPersistenceDisabled>false</isNavTabPersistenceDisabled>
<label>BlackRoad Hub</label>
<navType>Standard</navType>
<tabs>standard-home</tabs>
<tabs>Client_Household__c</tabs>
<tabs>Financial_Account__c</tabs>
<tabs>Distribution_Request__c</tabs>
<tabs>Mortality_Event__c</tabs>
<tabs>Liquidity_Event__c</tabs>
<tabs>Compliance_Log__c</tabs>
<tabs>Connected_CRM__c</tabs>
<tabs>CRM_Product__c</tabs>
<tabs>standard-report</tabs>
<tabs>standard-Dashboard</tabs>
<uiType>Lightning</uiType>
</CustomApplication>