## Hub Layer - Connected_CRM__c: Manage multiple CRM instances - CRM_Product__c: CRM product templates ## Financial Advisor CRM - Client_Household__c: Unified household view - Financial_Account__c: IRA, brokerage, annuity tracking - Distribution_Request__c: Withdrawal workflows - Mortality_Event__c: Estate processing - Liquidity_Event__c: Business sales, large transfers - Compliance_Log__c: FINRA audit trail ## Components - BlackRoadHubController: Hub dashboard controller - FinancialAdvisorService: FA business logic - blackroadHubDashboard: Lightning Web Component - BlackRoad Hub app with all tabs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
504 B
JSON
16 lines
504 B
JSON
{
|
|
"name": "blackroad-salesforce-hub",
|
|
"version": "1.0.0",
|
|
"description": "BlackRoad OS Hub - Meta-CRM Platform",
|
|
"scripts": {
|
|
"deploy": "sf project deploy start",
|
|
"retrieve": "sf project retrieve start",
|
|
"create-scratch": "sf org create scratch -f config/project-scratch-def.json -a blackroad-hub",
|
|
"push": "sf project deploy start --target-org blackroad-hub",
|
|
"open": "sf org open --target-org blackroad-hub"
|
|
},
|
|
"devDependencies": {
|
|
"@salesforce/cli": "^2.0.0"
|
|
}
|
|
}
|