Add General CRM + Agency CRM automation and dashboard
- Add Lead-to-Deal Conversion Flow (screen flow) - Add Policy Renewal Reminder Flow (scheduled, draft) - Add Commission Auto-Calculate Flow (record-triggered, draft) - Add BlackRoad CRM Dashboard (Lightning App Page) - Add sample data loader scripts for all 3 CRMs - Update permission sets with new object access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<description>BlackRoad Hub - Multi-CRM Dashboard</description>
|
||||
<flexiPageRegions>
|
||||
<itemInstances>
|
||||
<componentInstance>
|
||||
<componentInstanceProperties>
|
||||
<name>richTextValue</name>
|
||||
<value><h1 style="text-align: center;"><b>BlackRoad OS Hub - CRM Dashboard</b></h1>
|
||||
<p style="text-align: center;">Your unified command center for Financial Advisor, General, and Agency CRM products</p>
|
||||
<hr/>
|
||||
<h2>Financial Advisor CRM</h2>
|
||||
<p>Manage high-net-worth client households, financial accounts, and wealth planning.</p>
|
||||
<ul>
|
||||
<li><b>Client Households</b> - Track AUM, risk profiles, review schedules</li>
|
||||
<li><b>Financial Accounts</b> - Monitor portfolio positions by custodian</li>
|
||||
<li><b>Liquidity Events</b> - IPO, M&amp;A, and business sale planning</li>
|
||||
<li><b>Mortality Events</b> - Estate processing workflows</li>
|
||||
<li><b>Compliance Logs</b> - FINRA audit trail</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h2>General CRM</h2>
|
||||
<p>Track leads, companies, deals, and sales pipeline.</p>
|
||||
<ul>
|
||||
<li><b>Leads</b> - Capture and qualify prospects</li>
|
||||
<li><b>Companies</b> - Manage business accounts</li>
|
||||
<li><b>Deals</b> - Track opportunities through pipeline</li>
|
||||
<li><b>Activities</b> - Log calls, emails, meetings</li>
|
||||
<li><b>Tasks</b> - Manage follow-ups and action items</li>
|
||||
</ul>
|
||||
<hr/>
|
||||
<h2>Agency CRM</h2>
|
||||
<p>Manage agents, clients, policies, listings, and commissions.</p>
|
||||
<ul>
|
||||
<li><b>Agents</b> - Track agent performance and territories</li>
|
||||
<li><b>Clients</b> - Manage agency client relationships</li>
|
||||
<li><b>Policies</b> - Insurance and coverage tracking</li>
|
||||
<li><b>Listings</b> - Property and asset inventory</li>
|
||||
<li><b>Commissions</b> - Calculate and track payouts</li>
|
||||
</ul></value>
|
||||
</componentInstanceProperties>
|
||||
<componentName>flexipage:richText</componentName>
|
||||
<identifier>flexipage_richText_dashboard</identifier>
|
||||
</componentInstance>
|
||||
</itemInstances>
|
||||
<name>main</name>
|
||||
<type>Region</type>
|
||||
</flexiPageRegions>
|
||||
<masterLabel>BlackRoad CRM Dashboard</masterLabel>
|
||||
<template>
|
||||
<name>flexipage:defaultAppHomeTemplate</name>
|
||||
</template>
|
||||
<type>AppPage</type>
|
||||
</FlexiPage>
|
||||
Reference in New Issue
Block a user