@salesforce/webapp-template-app-react-sample-b2e-experimental 1.67.0 → 1.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/CHANGELOG.md +16 -0
- package/dist/force-app/main/default/data/KPI_Snapshot__c.json +160 -0
- package/dist/force-app/main/default/data/Lease__c.json +9429 -0
- package/dist/force-app/main/default/data/Payment__c.json +1024 -0
- package/dist/force-app/main/default/data/Property_Cost__c.json +484 -0
- package/dist/force-app/main/default/data/Property_Feature__c.json +169 -0
- package/dist/force-app/main/default/data/Property_Image__c.json +148 -0
- package/dist/force-app/main/default/data/Property_Listing__c.json +130 -0
- package/dist/force-app/main/default/data/Property_Management_Company__c.json +70 -0
- package/dist/force-app/main/default/data/Property_Owner__c.json +184 -0
- package/dist/force-app/main/default/data/Property_Sale__c.json +246 -0
- package/dist/force-app/main/default/data/data-plan.json +65 -5
- package/dist/force-app/main/default/layouts/Application__c-Application Layout.layout-meta.xml +58 -0
- package/dist/force-app/main/default/layouts/KPI_Snapshot__c-KPI Snapshot Layout.layout-meta.xml +87 -0
- package/dist/force-app/main/default/layouts/Lease__c-Lease Layout.layout-meta.xml +83 -0
- package/dist/force-app/main/default/layouts/Maintenance_Request__c-Maintenance Request Layout.layout-meta.xml +89 -0
- package/dist/force-app/main/default/layouts/Maintenance_Worker__c-Maintenance Worker Layout.layout-meta.xml +66 -0
- package/dist/force-app/main/default/layouts/Payment__c-Payment Layout.layout-meta.xml +88 -0
- package/dist/force-app/main/default/layouts/Property_Cost__c-Property Cost Layout.layout-meta.xml +88 -0
- package/dist/force-app/main/default/layouts/Property_Feature__c-Property Feature Layout.layout-meta.xml +80 -0
- package/dist/force-app/main/default/layouts/Property_Image__c-Property Image Layout.layout-meta.xml +75 -0
- package/dist/force-app/main/default/layouts/Property_Listing__c-Property Listing Layout.layout-meta.xml +92 -0
- package/dist/force-app/main/default/layouts/Property_Management_Company__c-Property Management Company Layout.layout-meta.xml +75 -0
- package/dist/force-app/main/default/layouts/Property_Owner__c-Property Owner Layout.layout-meta.xml +67 -0
- package/dist/force-app/main/default/layouts/Property_Sale__c-Property Sale Layout.layout-meta.xml +87 -0
- package/dist/force-app/main/default/layouts/Property__c-Property Layout.layout-meta.xml +130 -0
- package/dist/force-app/main/default/layouts/Tenant__c-Tenant Layout.layout-meta.xml +58 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/KPI_Snapshot__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Previous_Month_Sales__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Sales_MoM_Change__c.field-meta.xml +18 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Snapshot_Date__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Total_Properties__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Total_Sales_Amount__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Total_Sales_Count__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Units_Available__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/KPI_Snapshot__c/fields/Units_Occupied__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/Lease__c/Lease__c.object-meta.xml +67 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/End_Date__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Lease_Status__c.field-meta.xml +36 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Monthly_Rent__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Security_Deposit__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Start_Date__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Lease__c/fields/Tenant__c.field-meta.xml +14 -0
- package/dist/force-app/main/default/objects/Lease__c/validationRules/End_Date_After_Start_Date.validationRule-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Payment__c/Payment__c.object-meta.xml +67 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Amount__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Lease__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Notes__c.field-meta.xml +11 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Payment_Date__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Payment_Method__c.field-meta.xml +41 -0
- package/dist/force-app/main/default/objects/Payment__c/fields/Payment_Status__c.field-meta.xml +36 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/Property_Cost__c.object-meta.xml +67 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Amount__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Category__c.field-meta.xml +56 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Date__c.field-meta.xml +11 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Description__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/fields/Vendor__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Cost__c/validationRules/Cost_Amount_Limit.validationRule-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Feature__c/Property_Feature__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/Property_Feature__c/fields/Description__c.field-meta.xml +11 -0
- package/dist/force-app/main/default/objects/Property_Feature__c/fields/Display_on_Listing__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Feature__c/fields/Feature_Category__c.field-meta.xml +51 -0
- package/dist/force-app/main/default/objects/Property_Feature__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Property_Image__c/Property_Image__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/Property_Image__c/fields/Alt_Text__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Image__c/fields/Display_Order__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/Property_Image__c/fields/Image_Type__c.field-meta.xml +41 -0
- package/dist/force-app/main/default/objects/Property_Image__c/fields/Image_URL__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Image__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/Property_Listing__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Display_Order__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Featured__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Listing_Price__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Listing_Status__c.field-meta.xml +41 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Marketing_Description__c.field-meta.xml +11 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Property_Listing__c/fields/Short_Description__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/Property_Management_Company__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/fields/Active__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/fields/Company_Code__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/fields/Email__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/fields/Phone__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Management_Company__c/fields/Primary_Contact__c.field-meta.xml +14 -0
- package/dist/force-app/main/default/objects/Property_Owner__c/Property_Owner__c.object-meta.xml +65 -0
- package/dist/force-app/main/default/objects/Property_Owner__c/fields/Address__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Owner__c/fields/Email__c.field-meta.xml +11 -0
- package/dist/force-app/main/default/objects/Property_Owner__c/fields/Phone__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/Property_Sale__c.object-meta.xml +67 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Buyer_Tenant__c.field-meta.xml +13 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Payment_Method__c.field-meta.xml +41 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Property__c.field-meta.xml +15 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Reference_Number__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Sale_Amount__c.field-meta.xml +12 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Sale_Date__c.field-meta.xml +10 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Sale_Status__c.field-meta.xml +36 -0
- package/dist/force-app/main/default/objects/Property_Sale__c/fields/Sale_Type__c.field-meta.xml +51 -0
- package/dist/force-app/main/default/permissionsets/Property_Management_Access.permissionset-meta.xml +331 -130
- package/dist/force-app/main/default/webapplications/appreactsampleb2e/package.json +4 -4
- package/dist/package.json +1 -1
- package/package.json +1 -1
- package/dist/force-app/main/default/webapplications/appreactsampleb2e/package-lock.json +0 -18307
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>End_Date_After_Start_Date</fullName>
|
|
4
|
+
<active>true</active>
|
|
5
|
+
<description>Ensure lease end date is after start date</description>
|
|
6
|
+
<errorConditionFormula
|
|
7
|
+
>End_Date__c <= Start_Date__c</errorConditionFormula>
|
|
8
|
+
<errorDisplayField>End_Date__c</errorDisplayField>
|
|
9
|
+
<errorMessage>Lease End Date must be after Start Date</errorMessage>
|
|
10
|
+
</ValidationRule>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<actionOverrides>
|
|
4
|
+
<actionName>Accept</actionName>
|
|
5
|
+
<type>Default</type>
|
|
6
|
+
</actionOverrides>
|
|
7
|
+
<actionOverrides>
|
|
8
|
+
<actionName>CancelEdit</actionName>
|
|
9
|
+
<type>Default</type>
|
|
10
|
+
</actionOverrides>
|
|
11
|
+
<actionOverrides>
|
|
12
|
+
<actionName>Clone</actionName>
|
|
13
|
+
<type>Default</type>
|
|
14
|
+
</actionOverrides>
|
|
15
|
+
<actionOverrides>
|
|
16
|
+
<actionName>Delete</actionName>
|
|
17
|
+
<type>Default</type>
|
|
18
|
+
</actionOverrides>
|
|
19
|
+
<actionOverrides>
|
|
20
|
+
<actionName>Edit</actionName>
|
|
21
|
+
<type>Default</type>
|
|
22
|
+
</actionOverrides>
|
|
23
|
+
<actionOverrides>
|
|
24
|
+
<actionName>List</actionName>
|
|
25
|
+
<type>Default</type>
|
|
26
|
+
</actionOverrides>
|
|
27
|
+
<actionOverrides>
|
|
28
|
+
<actionName>New</actionName>
|
|
29
|
+
<type>Default</type>
|
|
30
|
+
</actionOverrides>
|
|
31
|
+
<actionOverrides>
|
|
32
|
+
<actionName>SaveEdit</actionName>
|
|
33
|
+
<type>Default</type>
|
|
34
|
+
</actionOverrides>
|
|
35
|
+
<actionOverrides>
|
|
36
|
+
<actionName>Tab</actionName>
|
|
37
|
+
<type>Default</type>
|
|
38
|
+
</actionOverrides>
|
|
39
|
+
<actionOverrides>
|
|
40
|
+
<actionName>View</actionName>
|
|
41
|
+
<type>Default</type>
|
|
42
|
+
</actionOverrides>
|
|
43
|
+
<allowInChatterGroups>false</allowInChatterGroups>
|
|
44
|
+
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
|
|
45
|
+
<deploymentStatus>Deployed</deploymentStatus>
|
|
46
|
+
<enableActivities>true</enableActivities>
|
|
47
|
+
<enableBulkApi>true</enableBulkApi>
|
|
48
|
+
<enableFeeds>false</enableFeeds>
|
|
49
|
+
<enableHistory>true</enableHistory>
|
|
50
|
+
<enableLicensing>false</enableLicensing>
|
|
51
|
+
<enableReports>true</enableReports>
|
|
52
|
+
<enableSearch>true</enableSearch>
|
|
53
|
+
<enableSharing>true</enableSharing>
|
|
54
|
+
<enableStreamingApi>true</enableStreamingApi>
|
|
55
|
+
<externalSharingModel>ControlledByParent</externalSharingModel>
|
|
56
|
+
<label>Payment</label>
|
|
57
|
+
<nameField>
|
|
58
|
+
<label>Payment Number</label>
|
|
59
|
+
<type>AutoNumber</type>
|
|
60
|
+
<displayFormat>P-{0000}</displayFormat>
|
|
61
|
+
<startingNumber>1</startingNumber>
|
|
62
|
+
</nameField>
|
|
63
|
+
<pluralLabel>Payments</pluralLabel>
|
|
64
|
+
<searchLayouts />
|
|
65
|
+
<sharingModel>ControlledByParent</sharingModel>
|
|
66
|
+
<visibility>Public</visibility>
|
|
67
|
+
</CustomObject>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Amount__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Amount</label>
|
|
6
|
+
<precision>18</precision>
|
|
7
|
+
<required>true</required>
|
|
8
|
+
<scale>2</scale>
|
|
9
|
+
<trackHistory>false</trackHistory>
|
|
10
|
+
<trackTrending>false</trackTrending>
|
|
11
|
+
<type>Currency</type>
|
|
12
|
+
</CustomField>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Lease__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Lease</label>
|
|
6
|
+
<referenceTo>Lease__c</referenceTo>
|
|
7
|
+
<relationshipLabel>Payments</relationshipLabel>
|
|
8
|
+
<relationshipName>Payments</relationshipName>
|
|
9
|
+
<relationshipOrder>0</relationshipOrder>
|
|
10
|
+
<reparentableMasterDetail>false</reparentableMasterDetail>
|
|
11
|
+
<trackHistory>false</trackHistory>
|
|
12
|
+
<trackTrending>false</trackTrending>
|
|
13
|
+
<type>MasterDetail</type>
|
|
14
|
+
<writeRequiresMasterRead>false</writeRequiresMasterRead>
|
|
15
|
+
</CustomField>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Notes__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Notes</label>
|
|
6
|
+
<length>32768</length>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>LongTextArea</type>
|
|
10
|
+
<visibleLines>3</visibleLines>
|
|
11
|
+
</CustomField>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Payment_Date__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Payment Date</label>
|
|
6
|
+
<required>true</required>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Date</type>
|
|
10
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Payment__c/fields/Payment_Method__c.field-meta.xml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Payment_Method__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Payment Method</label>
|
|
6
|
+
<required>true</required>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Picklist</type>
|
|
10
|
+
<valueSet>
|
|
11
|
+
<restricted>true</restricted>
|
|
12
|
+
<valueSetDefinition>
|
|
13
|
+
<sorted>false</sorted>
|
|
14
|
+
<value>
|
|
15
|
+
<fullName>Cash</fullName>
|
|
16
|
+
<default>false</default>
|
|
17
|
+
<label>Cash</label>
|
|
18
|
+
</value>
|
|
19
|
+
<value>
|
|
20
|
+
<fullName>Check</fullName>
|
|
21
|
+
<default>false</default>
|
|
22
|
+
<label>Check</label>
|
|
23
|
+
</value>
|
|
24
|
+
<value>
|
|
25
|
+
<fullName>Credit Card</fullName>
|
|
26
|
+
<default>false</default>
|
|
27
|
+
<label>Credit Card</label>
|
|
28
|
+
</value>
|
|
29
|
+
<value>
|
|
30
|
+
<fullName>Bank Transfer</fullName>
|
|
31
|
+
<default>true</default>
|
|
32
|
+
<label>Bank Transfer</label>
|
|
33
|
+
</value>
|
|
34
|
+
<value>
|
|
35
|
+
<fullName>Online Payment</fullName>
|
|
36
|
+
<default>false</default>
|
|
37
|
+
<label>Online Payment</label>
|
|
38
|
+
</value>
|
|
39
|
+
</valueSetDefinition>
|
|
40
|
+
</valueSet>
|
|
41
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Payment__c/fields/Payment_Status__c.field-meta.xml
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Payment_Status__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Payment Status</label>
|
|
6
|
+
<required>true</required>
|
|
7
|
+
<trackHistory>true</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Picklist</type>
|
|
10
|
+
<valueSet>
|
|
11
|
+
<restricted>true</restricted>
|
|
12
|
+
<valueSetDefinition>
|
|
13
|
+
<sorted>false</sorted>
|
|
14
|
+
<value>
|
|
15
|
+
<fullName>Pending</fullName>
|
|
16
|
+
<default>true</default>
|
|
17
|
+
<label>Pending</label>
|
|
18
|
+
</value>
|
|
19
|
+
<value>
|
|
20
|
+
<fullName>Completed</fullName>
|
|
21
|
+
<default>false</default>
|
|
22
|
+
<label>Completed</label>
|
|
23
|
+
</value>
|
|
24
|
+
<value>
|
|
25
|
+
<fullName>Failed</fullName>
|
|
26
|
+
<default>false</default>
|
|
27
|
+
<label>Failed</label>
|
|
28
|
+
</value>
|
|
29
|
+
<value>
|
|
30
|
+
<fullName>Refunded</fullName>
|
|
31
|
+
<default>false</default>
|
|
32
|
+
<label>Refunded</label>
|
|
33
|
+
</value>
|
|
34
|
+
</valueSetDefinition>
|
|
35
|
+
</valueSet>
|
|
36
|
+
</CustomField>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<actionOverrides>
|
|
4
|
+
<actionName>Accept</actionName>
|
|
5
|
+
<type>Default</type>
|
|
6
|
+
</actionOverrides>
|
|
7
|
+
<actionOverrides>
|
|
8
|
+
<actionName>CancelEdit</actionName>
|
|
9
|
+
<type>Default</type>
|
|
10
|
+
</actionOverrides>
|
|
11
|
+
<actionOverrides>
|
|
12
|
+
<actionName>Clone</actionName>
|
|
13
|
+
<type>Default</type>
|
|
14
|
+
</actionOverrides>
|
|
15
|
+
<actionOverrides>
|
|
16
|
+
<actionName>Delete</actionName>
|
|
17
|
+
<type>Default</type>
|
|
18
|
+
</actionOverrides>
|
|
19
|
+
<actionOverrides>
|
|
20
|
+
<actionName>Edit</actionName>
|
|
21
|
+
<type>Default</type>
|
|
22
|
+
</actionOverrides>
|
|
23
|
+
<actionOverrides>
|
|
24
|
+
<actionName>List</actionName>
|
|
25
|
+
<type>Default</type>
|
|
26
|
+
</actionOverrides>
|
|
27
|
+
<actionOverrides>
|
|
28
|
+
<actionName>New</actionName>
|
|
29
|
+
<type>Default</type>
|
|
30
|
+
</actionOverrides>
|
|
31
|
+
<actionOverrides>
|
|
32
|
+
<actionName>SaveEdit</actionName>
|
|
33
|
+
<type>Default</type>
|
|
34
|
+
</actionOverrides>
|
|
35
|
+
<actionOverrides>
|
|
36
|
+
<actionName>Tab</actionName>
|
|
37
|
+
<type>Default</type>
|
|
38
|
+
</actionOverrides>
|
|
39
|
+
<actionOverrides>
|
|
40
|
+
<actionName>View</actionName>
|
|
41
|
+
<type>Default</type>
|
|
42
|
+
</actionOverrides>
|
|
43
|
+
<allowInChatterGroups>false</allowInChatterGroups>
|
|
44
|
+
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
|
|
45
|
+
<deploymentStatus>Deployed</deploymentStatus>
|
|
46
|
+
<enableActivities>true</enableActivities>
|
|
47
|
+
<enableBulkApi>true</enableBulkApi>
|
|
48
|
+
<enableFeeds>false</enableFeeds>
|
|
49
|
+
<enableHistory>true</enableHistory>
|
|
50
|
+
<enableLicensing>false</enableLicensing>
|
|
51
|
+
<enableReports>true</enableReports>
|
|
52
|
+
<enableSearch>true</enableSearch>
|
|
53
|
+
<enableSharing>true</enableSharing>
|
|
54
|
+
<enableStreamingApi>true</enableStreamingApi>
|
|
55
|
+
<externalSharingModel>ControlledByParent</externalSharingModel>
|
|
56
|
+
<label>Property Cost</label>
|
|
57
|
+
<nameField>
|
|
58
|
+
<label>Cost Number</label>
|
|
59
|
+
<type>AutoNumber</type>
|
|
60
|
+
<displayFormat>PC-{0000}</displayFormat>
|
|
61
|
+
<startingNumber>1</startingNumber>
|
|
62
|
+
</nameField>
|
|
63
|
+
<pluralLabel>Property Costs</pluralLabel>
|
|
64
|
+
<searchLayouts />
|
|
65
|
+
<sharingModel>ControlledByParent</sharingModel>
|
|
66
|
+
<visibility>Public</visibility>
|
|
67
|
+
</CustomObject>
|
package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Amount__c.field-meta.xml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Cost_Amount__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Cost Amount</label>
|
|
6
|
+
<precision>18</precision>
|
|
7
|
+
<required>true</required>
|
|
8
|
+
<scale>2</scale>
|
|
9
|
+
<trackHistory>false</trackHistory>
|
|
10
|
+
<trackTrending>false</trackTrending>
|
|
11
|
+
<type>Currency</type>
|
|
12
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Category__c.field-meta.xml
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Cost_Category__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Cost Category</label>
|
|
6
|
+
<required>true</required>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Picklist</type>
|
|
10
|
+
<valueSet>
|
|
11
|
+
<restricted>true</restricted>
|
|
12
|
+
<valueSetDefinition>
|
|
13
|
+
<sorted>false</sorted>
|
|
14
|
+
<value>
|
|
15
|
+
<fullName>Maintenance</fullName>
|
|
16
|
+
<default>true</default>
|
|
17
|
+
<label>Maintenance</label>
|
|
18
|
+
</value>
|
|
19
|
+
<value>
|
|
20
|
+
<fullName>Repair</fullName>
|
|
21
|
+
<default>false</default>
|
|
22
|
+
<label>Repair</label>
|
|
23
|
+
</value>
|
|
24
|
+
<value>
|
|
25
|
+
<fullName>Taxes</fullName>
|
|
26
|
+
<default>false</default>
|
|
27
|
+
<label>Taxes</label>
|
|
28
|
+
</value>
|
|
29
|
+
<value>
|
|
30
|
+
<fullName>Saving</fullName>
|
|
31
|
+
<default>false</default>
|
|
32
|
+
<label>Saving</label>
|
|
33
|
+
</value>
|
|
34
|
+
<value>
|
|
35
|
+
<fullName>Insurance</fullName>
|
|
36
|
+
<default>false</default>
|
|
37
|
+
<label>Insurance</label>
|
|
38
|
+
</value>
|
|
39
|
+
<value>
|
|
40
|
+
<fullName>Utilities</fullName>
|
|
41
|
+
<default>false</default>
|
|
42
|
+
<label>Utilities</label>
|
|
43
|
+
</value>
|
|
44
|
+
<value>
|
|
45
|
+
<fullName>Legal</fullName>
|
|
46
|
+
<default>false</default>
|
|
47
|
+
<label>Legal</label>
|
|
48
|
+
</value>
|
|
49
|
+
<value>
|
|
50
|
+
<fullName>Other</fullName>
|
|
51
|
+
<default>false</default>
|
|
52
|
+
<label>Other</label>
|
|
53
|
+
</value>
|
|
54
|
+
</valueSetDefinition>
|
|
55
|
+
</valueSet>
|
|
56
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Cost__c/fields/Cost_Date__c.field-meta.xml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Cost_Date__c</fullName>
|
|
4
|
+
<defaultValue>TODAY()</defaultValue>
|
|
5
|
+
<externalId>false</externalId>
|
|
6
|
+
<label>Cost Date</label>
|
|
7
|
+
<required>true</required>
|
|
8
|
+
<trackHistory>false</trackHistory>
|
|
9
|
+
<trackTrending>false</trackTrending>
|
|
10
|
+
<type>Date</type>
|
|
11
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Cost__c/fields/Description__c.field-meta.xml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Description__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Description</label>
|
|
6
|
+
<length>32768</length>
|
|
7
|
+
<required>false</required>
|
|
8
|
+
<trackHistory>false</trackHistory>
|
|
9
|
+
<trackTrending>false</trackTrending>
|
|
10
|
+
<type>LongTextArea</type>
|
|
11
|
+
<visibleLines>3</visibleLines>
|
|
12
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Cost__c/fields/Property__c.field-meta.xml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Property__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Property</label>
|
|
6
|
+
<referenceTo>Property__c</referenceTo>
|
|
7
|
+
<relationshipLabel>Property Costs</relationshipLabel>
|
|
8
|
+
<relationshipName>Property_Costs</relationshipName>
|
|
9
|
+
<relationshipOrder>0</relationshipOrder>
|
|
10
|
+
<reparentableMasterDetail>false</reparentableMasterDetail>
|
|
11
|
+
<trackHistory>false</trackHistory>
|
|
12
|
+
<trackTrending>false</trackTrending>
|
|
13
|
+
<type>MasterDetail</type>
|
|
14
|
+
<writeRequiresMasterRead>false</writeRequiresMasterRead>
|
|
15
|
+
</CustomField>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Vendor__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Vendor</label>
|
|
6
|
+
<length>255</length>
|
|
7
|
+
<required>false</required>
|
|
8
|
+
<trackHistory>false</trackHistory>
|
|
9
|
+
<trackTrending>false</trackTrending>
|
|
10
|
+
<type>Text</type>
|
|
11
|
+
<unique>false</unique>
|
|
12
|
+
</CustomField>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Cost_Amount_Limit</fullName>
|
|
4
|
+
<active>true</active>
|
|
5
|
+
<description>Ensure cost amounts are reasonable</description>
|
|
6
|
+
<errorConditionFormula
|
|
7
|
+
>OR(Cost_Amount__c <= 0, Cost_Amount__c > 100000)</errorConditionFormula>
|
|
8
|
+
<errorDisplayField>Cost_Amount__c</errorDisplayField>
|
|
9
|
+
<errorMessage>Cost Amount must be between $1 and $100,000</errorMessage>
|
|
10
|
+
</ValidationRule>
|
package/dist/force-app/main/default/objects/Property_Feature__c/Property_Feature__c.object-meta.xml
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<actionOverrides>
|
|
4
|
+
<actionName>Accept</actionName>
|
|
5
|
+
<type>Default</type>
|
|
6
|
+
</actionOverrides>
|
|
7
|
+
<actionOverrides>
|
|
8
|
+
<actionName>CancelEdit</actionName>
|
|
9
|
+
<type>Default</type>
|
|
10
|
+
</actionOverrides>
|
|
11
|
+
<actionOverrides>
|
|
12
|
+
<actionName>Clone</actionName>
|
|
13
|
+
<type>Default</type>
|
|
14
|
+
</actionOverrides>
|
|
15
|
+
<actionOverrides>
|
|
16
|
+
<actionName>Delete</actionName>
|
|
17
|
+
<type>Default</type>
|
|
18
|
+
</actionOverrides>
|
|
19
|
+
<actionOverrides>
|
|
20
|
+
<actionName>Edit</actionName>
|
|
21
|
+
<type>Default</type>
|
|
22
|
+
</actionOverrides>
|
|
23
|
+
<actionOverrides>
|
|
24
|
+
<actionName>List</actionName>
|
|
25
|
+
<type>Default</type>
|
|
26
|
+
</actionOverrides>
|
|
27
|
+
<actionOverrides>
|
|
28
|
+
<actionName>New</actionName>
|
|
29
|
+
<type>Default</type>
|
|
30
|
+
</actionOverrides>
|
|
31
|
+
<actionOverrides>
|
|
32
|
+
<actionName>SaveEdit</actionName>
|
|
33
|
+
<type>Default</type>
|
|
34
|
+
</actionOverrides>
|
|
35
|
+
<actionOverrides>
|
|
36
|
+
<actionName>Tab</actionName>
|
|
37
|
+
<type>Default</type>
|
|
38
|
+
</actionOverrides>
|
|
39
|
+
<actionOverrides>
|
|
40
|
+
<actionName>View</actionName>
|
|
41
|
+
<type>Default</type>
|
|
42
|
+
</actionOverrides>
|
|
43
|
+
<allowInChatterGroups>false</allowInChatterGroups>
|
|
44
|
+
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
|
|
45
|
+
<deploymentStatus>Deployed</deploymentStatus>
|
|
46
|
+
<enableActivities>false</enableActivities>
|
|
47
|
+
<enableBulkApi>true</enableBulkApi>
|
|
48
|
+
<enableFeeds>false</enableFeeds>
|
|
49
|
+
<enableHistory>false</enableHistory>
|
|
50
|
+
<enableLicensing>false</enableLicensing>
|
|
51
|
+
<enableReports>true</enableReports>
|
|
52
|
+
<enableSearch>true</enableSearch>
|
|
53
|
+
<enableSharing>true</enableSharing>
|
|
54
|
+
<enableStreamingApi>true</enableStreamingApi>
|
|
55
|
+
<externalSharingModel>ControlledByParent</externalSharingModel>
|
|
56
|
+
<label>Property Feature</label>
|
|
57
|
+
<nameField>
|
|
58
|
+
<label>Feature Name</label>
|
|
59
|
+
<type>Text</type>
|
|
60
|
+
</nameField>
|
|
61
|
+
<pluralLabel>Property Features</pluralLabel>
|
|
62
|
+
<searchLayouts />
|
|
63
|
+
<sharingModel>ControlledByParent</sharingModel>
|
|
64
|
+
<visibility>Public</visibility>
|
|
65
|
+
</CustomObject>
|
package/dist/force-app/main/default/objects/Property_Feature__c/fields/Description__c.field-meta.xml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Description__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Description</label>
|
|
6
|
+
<length>1000</length>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>LongTextArea</type>
|
|
10
|
+
<visibleLines>3</visibleLines>
|
|
11
|
+
</CustomField>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Display_on_Listing__c</fullName>
|
|
4
|
+
<defaultValue>true</defaultValue>
|
|
5
|
+
<externalId>false</externalId>
|
|
6
|
+
<label>Display on Listing</label>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Checkbox</type>
|
|
10
|
+
</CustomField>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Feature_Category__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Feature Category</label>
|
|
6
|
+
<required>true</required>
|
|
7
|
+
<trackHistory>false</trackHistory>
|
|
8
|
+
<trackTrending>false</trackTrending>
|
|
9
|
+
<type>Picklist</type>
|
|
10
|
+
<valueSet>
|
|
11
|
+
<restricted>true</restricted>
|
|
12
|
+
<valueSetDefinition>
|
|
13
|
+
<sorted>false</sorted>
|
|
14
|
+
<value>
|
|
15
|
+
<fullName>Interior</fullName>
|
|
16
|
+
<default>true</default>
|
|
17
|
+
<label>Interior</label>
|
|
18
|
+
</value>
|
|
19
|
+
<value>
|
|
20
|
+
<fullName>Exterior</fullName>
|
|
21
|
+
<default>false</default>
|
|
22
|
+
<label>Exterior</label>
|
|
23
|
+
</value>
|
|
24
|
+
<value>
|
|
25
|
+
<fullName>Amenities</fullName>
|
|
26
|
+
<default>false</default>
|
|
27
|
+
<label>Amenities</label>
|
|
28
|
+
</value>
|
|
29
|
+
<value>
|
|
30
|
+
<fullName>Appliances</fullName>
|
|
31
|
+
<default>false</default>
|
|
32
|
+
<label>Appliances</label>
|
|
33
|
+
</value>
|
|
34
|
+
<value>
|
|
35
|
+
<fullName>Safety and Security</fullName>
|
|
36
|
+
<default>false</default>
|
|
37
|
+
<label>Safety and Security</label>
|
|
38
|
+
</value>
|
|
39
|
+
<value>
|
|
40
|
+
<fullName>Energy and Utilities</fullName>
|
|
41
|
+
<default>false</default>
|
|
42
|
+
<label>Energy and Utilities</label>
|
|
43
|
+
</value>
|
|
44
|
+
<value>
|
|
45
|
+
<fullName>Location</fullName>
|
|
46
|
+
<default>false</default>
|
|
47
|
+
<label>Location</label>
|
|
48
|
+
</value>
|
|
49
|
+
</valueSetDefinition>
|
|
50
|
+
</valueSet>
|
|
51
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Feature__c/fields/Property__c.field-meta.xml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<fullName>Property__c</fullName>
|
|
4
|
+
<externalId>false</externalId>
|
|
5
|
+
<label>Property</label>
|
|
6
|
+
<referenceTo>Property__c</referenceTo>
|
|
7
|
+
<relationshipLabel>Property Features</relationshipLabel>
|
|
8
|
+
<relationshipName>Property_Features</relationshipName>
|
|
9
|
+
<relationshipOrder>0</relationshipOrder>
|
|
10
|
+
<reparentableMasterDetail>false</reparentableMasterDetail>
|
|
11
|
+
<trackHistory>false</trackHistory>
|
|
12
|
+
<trackTrending>false</trackTrending>
|
|
13
|
+
<type>MasterDetail</type>
|
|
14
|
+
<writeRequiresMasterRead>false</writeRequiresMasterRead>
|
|
15
|
+
</CustomField>
|
package/dist/force-app/main/default/objects/Property_Image__c/Property_Image__c.object-meta.xml
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<actionOverrides>
|
|
4
|
+
<actionName>Accept</actionName>
|
|
5
|
+
<type>Default</type>
|
|
6
|
+
</actionOverrides>
|
|
7
|
+
<actionOverrides>
|
|
8
|
+
<actionName>CancelEdit</actionName>
|
|
9
|
+
<type>Default</type>
|
|
10
|
+
</actionOverrides>
|
|
11
|
+
<actionOverrides>
|
|
12
|
+
<actionName>Clone</actionName>
|
|
13
|
+
<type>Default</type>
|
|
14
|
+
</actionOverrides>
|
|
15
|
+
<actionOverrides>
|
|
16
|
+
<actionName>Delete</actionName>
|
|
17
|
+
<type>Default</type>
|
|
18
|
+
</actionOverrides>
|
|
19
|
+
<actionOverrides>
|
|
20
|
+
<actionName>Edit</actionName>
|
|
21
|
+
<type>Default</type>
|
|
22
|
+
</actionOverrides>
|
|
23
|
+
<actionOverrides>
|
|
24
|
+
<actionName>List</actionName>
|
|
25
|
+
<type>Default</type>
|
|
26
|
+
</actionOverrides>
|
|
27
|
+
<actionOverrides>
|
|
28
|
+
<actionName>New</actionName>
|
|
29
|
+
<type>Default</type>
|
|
30
|
+
</actionOverrides>
|
|
31
|
+
<actionOverrides>
|
|
32
|
+
<actionName>SaveEdit</actionName>
|
|
33
|
+
<type>Default</type>
|
|
34
|
+
</actionOverrides>
|
|
35
|
+
<actionOverrides>
|
|
36
|
+
<actionName>Tab</actionName>
|
|
37
|
+
<type>Default</type>
|
|
38
|
+
</actionOverrides>
|
|
39
|
+
<actionOverrides>
|
|
40
|
+
<actionName>View</actionName>
|
|
41
|
+
<type>Default</type>
|
|
42
|
+
</actionOverrides>
|
|
43
|
+
<allowInChatterGroups>false</allowInChatterGroups>
|
|
44
|
+
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
|
|
45
|
+
<deploymentStatus>Deployed</deploymentStatus>
|
|
46
|
+
<enableActivities>false</enableActivities>
|
|
47
|
+
<enableBulkApi>true</enableBulkApi>
|
|
48
|
+
<enableFeeds>false</enableFeeds>
|
|
49
|
+
<enableHistory>false</enableHistory>
|
|
50
|
+
<enableLicensing>false</enableLicensing>
|
|
51
|
+
<enableReports>true</enableReports>
|
|
52
|
+
<enableSearch>true</enableSearch>
|
|
53
|
+
<enableSharing>true</enableSharing>
|
|
54
|
+
<enableStreamingApi>true</enableStreamingApi>
|
|
55
|
+
<externalSharingModel>ControlledByParent</externalSharingModel>
|
|
56
|
+
<label>Property Image</label>
|
|
57
|
+
<nameField>
|
|
58
|
+
<label>Image Name</label>
|
|
59
|
+
<type>Text</type>
|
|
60
|
+
</nameField>
|
|
61
|
+
<pluralLabel>Property Images</pluralLabel>
|
|
62
|
+
<searchLayouts />
|
|
63
|
+
<sharingModel>ControlledByParent</sharingModel>
|
|
64
|
+
<visibility>Public</visibility>
|
|
65
|
+
</CustomObject>
|