@salesforce/webapp-template-app-react-sample-b2e-experimental 1.66.0 → 1.67.1
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,66 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Employment_Type__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Type__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Phone__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
<layoutItems>
|
|
26
|
+
<behavior>Edit</behavior>
|
|
27
|
+
<field>IsActive__c</field>
|
|
28
|
+
</layoutItems>
|
|
29
|
+
<layoutItems>
|
|
30
|
+
<behavior>Edit</behavior>
|
|
31
|
+
<field>Rating__c</field>
|
|
32
|
+
</layoutItems>
|
|
33
|
+
<layoutItems>
|
|
34
|
+
<behavior>Edit</behavior>
|
|
35
|
+
<field>Hourly_Rate__c</field>
|
|
36
|
+
</layoutItems>
|
|
37
|
+
<layoutItems>
|
|
38
|
+
<behavior>Edit</behavior>
|
|
39
|
+
<field>Certifications__c</field>
|
|
40
|
+
</layoutItems>
|
|
41
|
+
<layoutItems>
|
|
42
|
+
<behavior>Edit</behavior>
|
|
43
|
+
<field>Location__c</field>
|
|
44
|
+
</layoutItems>
|
|
45
|
+
</layoutColumns>
|
|
46
|
+
<style>OneColumn</style>
|
|
47
|
+
</layoutSections>
|
|
48
|
+
<platformActionList>
|
|
49
|
+
<actionListContext>Record</actionListContext>
|
|
50
|
+
<platformActionListItems>
|
|
51
|
+
<actionName>Edit</actionName>
|
|
52
|
+
<actionType>StandardButton</actionType>
|
|
53
|
+
<sortOrder>0</sortOrder>
|
|
54
|
+
</platformActionListItems>
|
|
55
|
+
<platformActionListItems>
|
|
56
|
+
<actionName>Delete</actionName>
|
|
57
|
+
<actionType>StandardButton</actionType>
|
|
58
|
+
<sortOrder>1</sortOrder>
|
|
59
|
+
</platformActionListItems>
|
|
60
|
+
</platformActionList>
|
|
61
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
62
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
63
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
64
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
65
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
66
|
+
</Layout>
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Readonly</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Lease__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Amount__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Payment_Date__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
</layoutColumns>
|
|
26
|
+
<layoutColumns>
|
|
27
|
+
<layoutItems>
|
|
28
|
+
<behavior>Edit</behavior>
|
|
29
|
+
<field>Payment_Method__c</field>
|
|
30
|
+
</layoutItems>
|
|
31
|
+
<layoutItems>
|
|
32
|
+
<behavior>Edit</behavior>
|
|
33
|
+
<field>Payment_Status__c</field>
|
|
34
|
+
</layoutItems>
|
|
35
|
+
</layoutColumns>
|
|
36
|
+
<style>TwoColumnsTopToBottom</style>
|
|
37
|
+
</layoutSections>
|
|
38
|
+
<layoutSections>
|
|
39
|
+
<customLabel>false</customLabel>
|
|
40
|
+
<detailHeading>true</detailHeading>
|
|
41
|
+
<editHeading>true</editHeading>
|
|
42
|
+
<label>Notes</label>
|
|
43
|
+
<layoutColumns>
|
|
44
|
+
<layoutItems>
|
|
45
|
+
<behavior>Edit</behavior>
|
|
46
|
+
<field>Notes__c</field>
|
|
47
|
+
</layoutItems>
|
|
48
|
+
</layoutColumns>
|
|
49
|
+
<style>OneColumn</style>
|
|
50
|
+
</layoutSections>
|
|
51
|
+
<layoutSections>
|
|
52
|
+
<customLabel>false</customLabel>
|
|
53
|
+
<detailHeading>false</detailHeading>
|
|
54
|
+
<editHeading>true</editHeading>
|
|
55
|
+
<label>System Information</label>
|
|
56
|
+
<layoutColumns>
|
|
57
|
+
<layoutItems>
|
|
58
|
+
<behavior>Readonly</behavior>
|
|
59
|
+
<field>CreatedById</field>
|
|
60
|
+
</layoutItems>
|
|
61
|
+
</layoutColumns>
|
|
62
|
+
<layoutColumns>
|
|
63
|
+
<layoutItems>
|
|
64
|
+
<behavior>Readonly</behavior>
|
|
65
|
+
<field>LastModifiedById</field>
|
|
66
|
+
</layoutItems>
|
|
67
|
+
</layoutColumns>
|
|
68
|
+
<style>TwoColumnsTopToBottom</style>
|
|
69
|
+
</layoutSections>
|
|
70
|
+
<platformActionList>
|
|
71
|
+
<actionListContext>Record</actionListContext>
|
|
72
|
+
<platformActionListItems>
|
|
73
|
+
<actionName>Edit</actionName>
|
|
74
|
+
<actionType>StandardButton</actionType>
|
|
75
|
+
<sortOrder>0</sortOrder>
|
|
76
|
+
</platformActionListItems>
|
|
77
|
+
<platformActionListItems>
|
|
78
|
+
<actionName>Delete</actionName>
|
|
79
|
+
<actionType>StandardButton</actionType>
|
|
80
|
+
<sortOrder>1</sortOrder>
|
|
81
|
+
</platformActionListItems>
|
|
82
|
+
</platformActionList>
|
|
83
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
84
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
85
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
86
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
87
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
88
|
+
</Layout>
|
package/dist/force-app/main/default/layouts/Property_Cost__c-Property Cost Layout.layout-meta.xml
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Readonly</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Property__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Cost_Category__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Vendor__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
</layoutColumns>
|
|
26
|
+
<layoutColumns>
|
|
27
|
+
<layoutItems>
|
|
28
|
+
<behavior>Edit</behavior>
|
|
29
|
+
<field>Cost_Date__c</field>
|
|
30
|
+
</layoutItems>
|
|
31
|
+
<layoutItems>
|
|
32
|
+
<behavior>Edit</behavior>
|
|
33
|
+
<field>Cost_Amount__c</field>
|
|
34
|
+
</layoutItems>
|
|
35
|
+
</layoutColumns>
|
|
36
|
+
<style>TwoColumnsTopToBottom</style>
|
|
37
|
+
</layoutSections>
|
|
38
|
+
<layoutSections>
|
|
39
|
+
<customLabel>false</customLabel>
|
|
40
|
+
<detailHeading>true</detailHeading>
|
|
41
|
+
<editHeading>true</editHeading>
|
|
42
|
+
<label>Description</label>
|
|
43
|
+
<layoutColumns>
|
|
44
|
+
<layoutItems>
|
|
45
|
+
<behavior>Edit</behavior>
|
|
46
|
+
<field>Description__c</field>
|
|
47
|
+
</layoutItems>
|
|
48
|
+
</layoutColumns>
|
|
49
|
+
<style>OneColumn</style>
|
|
50
|
+
</layoutSections>
|
|
51
|
+
<layoutSections>
|
|
52
|
+
<customLabel>false</customLabel>
|
|
53
|
+
<detailHeading>false</detailHeading>
|
|
54
|
+
<editHeading>true</editHeading>
|
|
55
|
+
<label>System Information</label>
|
|
56
|
+
<layoutColumns>
|
|
57
|
+
<layoutItems>
|
|
58
|
+
<behavior>Readonly</behavior>
|
|
59
|
+
<field>CreatedById</field>
|
|
60
|
+
</layoutItems>
|
|
61
|
+
</layoutColumns>
|
|
62
|
+
<layoutColumns>
|
|
63
|
+
<layoutItems>
|
|
64
|
+
<behavior>Readonly</behavior>
|
|
65
|
+
<field>LastModifiedById</field>
|
|
66
|
+
</layoutItems>
|
|
67
|
+
</layoutColumns>
|
|
68
|
+
<style>TwoColumnsTopToBottom</style>
|
|
69
|
+
</layoutSections>
|
|
70
|
+
<platformActionList>
|
|
71
|
+
<actionListContext>Record</actionListContext>
|
|
72
|
+
<platformActionListItems>
|
|
73
|
+
<actionName>Edit</actionName>
|
|
74
|
+
<actionType>StandardButton</actionType>
|
|
75
|
+
<sortOrder>0</sortOrder>
|
|
76
|
+
</platformActionListItems>
|
|
77
|
+
<platformActionListItems>
|
|
78
|
+
<actionName>Delete</actionName>
|
|
79
|
+
<actionType>StandardButton</actionType>
|
|
80
|
+
<sortOrder>1</sortOrder>
|
|
81
|
+
</platformActionListItems>
|
|
82
|
+
</platformActionList>
|
|
83
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
84
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
85
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
86
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
87
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
88
|
+
</Layout>
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Property__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Feature_Category__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
</layoutColumns>
|
|
22
|
+
<layoutColumns>
|
|
23
|
+
<layoutItems>
|
|
24
|
+
<behavior>Edit</behavior>
|
|
25
|
+
<field>Display_on_Listing__c</field>
|
|
26
|
+
</layoutItems>
|
|
27
|
+
</layoutColumns>
|
|
28
|
+
<style>TwoColumnsTopToBottom</style>
|
|
29
|
+
</layoutSections>
|
|
30
|
+
<layoutSections>
|
|
31
|
+
<customLabel>false</customLabel>
|
|
32
|
+
<detailHeading>true</detailHeading>
|
|
33
|
+
<editHeading>true</editHeading>
|
|
34
|
+
<label>Description</label>
|
|
35
|
+
<layoutColumns>
|
|
36
|
+
<layoutItems>
|
|
37
|
+
<behavior>Edit</behavior>
|
|
38
|
+
<field>Description__c</field>
|
|
39
|
+
</layoutItems>
|
|
40
|
+
</layoutColumns>
|
|
41
|
+
<style>OneColumn</style>
|
|
42
|
+
</layoutSections>
|
|
43
|
+
<layoutSections>
|
|
44
|
+
<customLabel>false</customLabel>
|
|
45
|
+
<detailHeading>false</detailHeading>
|
|
46
|
+
<editHeading>true</editHeading>
|
|
47
|
+
<label>System Information</label>
|
|
48
|
+
<layoutColumns>
|
|
49
|
+
<layoutItems>
|
|
50
|
+
<behavior>Readonly</behavior>
|
|
51
|
+
<field>CreatedById</field>
|
|
52
|
+
</layoutItems>
|
|
53
|
+
</layoutColumns>
|
|
54
|
+
<layoutColumns>
|
|
55
|
+
<layoutItems>
|
|
56
|
+
<behavior>Readonly</behavior>
|
|
57
|
+
<field>LastModifiedById</field>
|
|
58
|
+
</layoutItems>
|
|
59
|
+
</layoutColumns>
|
|
60
|
+
<style>TwoColumnsTopToBottom</style>
|
|
61
|
+
</layoutSections>
|
|
62
|
+
<platformActionList>
|
|
63
|
+
<actionListContext>Record</actionListContext>
|
|
64
|
+
<platformActionListItems>
|
|
65
|
+
<actionName>Edit</actionName>
|
|
66
|
+
<actionType>StandardButton</actionType>
|
|
67
|
+
<sortOrder>0</sortOrder>
|
|
68
|
+
</platformActionListItems>
|
|
69
|
+
<platformActionListItems>
|
|
70
|
+
<actionName>Delete</actionName>
|
|
71
|
+
<actionType>StandardButton</actionType>
|
|
72
|
+
<sortOrder>1</sortOrder>
|
|
73
|
+
</platformActionListItems>
|
|
74
|
+
</platformActionList>
|
|
75
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
76
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
77
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
78
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
79
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
80
|
+
</Layout>
|
package/dist/force-app/main/default/layouts/Property_Image__c-Property Image Layout.layout-meta.xml
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Property__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Image_Type__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Display_Order__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
</layoutColumns>
|
|
26
|
+
<layoutColumns>
|
|
27
|
+
<layoutItems>
|
|
28
|
+
<behavior>Edit</behavior>
|
|
29
|
+
<field>Image_URL__c</field>
|
|
30
|
+
</layoutItems>
|
|
31
|
+
<layoutItems>
|
|
32
|
+
<behavior>Edit</behavior>
|
|
33
|
+
<field>Alt_Text__c</field>
|
|
34
|
+
</layoutItems>
|
|
35
|
+
</layoutColumns>
|
|
36
|
+
<style>TwoColumnsTopToBottom</style>
|
|
37
|
+
</layoutSections>
|
|
38
|
+
<layoutSections>
|
|
39
|
+
<customLabel>false</customLabel>
|
|
40
|
+
<detailHeading>false</detailHeading>
|
|
41
|
+
<editHeading>true</editHeading>
|
|
42
|
+
<label>System Information</label>
|
|
43
|
+
<layoutColumns>
|
|
44
|
+
<layoutItems>
|
|
45
|
+
<behavior>Readonly</behavior>
|
|
46
|
+
<field>CreatedById</field>
|
|
47
|
+
</layoutItems>
|
|
48
|
+
</layoutColumns>
|
|
49
|
+
<layoutColumns>
|
|
50
|
+
<layoutItems>
|
|
51
|
+
<behavior>Readonly</behavior>
|
|
52
|
+
<field>LastModifiedById</field>
|
|
53
|
+
</layoutItems>
|
|
54
|
+
</layoutColumns>
|
|
55
|
+
<style>TwoColumnsTopToBottom</style>
|
|
56
|
+
</layoutSections>
|
|
57
|
+
<platformActionList>
|
|
58
|
+
<actionListContext>Record</actionListContext>
|
|
59
|
+
<platformActionListItems>
|
|
60
|
+
<actionName>Edit</actionName>
|
|
61
|
+
<actionType>StandardButton</actionType>
|
|
62
|
+
<sortOrder>0</sortOrder>
|
|
63
|
+
</platformActionListItems>
|
|
64
|
+
<platformActionListItems>
|
|
65
|
+
<actionName>Delete</actionName>
|
|
66
|
+
<actionType>StandardButton</actionType>
|
|
67
|
+
<sortOrder>1</sortOrder>
|
|
68
|
+
</platformActionListItems>
|
|
69
|
+
</platformActionList>
|
|
70
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
71
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
72
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
73
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
74
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
75
|
+
</Layout>
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Property__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Listing_Status__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Featured__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
</layoutColumns>
|
|
26
|
+
<layoutColumns>
|
|
27
|
+
<layoutItems>
|
|
28
|
+
<behavior>Edit</behavior>
|
|
29
|
+
<field>Listing_Price__c</field>
|
|
30
|
+
</layoutItems>
|
|
31
|
+
<layoutItems>
|
|
32
|
+
<behavior>Edit</behavior>
|
|
33
|
+
<field>Display_Order__c</field>
|
|
34
|
+
</layoutItems>
|
|
35
|
+
</layoutColumns>
|
|
36
|
+
<style>TwoColumnsTopToBottom</style>
|
|
37
|
+
</layoutSections>
|
|
38
|
+
<layoutSections>
|
|
39
|
+
<customLabel>false</customLabel>
|
|
40
|
+
<detailHeading>true</detailHeading>
|
|
41
|
+
<editHeading>true</editHeading>
|
|
42
|
+
<label>Description</label>
|
|
43
|
+
<layoutColumns>
|
|
44
|
+
<layoutItems>
|
|
45
|
+
<behavior>Edit</behavior>
|
|
46
|
+
<field>Short_Description__c</field>
|
|
47
|
+
</layoutItems>
|
|
48
|
+
<layoutItems>
|
|
49
|
+
<behavior>Edit</behavior>
|
|
50
|
+
<field>Marketing_Description__c</field>
|
|
51
|
+
</layoutItems>
|
|
52
|
+
</layoutColumns>
|
|
53
|
+
<style>OneColumn</style>
|
|
54
|
+
</layoutSections>
|
|
55
|
+
<layoutSections>
|
|
56
|
+
<customLabel>false</customLabel>
|
|
57
|
+
<detailHeading>false</detailHeading>
|
|
58
|
+
<editHeading>true</editHeading>
|
|
59
|
+
<label>System Information</label>
|
|
60
|
+
<layoutColumns>
|
|
61
|
+
<layoutItems>
|
|
62
|
+
<behavior>Readonly</behavior>
|
|
63
|
+
<field>CreatedById</field>
|
|
64
|
+
</layoutItems>
|
|
65
|
+
</layoutColumns>
|
|
66
|
+
<layoutColumns>
|
|
67
|
+
<layoutItems>
|
|
68
|
+
<behavior>Readonly</behavior>
|
|
69
|
+
<field>LastModifiedById</field>
|
|
70
|
+
</layoutItems>
|
|
71
|
+
</layoutColumns>
|
|
72
|
+
<style>TwoColumnsTopToBottom</style>
|
|
73
|
+
</layoutSections>
|
|
74
|
+
<platformActionList>
|
|
75
|
+
<actionListContext>Record</actionListContext>
|
|
76
|
+
<platformActionListItems>
|
|
77
|
+
<actionName>Edit</actionName>
|
|
78
|
+
<actionType>StandardButton</actionType>
|
|
79
|
+
<sortOrder>0</sortOrder>
|
|
80
|
+
</platformActionListItems>
|
|
81
|
+
<platformActionListItems>
|
|
82
|
+
<actionName>Delete</actionName>
|
|
83
|
+
<actionType>StandardButton</actionType>
|
|
84
|
+
<sortOrder>1</sortOrder>
|
|
85
|
+
</platformActionListItems>
|
|
86
|
+
</platformActionList>
|
|
87
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
88
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
89
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
90
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
91
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
92
|
+
</Layout>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Company_Code__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Primary_Contact__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
<layoutItems>
|
|
22
|
+
<behavior>Edit</behavior>
|
|
23
|
+
<field>Active__c</field>
|
|
24
|
+
</layoutItems>
|
|
25
|
+
</layoutColumns>
|
|
26
|
+
<layoutColumns>
|
|
27
|
+
<layoutItems>
|
|
28
|
+
<behavior>Edit</behavior>
|
|
29
|
+
<field>Email__c</field>
|
|
30
|
+
</layoutItems>
|
|
31
|
+
<layoutItems>
|
|
32
|
+
<behavior>Edit</behavior>
|
|
33
|
+
<field>Phone__c</field>
|
|
34
|
+
</layoutItems>
|
|
35
|
+
</layoutColumns>
|
|
36
|
+
<style>TwoColumnsTopToBottom</style>
|
|
37
|
+
</layoutSections>
|
|
38
|
+
<layoutSections>
|
|
39
|
+
<customLabel>false</customLabel>
|
|
40
|
+
<detailHeading>false</detailHeading>
|
|
41
|
+
<editHeading>true</editHeading>
|
|
42
|
+
<label>System Information</label>
|
|
43
|
+
<layoutColumns>
|
|
44
|
+
<layoutItems>
|
|
45
|
+
<behavior>Readonly</behavior>
|
|
46
|
+
<field>CreatedById</field>
|
|
47
|
+
</layoutItems>
|
|
48
|
+
</layoutColumns>
|
|
49
|
+
<layoutColumns>
|
|
50
|
+
<layoutItems>
|
|
51
|
+
<behavior>Readonly</behavior>
|
|
52
|
+
<field>LastModifiedById</field>
|
|
53
|
+
</layoutItems>
|
|
54
|
+
</layoutColumns>
|
|
55
|
+
<style>TwoColumnsTopToBottom</style>
|
|
56
|
+
</layoutSections>
|
|
57
|
+
<platformActionList>
|
|
58
|
+
<actionListContext>Record</actionListContext>
|
|
59
|
+
<platformActionListItems>
|
|
60
|
+
<actionName>Edit</actionName>
|
|
61
|
+
<actionType>StandardButton</actionType>
|
|
62
|
+
<sortOrder>0</sortOrder>
|
|
63
|
+
</platformActionListItems>
|
|
64
|
+
<platformActionListItems>
|
|
65
|
+
<actionName>Delete</actionName>
|
|
66
|
+
<actionType>StandardButton</actionType>
|
|
67
|
+
<sortOrder>1</sortOrder>
|
|
68
|
+
</platformActionListItems>
|
|
69
|
+
</platformActionList>
|
|
70
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
71
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
72
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
73
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
74
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
75
|
+
</Layout>
|
package/dist/force-app/main/default/layouts/Property_Owner__c-Property Owner Layout.layout-meta.xml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
+
<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<layoutSections>
|
|
4
|
+
<customLabel>false</customLabel>
|
|
5
|
+
<detailHeading>false</detailHeading>
|
|
6
|
+
<editHeading>true</editHeading>
|
|
7
|
+
<label>Information</label>
|
|
8
|
+
<layoutColumns>
|
|
9
|
+
<layoutItems>
|
|
10
|
+
<behavior>Required</behavior>
|
|
11
|
+
<field>Name</field>
|
|
12
|
+
</layoutItems>
|
|
13
|
+
<layoutItems>
|
|
14
|
+
<behavior>Edit</behavior>
|
|
15
|
+
<field>Email__c</field>
|
|
16
|
+
</layoutItems>
|
|
17
|
+
<layoutItems>
|
|
18
|
+
<behavior>Edit</behavior>
|
|
19
|
+
<field>Phone__c</field>
|
|
20
|
+
</layoutItems>
|
|
21
|
+
</layoutColumns>
|
|
22
|
+
<layoutColumns>
|
|
23
|
+
<layoutItems>
|
|
24
|
+
<behavior>Edit</behavior>
|
|
25
|
+
<field>Address__c</field>
|
|
26
|
+
</layoutItems>
|
|
27
|
+
</layoutColumns>
|
|
28
|
+
<style>TwoColumnsTopToBottom</style>
|
|
29
|
+
</layoutSections>
|
|
30
|
+
<layoutSections>
|
|
31
|
+
<customLabel>false</customLabel>
|
|
32
|
+
<detailHeading>false</detailHeading>
|
|
33
|
+
<editHeading>true</editHeading>
|
|
34
|
+
<label>System Information</label>
|
|
35
|
+
<layoutColumns>
|
|
36
|
+
<layoutItems>
|
|
37
|
+
<behavior>Readonly</behavior>
|
|
38
|
+
<field>CreatedById</field>
|
|
39
|
+
</layoutItems>
|
|
40
|
+
</layoutColumns>
|
|
41
|
+
<layoutColumns>
|
|
42
|
+
<layoutItems>
|
|
43
|
+
<behavior>Readonly</behavior>
|
|
44
|
+
<field>LastModifiedById</field>
|
|
45
|
+
</layoutItems>
|
|
46
|
+
</layoutColumns>
|
|
47
|
+
<style>TwoColumnsTopToBottom</style>
|
|
48
|
+
</layoutSections>
|
|
49
|
+
<platformActionList>
|
|
50
|
+
<actionListContext>Record</actionListContext>
|
|
51
|
+
<platformActionListItems>
|
|
52
|
+
<actionName>Edit</actionName>
|
|
53
|
+
<actionType>StandardButton</actionType>
|
|
54
|
+
<sortOrder>0</sortOrder>
|
|
55
|
+
</platformActionListItems>
|
|
56
|
+
<platformActionListItems>
|
|
57
|
+
<actionName>Delete</actionName>
|
|
58
|
+
<actionType>StandardButton</actionType>
|
|
59
|
+
<sortOrder>1</sortOrder>
|
|
60
|
+
</platformActionListItems>
|
|
61
|
+
</platformActionList>
|
|
62
|
+
<showEmailCheckbox>false</showEmailCheckbox>
|
|
63
|
+
<showHighlightsPanel>false</showHighlightsPanel>
|
|
64
|
+
<showInteractionLogPanel>false</showInteractionLogPanel>
|
|
65
|
+
<showRunAssignmentRulesCheckbox>false</showRunAssignmentRulesCheckbox>
|
|
66
|
+
<showSubmitAndAttachButton>false</showSubmitAndAttachButton>
|
|
67
|
+
</Layout>
|