@salesforce/webapp-template-app-react-sample-b2e-experimental 1.67.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 +8 -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,148 @@
|
|
|
1
|
+
{
|
|
2
|
+
"records": [
|
|
3
|
+
{
|
|
4
|
+
"attributes": {
|
|
5
|
+
"type": "Property_Image__c",
|
|
6
|
+
"referenceId": "ImageRef1"
|
|
7
|
+
},
|
|
8
|
+
"Name": "Seaside Villa Primary",
|
|
9
|
+
"Property__c": "@PropertyRef1",
|
|
10
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1580587771525-78b9dba3b914?w=800&h=600&fit=crop",
|
|
11
|
+
"Image_Type__c": "Primary",
|
|
12
|
+
"Display_Order__c": 1,
|
|
13
|
+
"Alt_Text__c": "Seaside Serenity Villa - stunning modern villa exterior"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"attributes": {
|
|
17
|
+
"type": "Property_Image__c",
|
|
18
|
+
"referenceId": "ImageRef2"
|
|
19
|
+
},
|
|
20
|
+
"Name": "Modern Haven Primary",
|
|
21
|
+
"Property__c": "@PropertyRef2",
|
|
22
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1619216083420-6e54b895f730?w=800&h=600&fit=crop",
|
|
23
|
+
"Image_Type__c": "Primary",
|
|
24
|
+
"Display_Order__c": 1,
|
|
25
|
+
"Alt_Text__c": "Modern Haven - chic 2-bedroom apartment with city views"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"attributes": {
|
|
29
|
+
"type": "Property_Image__c",
|
|
30
|
+
"referenceId": "ImageRef3"
|
|
31
|
+
},
|
|
32
|
+
"Name": "Getaway Oasis Primary",
|
|
33
|
+
"Property__c": "@PropertyRef4",
|
|
34
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1580041065738-e72023775cdc?w=800&h=600&fit=crop",
|
|
35
|
+
"Image_Type__c": "Primary",
|
|
36
|
+
"Display_Order__c": 1,
|
|
37
|
+
"Alt_Text__c": "Getaway Oasis Retreat - elegant townhouse in gated community"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"attributes": {
|
|
41
|
+
"type": "Property_Image__c",
|
|
42
|
+
"referenceId": "ImageRef4"
|
|
43
|
+
},
|
|
44
|
+
"Name": "Downtown Loft Primary",
|
|
45
|
+
"Property__c": "@PropertyRef3",
|
|
46
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1586023492125-27b2c045efd7",
|
|
47
|
+
"Image_Type__c": "Primary",
|
|
48
|
+
"Display_Order__c": 1,
|
|
49
|
+
"Alt_Text__c": "Downtown Loft Luxury - modern loft with high ceilings"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"attributes": {
|
|
53
|
+
"type": "Property_Image__c",
|
|
54
|
+
"referenceId": "ImageRef5"
|
|
55
|
+
},
|
|
56
|
+
"Name": "Garden Studio Primary",
|
|
57
|
+
"Property__c": "@PropertyRef5",
|
|
58
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1522708323590-d24dbb6b0267",
|
|
59
|
+
"Image_Type__c": "Primary",
|
|
60
|
+
"Display_Order__c": 1,
|
|
61
|
+
"Alt_Text__c": "Garden Studio Sanctuary - cozy studio with garden access"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"attributes": {
|
|
65
|
+
"type": "Property_Image__c",
|
|
66
|
+
"referenceId": "ImageRef6"
|
|
67
|
+
},
|
|
68
|
+
"Name": "Seaside Villa Gallery",
|
|
69
|
+
"Property__c": "@PropertyRef1",
|
|
70
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1600607687939-ce8a6c25118c",
|
|
71
|
+
"Image_Type__c": "Gallery",
|
|
72
|
+
"Display_Order__c": 2,
|
|
73
|
+
"Alt_Text__c": "Seaside Serenity Villa - interior living space"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"attributes": {
|
|
77
|
+
"type": "Property_Image__c",
|
|
78
|
+
"referenceId": "ImageRef7"
|
|
79
|
+
},
|
|
80
|
+
"Name": "Modern Haven Gallery",
|
|
81
|
+
"Property__c": "@PropertyRef2",
|
|
82
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1600607687644-aac4c3eac7f4",
|
|
83
|
+
"Image_Type__c": "Gallery",
|
|
84
|
+
"Display_Order__c": 2,
|
|
85
|
+
"Alt_Text__c": "Modern Haven - stylish interior design"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"attributes": {
|
|
89
|
+
"type": "Property_Image__c",
|
|
90
|
+
"referenceId": "ImageRef8"
|
|
91
|
+
},
|
|
92
|
+
"Name": "Getaway Oasis Gallery",
|
|
93
|
+
"Property__c": "@PropertyRef4",
|
|
94
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1600607687920-4e2a09cf159d",
|
|
95
|
+
"Image_Type__c": "Gallery",
|
|
96
|
+
"Display_Order__c": 2,
|
|
97
|
+
"Alt_Text__c": "Getaway Oasis Retreat - luxurious interior amenities"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"attributes": {
|
|
101
|
+
"type": "Property_Image__c",
|
|
102
|
+
"referenceId": "ImageRef9"
|
|
103
|
+
},
|
|
104
|
+
"Name": "Ocean View Villa Primary",
|
|
105
|
+
"Property__c": "@PropertyRef7",
|
|
106
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1630008483888-0c00f669ec4a?w=800&h=600&fit=crop",
|
|
107
|
+
"Image_Type__c": "Primary",
|
|
108
|
+
"Display_Order__c": 1,
|
|
109
|
+
"Alt_Text__c": "Beachfront villa with stunning ocean views"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"attributes": {
|
|
113
|
+
"type": "Property_Image__c",
|
|
114
|
+
"referenceId": "ImageRef10"
|
|
115
|
+
},
|
|
116
|
+
"Name": "Tech Hub Condo Primary",
|
|
117
|
+
"Property__c": "@PropertyRef8",
|
|
118
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1572025442646-866d16c84a54?w=800&h=600&fit=crop",
|
|
119
|
+
"Image_Type__c": "Primary",
|
|
120
|
+
"Display_Order__c": 1,
|
|
121
|
+
"Alt_Text__c": "Modern tech hub condo in Silicon Valley"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"attributes": {
|
|
125
|
+
"type": "Property_Image__c",
|
|
126
|
+
"referenceId": "ImageRef11"
|
|
127
|
+
},
|
|
128
|
+
"Name": "Historic Brownstone Primary",
|
|
129
|
+
"Property__c": "@PropertyRef9",
|
|
130
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1649560065937-8405481a53d8?w=800&h=600&fit=crop",
|
|
131
|
+
"Image_Type__c": "Primary",
|
|
132
|
+
"Display_Order__c": 1,
|
|
133
|
+
"Alt_Text__c": "Historic Victorian brownstone with original details"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"attributes": {
|
|
137
|
+
"type": "Property_Image__c",
|
|
138
|
+
"referenceId": "ImageRef12"
|
|
139
|
+
},
|
|
140
|
+
"Name": "Beverly Hills Estate Primary",
|
|
141
|
+
"Property__c": "@PropertyRef11",
|
|
142
|
+
"Image_URL__c": "https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=800&h=600&fit=crop",
|
|
143
|
+
"Image_Type__c": "Primary",
|
|
144
|
+
"Display_Order__c": 1,
|
|
145
|
+
"Alt_Text__c": "Magnificent Beverly Hills estate exterior"
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
{
|
|
2
|
+
"records": [
|
|
3
|
+
{
|
|
4
|
+
"attributes": {
|
|
5
|
+
"type": "Property_Listing__c",
|
|
6
|
+
"referenceId": "ListingRef1"
|
|
7
|
+
},
|
|
8
|
+
"Name": "Seaside Serenity Villa",
|
|
9
|
+
"Property__c": "@PropertyRef1",
|
|
10
|
+
"Listing_Price__c": 8500.0,
|
|
11
|
+
"Listing_Status__c": "Active",
|
|
12
|
+
"Featured__c": true,
|
|
13
|
+
"Display_Order__c": 1,
|
|
14
|
+
"Short_Description__c": "A stunning 4-bedroom, 3-bathroom villa in a peaceful suburban neighborhood",
|
|
15
|
+
"Marketing_Description__c": "A stunning 4-bedroom, 3-bathroom villa in a peaceful suburban neighborhood. Read More"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"attributes": {
|
|
19
|
+
"type": "Property_Listing__c",
|
|
20
|
+
"referenceId": "ListingRef2"
|
|
21
|
+
},
|
|
22
|
+
"Name": "Modern Haven",
|
|
23
|
+
"Property__c": "@PropertyRef2",
|
|
24
|
+
"Listing_Price__c": 5975.0,
|
|
25
|
+
"Listing_Status__c": "Active",
|
|
26
|
+
"Featured__c": true,
|
|
27
|
+
"Display_Order__c": 2,
|
|
28
|
+
"Short_Description__c": "A chic and fully-furnished 2-bedroom apt with panoramic city views",
|
|
29
|
+
"Marketing_Description__c": "A chic and fully-furnished 2-bedroom apt with panoramic city views... Read More"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"attributes": {
|
|
33
|
+
"type": "Property_Listing__c",
|
|
34
|
+
"referenceId": "ListingRef3"
|
|
35
|
+
},
|
|
36
|
+
"Name": "Getaway Oasis Retreat",
|
|
37
|
+
"Property__c": "@PropertyRef4",
|
|
38
|
+
"Listing_Price__c": 6250.0,
|
|
39
|
+
"Listing_Status__c": "Active",
|
|
40
|
+
"Featured__c": true,
|
|
41
|
+
"Display_Order__c": 3,
|
|
42
|
+
"Short_Description__c": "An elegant townhouse in a gated community with luxury amenities and stunning views.",
|
|
43
|
+
"Marketing_Description__c": "An elegant townhouse in a gated community with luxury amenities and stunning views.... Read More"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"attributes": {
|
|
47
|
+
"type": "Property_Listing__c",
|
|
48
|
+
"referenceId": "ListingRef4"
|
|
49
|
+
},
|
|
50
|
+
"Name": "Downtown Loft Luxury",
|
|
51
|
+
"Property__c": "@PropertyRef3",
|
|
52
|
+
"Listing_Price__c": 4200.0,
|
|
53
|
+
"Listing_Status__c": "Active",
|
|
54
|
+
"Featured__c": true,
|
|
55
|
+
"Display_Order__c": 4,
|
|
56
|
+
"Short_Description__c": "Modern downtown loft with high ceilings and city views",
|
|
57
|
+
"Marketing_Description__c": "Modern downtown loft with high ceilings and city views. Perfect for urban professionals seeking luxury and convenience."
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"attributes": {
|
|
61
|
+
"type": "Property_Listing__c",
|
|
62
|
+
"referenceId": "ListingRef5"
|
|
63
|
+
},
|
|
64
|
+
"Name": "Garden Studio Sanctuary",
|
|
65
|
+
"Property__c": "@PropertyRef5",
|
|
66
|
+
"Listing_Price__c": 2850.0,
|
|
67
|
+
"Listing_Status__c": "Active",
|
|
68
|
+
"Featured__c": true,
|
|
69
|
+
"Display_Order__c": 5,
|
|
70
|
+
"Short_Description__c": "Cozy garden studio in a quiet neighborhood with modern amenities",
|
|
71
|
+
"Marketing_Description__c": "Cozy garden studio in a quiet neighborhood with modern amenities. Perfect for those seeking tranquility and comfort."
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"attributes": {
|
|
75
|
+
"type": "Property_Listing__c",
|
|
76
|
+
"referenceId": "ListingRef6"
|
|
77
|
+
},
|
|
78
|
+
"Name": "Ocean View Villa",
|
|
79
|
+
"Property__c": "@PropertyRef7",
|
|
80
|
+
"Listing_Price__c": 12000.0,
|
|
81
|
+
"Listing_Status__c": "Active",
|
|
82
|
+
"Featured__c": true,
|
|
83
|
+
"Display_Order__c": 6,
|
|
84
|
+
"Short_Description__c": "Stunning beachfront home with direct ocean access",
|
|
85
|
+
"Marketing_Description__c": "Stunning beachfront home with direct ocean access, modern kitchen, and panoramic views. The ultimate luxury living experience."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"attributes": {
|
|
89
|
+
"type": "Property_Listing__c",
|
|
90
|
+
"referenceId": "ListingRef7"
|
|
91
|
+
},
|
|
92
|
+
"Name": "Beverly Hills Estate",
|
|
93
|
+
"Property__c": "@PropertyRef11",
|
|
94
|
+
"Listing_Price__c": 9200000.0,
|
|
95
|
+
"Listing_Status__c": "Active",
|
|
96
|
+
"Featured__c": true,
|
|
97
|
+
"Display_Order__c": 7,
|
|
98
|
+
"Short_Description__c": "Magnificent estate with pool, tennis court, wine cellar",
|
|
99
|
+
"Marketing_Description__c": "Magnificent estate with pool, tennis court, wine cellar, and breathtaking city views. The pinnacle of luxury real estate."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"attributes": {
|
|
103
|
+
"type": "Property_Listing__c",
|
|
104
|
+
"referenceId": "ListingRef8"
|
|
105
|
+
},
|
|
106
|
+
"Name": "Historic Brownstone",
|
|
107
|
+
"Property__c": "@PropertyRef9",
|
|
108
|
+
"Listing_Price__c": 9800.0,
|
|
109
|
+
"Listing_Status__c": "Active",
|
|
110
|
+
"Featured__c": false,
|
|
111
|
+
"Display_Order__c": 8,
|
|
112
|
+
"Short_Description__c": "Charming historic brownstone with modern updates",
|
|
113
|
+
"Marketing_Description__c": "Charming historic brownstone with original hardwood floors, exposed brick, and modern updates."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"attributes": {
|
|
117
|
+
"type": "Property_Listing__c",
|
|
118
|
+
"referenceId": "ListingRef9"
|
|
119
|
+
},
|
|
120
|
+
"Name": "Tech Hub",
|
|
121
|
+
"Property__c": "@PropertyRef8",
|
|
122
|
+
"Listing_Price__c": 7500.0,
|
|
123
|
+
"Listing_Status__c": "Active",
|
|
124
|
+
"Featured__c": true,
|
|
125
|
+
"Display_Order__c": 9,
|
|
126
|
+
"Short_Description__c": "Modern condo in the heart of Silicon Valley",
|
|
127
|
+
"Marketing_Description__c": "Modern condo in the heart of Silicon Valley with smart home features and rooftop deck."
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"records": [
|
|
3
|
+
{
|
|
4
|
+
"attributes": {
|
|
5
|
+
"type": "Property_Management_Company__c",
|
|
6
|
+
"referenceId": "CompanyRef1"
|
|
7
|
+
},
|
|
8
|
+
"Name": "Premier Property Management LLC",
|
|
9
|
+
"Company_Code__c": "PPM001",
|
|
10
|
+
"Phone__c": "(555) 800-1000",
|
|
11
|
+
"Email__c": "contact@premierproperty.com",
|
|
12
|
+
"Active__c": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"attributes": {
|
|
16
|
+
"type": "Property_Management_Company__c",
|
|
17
|
+
"referenceId": "CompanyRef2"
|
|
18
|
+
},
|
|
19
|
+
"Name": "Coastal Property Services",
|
|
20
|
+
"Company_Code__c": "CPS002",
|
|
21
|
+
"Phone__c": "(555) 800-2000",
|
|
22
|
+
"Email__c": "info@coastalproperties.com",
|
|
23
|
+
"Active__c": true
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"attributes": {
|
|
27
|
+
"type": "Property_Management_Company__c",
|
|
28
|
+
"referenceId": "CompanyRef3"
|
|
29
|
+
},
|
|
30
|
+
"Name": "Urban Living Solutions",
|
|
31
|
+
"Company_Code__c": "ULS003",
|
|
32
|
+
"Phone__c": "(555) 800-3000",
|
|
33
|
+
"Email__c": "support@urbanliving.com",
|
|
34
|
+
"Active__c": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"attributes": {
|
|
38
|
+
"type": "Property_Management_Company__c",
|
|
39
|
+
"referenceId": "CompanyRef4"
|
|
40
|
+
},
|
|
41
|
+
"Name": "Metropolitan Realty Group",
|
|
42
|
+
"Company_Code__c": "MRG004",
|
|
43
|
+
"Phone__c": "(555) 800-4000",
|
|
44
|
+
"Email__c": "leasing@metrorealty.com",
|
|
45
|
+
"Active__c": true
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"attributes": {
|
|
49
|
+
"type": "Property_Management_Company__c",
|
|
50
|
+
"referenceId": "CompanyRef5"
|
|
51
|
+
},
|
|
52
|
+
"Name": "Golden Gate Property Partners",
|
|
53
|
+
"Company_Code__c": "GGP005",
|
|
54
|
+
"Phone__c": "(555) 800-5000",
|
|
55
|
+
"Email__c": "hello@goldengateproperties.com",
|
|
56
|
+
"Active__c": true
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"attributes": {
|
|
60
|
+
"type": "Property_Management_Company__c",
|
|
61
|
+
"referenceId": "CompanyRef6"
|
|
62
|
+
},
|
|
63
|
+
"Name": "Sunset Residential Management",
|
|
64
|
+
"Company_Code__c": "SRM006",
|
|
65
|
+
"Phone__c": "(555) 800-6000",
|
|
66
|
+
"Email__c": "rentals@sunsetresidential.com",
|
|
67
|
+
"Active__c": true
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
{
|
|
2
|
+
"records": [
|
|
3
|
+
{
|
|
4
|
+
"attributes": {
|
|
5
|
+
"type": "Property_Owner__c",
|
|
6
|
+
"referenceId": "PropertyOwnerRef1"
|
|
7
|
+
},
|
|
8
|
+
"Name": "John Smith",
|
|
9
|
+
"Email__c": "john.smith@example.com",
|
|
10
|
+
"Phone__c": "(415) 555-0101",
|
|
11
|
+
"Address__c": "1234 Ocean View Dr, San Francisco, CA 94102"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"attributes": {
|
|
15
|
+
"type": "Property_Owner__c",
|
|
16
|
+
"referenceId": "PropertyOwnerRef2"
|
|
17
|
+
},
|
|
18
|
+
"Name": "Sarah Johnson",
|
|
19
|
+
"Email__c": "sarah.johnson@example.com",
|
|
20
|
+
"Phone__c": "(415) 555-0102",
|
|
21
|
+
"Address__c": "567 Hillside Ave, Oakland, CA 94611"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"attributes": {
|
|
25
|
+
"type": "Property_Owner__c",
|
|
26
|
+
"referenceId": "PropertyOwnerRef3"
|
|
27
|
+
},
|
|
28
|
+
"Name": "Michael Chen",
|
|
29
|
+
"Email__c": "michael.chen@example.com",
|
|
30
|
+
"Phone__c": "(213) 555-0103",
|
|
31
|
+
"Address__c": "890 Beverly Hills Blvd, Los Angeles, CA 90210"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"attributes": {
|
|
35
|
+
"type": "Property_Owner__c",
|
|
36
|
+
"referenceId": "PropertyOwnerRef4"
|
|
37
|
+
},
|
|
38
|
+
"Name": "Emily Davis",
|
|
39
|
+
"Email__c": "emily.davis@example.com",
|
|
40
|
+
"Phone__c": "(858) 555-0104",
|
|
41
|
+
"Address__c": "321 Sunset Cliffs Blvd, San Diego, CA 92107"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"attributes": {
|
|
45
|
+
"type": "Property_Owner__c",
|
|
46
|
+
"referenceId": "PropertyOwnerRef5"
|
|
47
|
+
},
|
|
48
|
+
"Name": "David Wilson",
|
|
49
|
+
"Email__c": "david.wilson@example.com",
|
|
50
|
+
"Phone__c": "(916) 555-0105",
|
|
51
|
+
"Address__c": "456 Capitol Ave, Sacramento, CA 95814"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"attributes": {
|
|
55
|
+
"type": "Property_Owner__c",
|
|
56
|
+
"referenceId": "PropertyOwnerRef6"
|
|
57
|
+
},
|
|
58
|
+
"Name": "Lisa Rodriguez",
|
|
59
|
+
"Email__c": "lisa.rodriguez@example.com",
|
|
60
|
+
"Phone__c": "(510) 555-0106",
|
|
61
|
+
"Address__c": "789 Telegraph Ave, Berkeley, CA 94705"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"attributes": {
|
|
65
|
+
"type": "Property_Owner__c",
|
|
66
|
+
"referenceId": "PropertyOwnerRef7"
|
|
67
|
+
},
|
|
68
|
+
"Name": "Robert Thompson",
|
|
69
|
+
"Email__c": "robert.thompson@example.com",
|
|
70
|
+
"Phone__c": "(650) 555-0107",
|
|
71
|
+
"Address__c": "123 University Ave, Palo Alto, CA 94301"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"attributes": {
|
|
75
|
+
"type": "Property_Owner__c",
|
|
76
|
+
"referenceId": "PropertyOwnerRef8"
|
|
77
|
+
},
|
|
78
|
+
"Name": "Jennifer Martinez",
|
|
79
|
+
"Email__c": "jennifer.martinez@example.com",
|
|
80
|
+
"Phone__c": "(408) 555-0108",
|
|
81
|
+
"Address__c": "654 Market St, San Jose, CA 95113"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"attributes": {
|
|
85
|
+
"type": "Property_Owner__c",
|
|
86
|
+
"referenceId": "PropertyOwnerRef9"
|
|
87
|
+
},
|
|
88
|
+
"Name": "Christopher Lee",
|
|
89
|
+
"Email__c": "christopher.lee@example.com",
|
|
90
|
+
"Phone__c": "(949) 555-0109",
|
|
91
|
+
"Address__c": "987 Fashion Island Blvd, Newport Beach, CA 92660"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"attributes": {
|
|
95
|
+
"type": "Property_Owner__c",
|
|
96
|
+
"referenceId": "PropertyOwnerRef10"
|
|
97
|
+
},
|
|
98
|
+
"Name": "Amanda White",
|
|
99
|
+
"Email__c": "amanda.white@example.com",
|
|
100
|
+
"Phone__c": "(831) 555-0110",
|
|
101
|
+
"Address__c": "147 Ocean Ave, Monterey, CA 93940"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"attributes": {
|
|
105
|
+
"type": "Property_Owner__c",
|
|
106
|
+
"referenceId": "PropertyOwnerRef11"
|
|
107
|
+
},
|
|
108
|
+
"Name": "Daniel Garcia",
|
|
109
|
+
"Email__c": "daniel.garcia@example.com",
|
|
110
|
+
"Phone__c": "(805) 555-0111",
|
|
111
|
+
"Address__c": "258 State St, Santa Barbara, CA 93101"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"attributes": {
|
|
115
|
+
"type": "Property_Owner__c",
|
|
116
|
+
"referenceId": "PropertyOwnerRef12"
|
|
117
|
+
},
|
|
118
|
+
"Name": "Michelle Brown",
|
|
119
|
+
"Email__c": "michelle.brown@example.com",
|
|
120
|
+
"Phone__c": "(707) 555-0112",
|
|
121
|
+
"Address__c": "369 Vineyard Rd, Napa, CA 94558"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"attributes": {
|
|
125
|
+
"type": "Property_Owner__c",
|
|
126
|
+
"referenceId": "PropertyOwnerRef13"
|
|
127
|
+
},
|
|
128
|
+
"Name": "Kevin Taylor",
|
|
129
|
+
"Email__c": "kevin.taylor@example.com",
|
|
130
|
+
"Phone__c": "(559) 555-0113",
|
|
131
|
+
"Address__c": "741 Fulton St, Fresno, CA 93721"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"attributes": {
|
|
135
|
+
"type": "Property_Owner__c",
|
|
136
|
+
"referenceId": "PropertyOwnerRef14"
|
|
137
|
+
},
|
|
138
|
+
"Name": "Nicole Anderson",
|
|
139
|
+
"Email__c": "nicole.anderson@example.com",
|
|
140
|
+
"Phone__c": "(951) 555-0114",
|
|
141
|
+
"Address__c": "852 Mission Inn Ave, Riverside, CA 92501"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"attributes": {
|
|
145
|
+
"type": "Property_Owner__c",
|
|
146
|
+
"referenceId": "PropertyOwnerRef15"
|
|
147
|
+
},
|
|
148
|
+
"Name": "James Wilson",
|
|
149
|
+
"Email__c": "james.wilson@example.com",
|
|
150
|
+
"Phone__c": "(925) 555-0115",
|
|
151
|
+
"Address__c": "963 Main St, Walnut Creek, CA 94596"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"attributes": {
|
|
155
|
+
"type": "Property_Owner__c",
|
|
156
|
+
"referenceId": "PropertyOwnerRef16"
|
|
157
|
+
},
|
|
158
|
+
"Name": "Rachel Kim",
|
|
159
|
+
"Email__c": "rachel.kim@example.com",
|
|
160
|
+
"Phone__c": "(714) 555-0116",
|
|
161
|
+
"Address__c": "147 Harbor Blvd, Anaheim, CA 92805"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"attributes": {
|
|
165
|
+
"type": "Property_Owner__c",
|
|
166
|
+
"referenceId": "PropertyOwnerRef17"
|
|
167
|
+
},
|
|
168
|
+
"Name": "Steven Adams",
|
|
169
|
+
"Email__c": "steven.adams@example.com",
|
|
170
|
+
"Phone__c": "(760) 555-0117",
|
|
171
|
+
"Address__c": "258 Palm Canyon Dr, Palm Springs, CA 92262"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"attributes": {
|
|
175
|
+
"type": "Property_Owner__c",
|
|
176
|
+
"referenceId": "PropertyOwnerRef18"
|
|
177
|
+
},
|
|
178
|
+
"Name": "Catherine Moore",
|
|
179
|
+
"Email__c": "catherine.moore@example.com",
|
|
180
|
+
"Phone__c": "(661) 555-0118",
|
|
181
|
+
"Address__c": "369 Chester Ave, Bakersfield, CA 93301"
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
}
|