afv-library/samples/ui-bundle-template-app-react-sample-b2e/force-app/main/default/applications/PropertyManagement.app-meta.xml
svc-idee-bot 9a0712528a
chore: sync React samples from npm (#280)
Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
2026-06-03 12:43:28 +05:30

34 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata">
<defaultLandingTab>standard-home</defaultLandingTab>
<description>Property Rental Management Application for managing properties, tenants, leases, payments, and maintenance.</description>
<formFactors>Large</formFactors>
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled>
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled>
<isNavTabPersistenceDisabled>false</isNavTabPersistenceDisabled>
<isOmniPinnedViewEnabled>false</isOmniPinnedViewEnabled>
<label>Property Management</label>
<navType>Standard</navType>
<tabs>standard-home</tabs>
<tabs>Property__c</tabs>
<tabs>Property_Listing__c</tabs>
<tabs>Tenant__c</tabs>
<tabs>Lease__c</tabs>
<tabs>Payment__c</tabs>
<tabs>Maintenance_Request__c</tabs>
<tabs>Maintenance_Worker__c</tabs>
<tabs>Application__c</tabs>
<tabs>Property_Owner__c</tabs>
<tabs>Property_Management_Company__c</tabs>
<tabs>Property_Cost__c</tabs>
<tabs>Property_Feature__c</tabs>
<tabs>Property_Image__c</tabs>
<tabs>Property_Sale__c</tabs>
<tabs>KPI_Snapshot__c</tabs>
<tabs>Notification__c</tabs>
<tabs>Agent__c</tabs>
<tabs>standard-report</tabs>
<tabs>standard-Dashboard</tabs>
<uiType>Lightning</uiType>
</CustomApplication>