Add BlackRoad Agency CRM for insurance and real estate
- Agent__c: License, commission rate, hire date, agent type (insurance/RE) - Policy__c: Type, premium, coverage, carrier, effective/expiration dates - Listing__c: Property type, beds/baths/sqft, list/sale price, status - Commission__c: Links to policies/listings, amount, type, payment status - Client__c: Contact info, client type (buyer/seller/policyholder), source Objects designed for dual-use: insurance agencies AND real estate brokerages. Commissions track earnings from both policy sales and property transactions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
5
force-app/main/default/tabs/Agent__c.tab-meta.xml
Normal file
5
force-app/main/default/tabs/Agent__c.tab-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<customObject>true</customObject>
|
||||
<motif>Custom63: Handsaw</motif>
|
||||
</CustomTab>
|
||||
5
force-app/main/default/tabs/Client__c.tab-meta.xml
Normal file
5
force-app/main/default/tabs/Client__c.tab-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<customObject>true</customObject>
|
||||
<motif>Custom41: Prospect</motif>
|
||||
</CustomTab>
|
||||
5
force-app/main/default/tabs/Commission__c.tab-meta.xml
Normal file
5
force-app/main/default/tabs/Commission__c.tab-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<customObject>true</customObject>
|
||||
<motif>Custom18: Dollar</motif>
|
||||
</CustomTab>
|
||||
5
force-app/main/default/tabs/Listing__c.tab-meta.xml
Normal file
5
force-app/main/default/tabs/Listing__c.tab-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<customObject>true</customObject>
|
||||
<motif>Custom24: House</motif>
|
||||
</CustomTab>
|
||||
5
force-app/main/default/tabs/Policy__c.tab-meta.xml
Normal file
5
force-app/main/default/tabs/Policy__c.tab-meta.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata">
|
||||
<customObject>true</customObject>
|
||||
<motif>Custom53: Wasp</motif>
|
||||
</CustomTab>
|
||||
Reference in New Issue
Block a user