afv-library/samples/ui-bundle-template-app-react-sample-b2x/force-app/main/default/applications/PropertyManagement.app-meta.xml

34 lines
1.4 KiB
XML
Raw Normal View History

<?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>