@salesforce/webapp-template-app-react-sample-b2x-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.
Files changed (122) hide show
  1. package/dist/CHANGELOG.md +8 -0
  2. package/dist/force-app/main/default/data/Agent__c.json +79 -0
  3. package/dist/force-app/main/default/data/Application__c.json +115 -6
  4. package/dist/force-app/main/default/data/Contact.json +44 -0
  5. package/dist/force-app/main/default/data/Maintenance_Request__c.json +258 -334
  6. package/dist/force-app/main/default/data/Maintenance_Worker__c.json +135 -155
  7. package/dist/force-app/main/default/data/Notification__c.json +214 -0
  8. package/dist/force-app/main/default/data/Property__c.json +436 -311
  9. package/dist/force-app/main/default/data/Tenant__c.json +90 -9348
  10. package/dist/force-app/main/default/data/data-plan.json +42 -18
  11. package/dist/force-app/main/default/layouts/Application__c-Application Layout.layout-meta.xml +58 -0
  12. package/dist/force-app/main/default/layouts/Maintenance_Request__c-Maintenance Request Layout.layout-meta.xml +13 -28
  13. package/dist/force-app/main/default/layouts/Maintenance_Worker__c-Maintenance Worker Layout.layout-meta.xml +11 -24
  14. package/dist/force-app/main/default/layouts/Property__c-Property Layout.layout-meta.xml +23 -60
  15. package/dist/force-app/main/default/layouts/Tenant__c-Tenant Layout.layout-meta.xml +10 -23
  16. package/dist/force-app/main/default/objects/Agent__c/Agent__c.object-meta.xml +66 -0
  17. package/dist/force-app/main/default/objects/Agent__c/fields/Agent_Type__c.field-meta.xml +37 -0
  18. package/dist/force-app/main/default/objects/Agent__c/fields/Availability__c.field-meta.xml +37 -0
  19. package/dist/force-app/main/default/objects/{Tenant__c/fields/Emergency_Contact__c.field-meta.xml → Agent__c/fields/Emergency_Alt__c.field-meta.xml} +4 -5
  20. package/dist/force-app/main/default/objects/Agent__c/fields/Language__c.field-meta.xml +42 -0
  21. package/dist/force-app/main/default/objects/{Property__c/fields/Purchase_Date__c.field-meta.xml → Agent__c/fields/License_Expiry__c.field-meta.xml} +4 -3
  22. package/dist/force-app/main/default/objects/Agent__c/fields/License_Number__c.field-meta.xml +14 -0
  23. package/dist/force-app/main/default/objects/Agent__c/fields/Office_Location__c.field-meta.xml +42 -0
  24. package/dist/force-app/main/default/objects/Agent__c/fields/Territory__c.field-meta.xml +42 -0
  25. package/dist/force-app/main/default/objects/Application__c/Application__c.object-meta.xml +4 -4
  26. package/dist/force-app/main/default/objects/Application__c/fields/Employment__c.field-meta.xml +10 -0
  27. package/dist/force-app/main/default/objects/Application__c/fields/Property__c.field-meta.xml +4 -2
  28. package/dist/force-app/main/default/objects/Application__c/fields/References__c.field-meta.xml +4 -5
  29. package/dist/force-app/main/default/objects/Application__c/fields/Start_Date__c.field-meta.xml +3 -4
  30. package/dist/force-app/main/default/objects/Application__c/fields/Status__c.field-meta.xml +3 -2
  31. package/dist/force-app/main/default/objects/Application__c/fields/User__c.field-meta.xml +5 -3
  32. package/dist/force-app/main/default/objects/Maintenance_Request__c/Maintenance_Request__c.object-meta.xml +4 -4
  33. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Actual_Cost__c.field-meta.xml +3 -2
  34. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/{Scheduled_Date__c.field-meta.xml → Completed__c.field-meta.xml} +4 -3
  35. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Description__c.field-meta.xml +3 -3
  36. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/{Estimated_Cost__c.field-meta.xml → Est_Cost__c.field-meta.xml} +4 -3
  37. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Priority__c.field-meta.xml +11 -10
  38. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Property__c.field-meta.xml +3 -2
  39. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/{Completed_Date__c.field-meta.xml → Scheduled__c.field-meta.xml} +4 -3
  40. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Status__c.field-meta.xml +3 -2
  41. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Tenant_Home__c.field-meta.xml +11 -0
  42. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Type__c.field-meta.xml +4 -23
  43. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/{Tenant__c.field-meta.xml → User__c.field-meta.xml} +4 -2
  44. package/dist/force-app/main/default/objects/Maintenance_Worker__c/Maintenance_Worker__c.object-meta.xml +3 -2
  45. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Certifications__c.field-meta.xml +4 -3
  46. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Employment_Type__c.field-meta.xml +6 -5
  47. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Hourly_Rate__c.field-meta.xml +3 -2
  48. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/{Active__c.field-meta.xml → IsActive__c.field-meta.xml} +3 -2
  49. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Location__c.field-meta.xml +5 -2
  50. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Phone__c.field-meta.xml +2 -1
  51. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Rating__c.field-meta.xml +4 -3
  52. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/{Specialty__c.field-meta.xml → Type__c.field-meta.xml} +17 -11
  53. package/dist/force-app/main/default/objects/Notification__c/Notification__c.object-meta.xml +67 -0
  54. package/dist/force-app/main/default/objects/{Property__c/fields/Furnished__c.field-meta.xml → Notification__c/fields/Is_Read__c.field-meta.xml} +4 -4
  55. package/dist/force-app/main/default/objects/Notification__c/fields/Message__c.field-meta.xml +11 -0
  56. package/dist/force-app/main/default/objects/Notification__c/fields/Priority__c.field-meta.xml +36 -0
  57. package/dist/force-app/main/default/objects/Notification__c/fields/Related_Object_Type__c.field-meta.xml +12 -0
  58. package/dist/force-app/main/default/objects/Notification__c/fields/Related_Record_Id__c.field-meta.xml +12 -0
  59. package/dist/force-app/main/default/objects/{Maintenance_Request__c → Notification__c}/fields/Title__c.field-meta.xml +3 -3
  60. package/dist/force-app/main/default/objects/Notification__c/fields/Type__c.field-meta.xml +36 -0
  61. package/dist/force-app/main/default/objects/{Property__c/fields/Property_Manager__c.field-meta.xml → Notification__c/fields/User__c.field-meta.xml} +6 -5
  62. package/dist/force-app/main/default/objects/Property__c/Property__c.object-meta.xml +5 -4
  63. package/dist/force-app/main/default/objects/Property__c/fields/Address__c.field-meta.xml +6 -3
  64. package/dist/force-app/main/default/objects/Property__c/fields/{Property_Owner__c.field-meta.xml → Agent__c.field-meta.xml} +6 -5
  65. package/dist/force-app/main/default/objects/Property__c/fields/Available_Date__c.field-meta.xml +2 -1
  66. package/dist/force-app/main/default/objects/Property__c/fields/Bathrooms__c.field-meta.xml +3 -2
  67. package/dist/force-app/main/default/objects/Property__c/fields/Bedrooms__c.field-meta.xml +3 -2
  68. package/dist/force-app/main/default/objects/Property__c/fields/{HOA_Fee__c.field-meta.xml → Deposit__c.field-meta.xml} +5 -4
  69. package/dist/force-app/main/default/objects/Property__c/fields/Description__c.field-meta.xml +3 -2
  70. package/dist/force-app/main/default/objects/Property__c/fields/Features__c.field-meta.xml +7 -6
  71. package/dist/force-app/main/default/objects/Property__c/fields/Hero_Image__c.field-meta.xml +3 -2
  72. package/dist/force-app/main/default/objects/Property__c/fields/Lease_Term__c.field-meta.xml +5 -3
  73. package/dist/force-app/main/default/objects/Property__c/fields/Monthly_Rent__c.field-meta.xml +4 -3
  74. package/dist/force-app/main/default/objects/Property__c/fields/{Total_Units__c.field-meta.xml → Parking__c.field-meta.xml} +5 -4
  75. package/dist/force-app/main/default/objects/Property__c/fields/Pet_Friendly__c.field-meta.xml +2 -1
  76. package/dist/force-app/main/default/objects/Property__c/fields/{Square_Footage__c.field-meta.xml → Sq_Ft__c.field-meta.xml} +4 -3
  77. package/dist/force-app/main/default/objects/Property__c/fields/Status__c.field-meta.xml +37 -0
  78. package/dist/force-app/main/default/objects/Property__c/fields/Tour_URL__c.field-meta.xml +2 -1
  79. package/dist/force-app/main/default/objects/Property__c/fields/{Property_Type__c.field-meta.xml → Type__c.field-meta.xml} +6 -15
  80. package/dist/force-app/main/default/objects/Property__c/fields/{Utilities_Included__c.field-meta.xml → Utilities__c.field-meta.xml} +6 -20
  81. package/dist/force-app/main/default/objects/Property__c/fields/Year_Built__c.field-meta.xml +2 -1
  82. package/dist/force-app/main/default/objects/Tenant__c/Tenant__c.object-meta.xml +6 -4
  83. package/dist/force-app/main/default/objects/Tenant__c/fields/{Lease_End_Date__c.field-meta.xml → End_Date__c.field-meta.xml} +3 -2
  84. package/dist/force-app/main/default/objects/Tenant__c/fields/{Lease_Property__c.field-meta.xml → Property__c.field-meta.xml} +5 -3
  85. package/dist/force-app/main/default/objects/Tenant__c/fields/{Lease_Start_Date__c.field-meta.xml → Start_Date__c.field-meta.xml} +3 -2
  86. package/dist/force-app/main/default/objects/Tenant__c/fields/Status__c.field-meta.xml +3 -2
  87. package/dist/force-app/main/default/objects/Tenant__c/fields/User_Status__c.field-meta.xml +6 -5
  88. package/dist/force-app/main/default/objects/Tenant__c/fields/User__c.field-meta.xml +3 -1
  89. package/dist/force-app/main/default/permissionsets/Property_Management_Access.permissionset-meta.xml +225 -184
  90. package/dist/force-app/main/default/webapplications/appreactsampleb2x/package.json +3 -3
  91. package/dist/package.json +1 -1
  92. package/package.json +1 -1
  93. package/dist/force-app/main/default/applications/Property_Management.app-meta.xml +0 -29
  94. package/dist/force-app/main/default/objects/Application__c/fields/Employment_Info__c.field-meta.xml +0 -11
  95. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Assigned_Worker__c.field-meta.xml +0 -14
  96. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Date_Requested__c.field-meta.xml +0 -11
  97. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Photo_URL__c.field-meta.xml +0 -10
  98. package/dist/force-app/main/default/objects/Maintenance_Request__c/fields/Tenant_Present__c.field-meta.xml +0 -10
  99. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Email__c.field-meta.xml +0 -10
  100. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Profile_Picture_URL__c.field-meta.xml +0 -10
  101. package/dist/force-app/main/default/objects/Maintenance_Worker__c/fields/Years_Experience__c.field-meta.xml +0 -13
  102. package/dist/force-app/main/default/objects/Property__c/fields/Parking_Spaces__c.field-meta.xml +0 -13
  103. package/dist/force-app/main/default/objects/Property__c/fields/Property_Address__c.field-meta.xml +0 -10
  104. package/dist/force-app/main/default/objects/Property__c/fields/Property_Management_Company__c.field-meta.xml +0 -16
  105. package/dist/force-app/main/default/objects/Property__c/fields/Property_Status__c.field-meta.xml +0 -61
  106. package/dist/force-app/main/default/objects/Property__c/fields/Property_Tax_Annual__c.field-meta.xml +0 -12
  107. package/dist/force-app/main/default/objects/Property__c/fields/Property_Value__c.field-meta.xml +0 -12
  108. package/dist/force-app/main/default/objects/Property__c/fields/Purchase_Price__c.field-meta.xml +0 -12
  109. package/dist/force-app/main/default/objects/Property__c/validationRules/Property_Value_Range.validationRule-meta.xml +0 -11
  110. package/dist/force-app/main/default/objects/Tenant__c/fields/Email__c.field-meta.xml +0 -11
  111. package/dist/force-app/main/default/objects/Tenant__c/fields/Emergency_Contact_Phone__c.field-meta.xml +0 -10
  112. package/dist/force-app/main/default/objects/Tenant__c/fields/Phone__c.field-meta.xml +0 -10
  113. package/dist/force-app/main/default/tabs/Application__c.tab-meta.xml +0 -7
  114. package/dist/force-app/main/default/tabs/KPI_Snapshot__c.tab-meta.xml +0 -7
  115. package/dist/force-app/main/default/tabs/Lease__c.tab-meta.xml +0 -7
  116. package/dist/force-app/main/default/tabs/Maintenance_Request__c.tab-meta.xml +0 -7
  117. package/dist/force-app/main/default/tabs/Maintenance_Worker__c.tab-meta.xml +0 -6
  118. package/dist/force-app/main/default/tabs/Payment__c.tab-meta.xml +0 -7
  119. package/dist/force-app/main/default/tabs/Property_Owner__c.tab-meta.xml +0 -7
  120. package/dist/force-app/main/default/tabs/Property_Sale__c.tab-meta.xml +0 -7
  121. package/dist/force-app/main/default/tabs/Property__c.tab-meta.xml +0 -7
  122. package/dist/force-app/main/default/tabs/Tenant__c.tab-meta.xml +0 -7
@@ -6,19 +6,16 @@
6
6
  "referenceId": "MaintenanceRef1"
7
7
  },
8
8
  "Property__c": "@PropertyRef1",
9
- "Tenant__c": "@TenantRef1",
10
- "Assigned_Worker__c": "@WorkerRef1",
11
- "Title__c": "Kitchen Faucet Leak",
12
- "Description__c": "The kitchen faucet has been dripping constantly for the past week. Water pressure seems low.",
9
+ "User__c": "@TenantRef1",
10
+ "Description__c": "Kitchen faucet has been dripping constantly for the past week. Water pressure seems low and cartridge may need replacement.",
13
11
  "Type__c": "Plumbing",
14
12
  "Priority__c": "Standard",
15
13
  "Status__c": "Resolved",
16
- "Date_Requested__c": "2025-06-01",
17
- "Estimated_Cost__c": 150,
18
- "Actual_Cost__c": 138,
19
- "Tenant_Present__c": true,
20
- "Scheduled_Date__c": "2025-06-02",
21
- "Completed_Date__c": "2025-06-02"
14
+ "Est_Cost__c": 150.0,
15
+ "Actual_Cost__c": 135.5,
16
+ "Scheduled__c": "2024-09-02T10:00:00Z",
17
+ "Completed__c": "2024-09-02T11:30:00Z",
18
+ "Tenant_Home__c": false
22
19
  },
23
20
  {
24
21
  "attributes": {
@@ -26,19 +23,16 @@
26
23
  "referenceId": "MaintenanceRef2"
27
24
  },
28
25
  "Property__c": "@PropertyRef2",
29
- "Tenant__c": "@TenantRef2",
30
- "Assigned_Worker__c": "@WorkerRef2",
31
- "Title__c": "Bedroom Outlet Not Working",
32
- "Description__c": "Main bedroom electrical outlet stopped working. No power to the entire wall.",
26
+ "User__c": "@TenantRef2",
27
+ "Description__c": "Main bedroom electrical outlet stopped working. No power to the entire wall. Possible circuit breaker issue.",
33
28
  "Type__c": "Electrical",
34
- "Priority__c": "High",
29
+ "Priority__c": "High (Same Day)",
35
30
  "Status__c": "Resolved",
36
- "Date_Requested__c": "2025-06-11",
37
- "Estimated_Cost__c": 200,
38
- "Actual_Cost__c": 216,
39
- "Tenant_Present__c": false,
40
- "Scheduled_Date__c": "2025-06-13",
41
- "Completed_Date__c": "2025-06-14"
31
+ "Est_Cost__c": 200.0,
32
+ "Actual_Cost__c": 185.0,
33
+ "Scheduled__c": "2024-09-05T14:00:00Z",
34
+ "Completed__c": "2024-09-05T16:45:00Z",
35
+ "Tenant_Home__c": true
42
36
  },
43
37
  {
44
38
  "attributes": {
@@ -46,19 +40,16 @@
46
40
  "referenceId": "MaintenanceRef3"
47
41
  },
48
42
  "Property__c": "@PropertyRef3",
49
- "Tenant__c": "@TenantRef3",
50
- "Assigned_Worker__c": "@WorkerRef3",
51
- "Title__c": "AC Unit Making Noise",
52
- "Description__c": "Air conditioning unit is making loud grinding noises when running.",
43
+ "User__c": "@TenantRef3",
44
+ "Description__c": "Air conditioning unit is making loud grinding noises when running. May need bearing replacement or refrigerant check.",
53
45
  "Type__c": "HVAC",
54
- "Priority__c": "High",
55
- "Status__c": "Resolved",
56
- "Date_Requested__c": "2025-06-22",
57
- "Estimated_Cost__c": 300,
58
- "Actual_Cost__c": 240,
59
- "Tenant_Present__c": true,
60
- "Scheduled_Date__c": "2025-06-25",
61
- "Completed_Date__c": "2025-06-25"
46
+ "Priority__c": "High (Same Day)",
47
+ "Status__c": "In Progress",
48
+ "Est_Cost__c": 300.0,
49
+ "Actual_Cost__c": null,
50
+ "Scheduled__c": "2024-09-11T09:00:00Z",
51
+ "Completed__c": null,
52
+ "Tenant_Home__c": false
62
53
  },
63
54
  {
64
55
  "attributes": {
@@ -66,19 +57,16 @@
66
57
  "referenceId": "MaintenanceRef4"
67
58
  },
68
59
  "Property__c": "@PropertyRef4",
69
- "Tenant__c": null,
70
- "Assigned_Worker__c": "@WorkerRef4",
71
- "Title__c": "General Property Inspection",
72
- "Description__c": "Pre-lease general maintenance inspection and cleaning before new tenant move-in.",
73
- "Type__c": "Other",
60
+ "User__c": "@TenantRef14",
61
+ "Description__c": "Pre-lease general maintenance inspection and cleaning before new tenant move-in. Check all fixtures and systems.",
62
+ "Type__c": "Plumbing",
74
63
  "Priority__c": "Standard",
75
- "Status__c": "Resolved",
76
- "Date_Requested__c": "2025-07-03",
77
- "Estimated_Cost__c": 500,
78
- "Actual_Cost__c": 575,
79
- "Tenant_Present__c": false,
80
- "Scheduled_Date__c": "2025-07-07",
81
- "Completed_Date__c": "2025-07-08"
64
+ "Status__c": "In Progress",
65
+ "Est_Cost__c": 500.0,
66
+ "Actual_Cost__c": null,
67
+ "Scheduled__c": "2024-09-09T08:00:00Z",
68
+ "Completed__c": null,
69
+ "Tenant_Home__c": false
82
70
  },
83
71
  {
84
72
  "attributes": {
@@ -86,18 +74,16 @@
86
74
  "referenceId": "MaintenanceRef5"
87
75
  },
88
76
  "Property__c": "@PropertyRef5",
89
- "Tenant__c": "@TenantRef4",
90
- "Assigned_Worker__c": "@WorkerRef5",
91
- "Title__c": "Dishwasher Not Draining",
92
- "Description__c": "Kitchen dishwasher is not draining properly. Water pools at the bottom after cycles.",
77
+ "User__c": "@TenantRef1",
78
+ "Description__c": "Kitchen dishwasher is not draining properly. Water pools at the bottom after wash cycles complete.",
93
79
  "Type__c": "Appliance",
94
80
  "Priority__c": "Standard",
95
- "Status__c": "Resolved",
96
- "Date_Requested__c": "2025-07-14",
97
- "Estimated_Cost__c": 180,
98
- "Tenant_Present__c": true,
99
- "Scheduled_Date__c": "2025-07-19",
100
- "Completed_Date__c": "2025-07-19"
81
+ "Status__c": "New",
82
+ "Est_Cost__c": 180.0,
83
+ "Actual_Cost__c": null,
84
+ "Scheduled__c": null,
85
+ "Completed__c": null,
86
+ "Tenant_Home__c": true
101
87
  },
102
88
  {
103
89
  "attributes": {
@@ -105,19 +91,16 @@
105
91
  "referenceId": "MaintenanceRef6"
106
92
  },
107
93
  "Property__c": "@PropertyRef6",
108
- "Tenant__c": "@TenantRef5",
109
- "Assigned_Worker__c": "@WorkerRef6",
110
- "Title__c": "Closet Door Off Track",
111
- "Description__c": "Master bedroom sliding closet door has come off its track and won't close properly.",
112
- "Type__c": "Structural",
94
+ "User__c": "@TenantRef1",
95
+ "Description__c": "Master bedroom sliding closet door has come off its track and won't close properly. Track appears damaged.",
96
+ "Type__c": "Appliance",
113
97
  "Priority__c": "Standard",
114
98
  "Status__c": "Resolved",
115
- "Date_Requested__c": "2025-07-25",
116
- "Estimated_Cost__c": 75,
117
- "Actual_Cost__c": 90,
118
- "Tenant_Present__c": false,
119
- "Scheduled_Date__c": "2025-07-31",
120
- "Completed_Date__c": "2025-08-01"
99
+ "Est_Cost__c": 75.0,
100
+ "Actual_Cost__c": 65.0,
101
+ "Scheduled__c": "2024-08-29T13:00:00Z",
102
+ "Completed__c": "2024-08-29T14:30:00Z",
103
+ "Tenant_Home__c": false
121
104
  },
122
105
  {
123
106
  "attributes": {
@@ -125,18 +108,16 @@
125
108
  "referenceId": "MaintenanceRef7"
126
109
  },
127
110
  "Property__c": "@PropertyRef7",
128
- "Tenant__c": null,
129
- "Assigned_Worker__c": "@WorkerRef7",
130
- "Title__c": "Exterior Touch-up Painting",
131
- "Description__c": "Front entrance and window frames need touch-up painting due to weather damage.",
132
- "Type__c": "Other",
111
+ "User__c": "@TenantRef4",
112
+ "Description__c": "Front entrance and window frames need touch-up painting due to weather damage and peeling paint.",
113
+ "Type__c": "Plumbing",
133
114
  "Priority__c": "Standard",
134
- "Status__c": "Resolved",
135
- "Date_Requested__c": "2025-08-05",
136
- "Estimated_Cost__c": 400,
137
- "Tenant_Present__c": true,
138
- "Scheduled_Date__c": "2025-08-12",
139
- "Completed_Date__c": "2025-08-12"
115
+ "Status__c": "New",
116
+ "Est_Cost__c": 400.0,
117
+ "Actual_Cost__c": null,
118
+ "Scheduled__c": null,
119
+ "Completed__c": null,
120
+ "Tenant_Home__c": false
140
121
  },
141
122
  {
142
123
  "attributes": {
@@ -144,19 +125,16 @@
144
125
  "referenceId": "MaintenanceRef8"
145
126
  },
146
127
  "Property__c": "@PropertyRef8",
147
- "Tenant__c": "@TenantRef6",
148
- "Assigned_Worker__c": "@WorkerRef8",
149
- "Title__c": "Garden Irrigation Repair",
150
- "Description__c": "Backyard sprinkler system has multiple broken heads and timer issues.",
151
- "Type__c": "Other",
128
+ "User__c": "@TenantRef2",
129
+ "Description__c": "Backyard sprinkler system has multiple broken heads and the timer is not working properly.",
130
+ "Type__c": "Plumbing",
152
131
  "Priority__c": "Standard",
153
- "Status__c": "Resolved",
154
- "Date_Requested__c": "2025-08-16",
155
- "Estimated_Cost__c": 250,
156
- "Actual_Cost__c": 263,
157
- "Tenant_Present__c": false,
158
- "Scheduled_Date__c": "2025-08-24",
159
- "Completed_Date__c": "2025-08-25"
132
+ "Status__c": "In Progress",
133
+ "Est_Cost__c": 250.0,
134
+ "Actual_Cost__c": null,
135
+ "Scheduled__c": "2024-09-08T10:00:00Z",
136
+ "Completed__c": null,
137
+ "Tenant_Home__c": false
160
138
  },
161
139
  {
162
140
  "attributes": {
@@ -164,18 +142,16 @@
164
142
  "referenceId": "MaintenanceRef9"
165
143
  },
166
144
  "Property__c": "@PropertyRef9",
167
- "Tenant__c": "@TenantRef7",
168
- "Assigned_Worker__c": "@WorkerRef9",
169
- "Title__c": "Hardwood Floor Scratch Repair",
170
- "Description__c": "Living room hardwood floors have several deep scratches that need refinishing.",
171
- "Type__c": "Structural",
145
+ "User__c": "@TenantRef9",
146
+ "Description__c": "Living room hardwood floors have several deep scratches that need sanding and refinishing.",
147
+ "Type__c": "Appliance",
172
148
  "Priority__c": "Standard",
173
- "Status__c": "Resolved",
174
- "Date_Requested__c": "2025-08-27",
175
- "Estimated_Cost__c": 350,
176
- "Tenant_Present__c": true,
177
- "Scheduled_Date__c": "2025-09-05",
178
- "Completed_Date__c": "2025-09-05"
149
+ "Status__c": "New",
150
+ "Est_Cost__c": 350.0,
151
+ "Actual_Cost__c": null,
152
+ "Scheduled__c": null,
153
+ "Completed__c": null,
154
+ "Tenant_Home__c": true
179
155
  },
180
156
  {
181
157
  "attributes": {
@@ -183,19 +159,16 @@
183
159
  "referenceId": "MaintenanceRef10"
184
160
  },
185
161
  "Property__c": "@PropertyRef10",
186
- "Tenant__c": null,
187
- "Assigned_Worker__c": "@WorkerRef10",
188
- "Title__c": "Deep Cleaning Service",
189
- "Description__c": "Post-tenant move-out deep cleaning including carpets, windows, and appliances.",
190
- "Type__c": "Cleaning",
191
- "Priority__c": "High",
162
+ "User__c": "@TenantRef15",
163
+ "Description__c": "Post-tenant move-out deep cleaning including carpets, windows, appliances, and all surfaces.",
164
+ "Type__c": "Appliance",
165
+ "Priority__c": "High (Same Day)",
192
166
  "Status__c": "Resolved",
193
- "Date_Requested__c": "2025-09-07",
194
- "Estimated_Cost__c": 450,
195
- "Actual_Cost__c": 504,
196
- "Tenant_Present__c": false,
197
- "Scheduled_Date__c": "2025-09-08",
198
- "Completed_Date__c": "2025-09-09"
167
+ "Est_Cost__c": 450.0,
168
+ "Actual_Cost__c": 425.0,
169
+ "Scheduled__c": "2024-08-26T08:00:00Z",
170
+ "Completed__c": "2024-08-26T17:00:00Z",
171
+ "Tenant_Home__c": false
199
172
  },
200
173
  {
201
174
  "attributes": {
@@ -203,18 +176,16 @@
203
176
  "referenceId": "MaintenanceRef11"
204
177
  },
205
178
  "Property__c": "@PropertyRef11",
206
- "Tenant__c": null,
207
- "Assigned_Worker__c": "@WorkerRef11",
208
- "Title__c": "Roof Inspection and Repair",
209
- "Description__c": "Annual roof inspection revealed loose tiles that need securing before winter.",
210
- "Type__c": "Structural",
211
- "Priority__c": "High",
212
- "Status__c": "Resolved",
213
- "Date_Requested__c": "2025-09-18",
214
- "Estimated_Cost__c": 800,
215
- "Tenant_Present__c": true,
216
- "Scheduled_Date__c": "2025-09-20",
217
- "Completed_Date__c": "2025-09-20"
179
+ "User__c": "@TenantRef8",
180
+ "Description__c": "Annual roof inspection revealed loose tiles that need securing and replacement before winter season.",
181
+ "Type__c": "Plumbing",
182
+ "Priority__c": "High (Same Day)",
183
+ "Status__c": "In Progress",
184
+ "Est_Cost__c": 800.0,
185
+ "Actual_Cost__c": null,
186
+ "Scheduled__c": "2024-09-15T07:00:00Z",
187
+ "Completed__c": null,
188
+ "Tenant_Home__c": false
218
189
  },
219
190
  {
220
191
  "attributes": {
@@ -222,19 +193,16 @@
222
193
  "referenceId": "MaintenanceRef12"
223
194
  },
224
195
  "Property__c": "@PropertyRef12",
225
- "Tenant__c": "@TenantRef8",
226
- "Assigned_Worker__c": "@WorkerRef12",
227
- "Title__c": "Security System Update",
228
- "Description__c": "Office security system needs software update and two camera replacements.",
229
- "Type__c": "Security",
196
+ "User__c": "@TenantRef3",
197
+ "Description__c": "Office security system needs software update and two exterior cameras need replacement.",
198
+ "Type__c": "Electrical",
230
199
  "Priority__c": "Standard",
231
- "Status__c": "Resolved",
232
- "Date_Requested__c": "2025-09-29",
233
- "Estimated_Cost__c": 600,
234
- "Actual_Cost__c": 582,
235
- "Tenant_Present__c": false,
236
- "Scheduled_Date__c": "2025-10-11",
237
- "Completed_Date__c": "2025-10-12"
200
+ "Status__c": "New",
201
+ "Est_Cost__c": 600.0,
202
+ "Actual_Cost__c": null,
203
+ "Scheduled__c": null,
204
+ "Completed__c": null,
205
+ "Tenant_Home__c": true
238
206
  },
239
207
  {
240
208
  "attributes": {
@@ -242,19 +210,16 @@
242
210
  "referenceId": "MaintenanceRef13"
243
211
  },
244
212
  "Property__c": "@PropertyRef13",
245
- "Tenant__c": null,
246
- "Assigned_Worker__c": "@WorkerRef13",
247
- "Title__c": "Front Door Lock Replacement",
248
- "Description__c": "Main entrance lock is sticking and needs replacement for new tenant security.",
249
- "Type__c": "Security",
250
- "Priority__c": "High",
213
+ "User__c": "@TenantRef7",
214
+ "Description__c": "Main entrance lock is sticking and needs replacement for new tenant security and smooth operation.",
215
+ "Type__c": "Appliance",
216
+ "Priority__c": "High (Same Day)",
251
217
  "Status__c": "Resolved",
252
- "Date_Requested__c": "2025-10-10",
253
- "Estimated_Cost__c": 120,
254
- "Actual_Cost__c": 142,
255
- "Tenant_Present__c": true,
256
- "Scheduled_Date__c": "2025-10-11",
257
- "Completed_Date__c": "2025-10-11"
218
+ "Est_Cost__c": 120.0,
219
+ "Actual_Cost__c": 110.0,
220
+ "Scheduled__c": "2024-09-03T11:00:00Z",
221
+ "Completed__c": "2024-09-03T12:15:00Z",
222
+ "Tenant_Home__c": false
258
223
  },
259
224
  {
260
225
  "attributes": {
@@ -262,18 +227,16 @@
262
227
  "referenceId": "MaintenanceRef14"
263
228
  },
264
229
  "Property__c": "@PropertyRef14",
265
- "Tenant__c": "@TenantRef9",
266
- "Assigned_Worker__c": "@WorkerRef14",
267
- "Title__c": "Bathroom Tile Replacement",
268
- "Description__c": "Master bathroom shower has several cracked tiles that need replacement.",
269
- "Type__c": "Structural",
230
+ "User__c": "@TenantRef5",
231
+ "Description__c": "Master bathroom shower has several cracked tiles that need removal and replacement to prevent water damage.",
232
+ "Type__c": "Plumbing",
270
233
  "Priority__c": "Standard",
271
- "Status__c": "Resolved",
272
- "Date_Requested__c": "2025-10-21",
273
- "Estimated_Cost__c": 280,
274
- "Tenant_Present__c": false,
275
- "Scheduled_Date__c": "2025-11-04",
276
- "Completed_Date__c": "2025-11-05"
234
+ "Status__c": "New",
235
+ "Est_Cost__c": 280.0,
236
+ "Actual_Cost__c": null,
237
+ "Scheduled__c": null,
238
+ "Completed__c": null,
239
+ "Tenant_Home__c": false
277
240
  },
278
241
  {
279
242
  "attributes": {
@@ -281,19 +244,16 @@
281
244
  "referenceId": "MaintenanceRef15"
282
245
  },
283
246
  "Property__c": "@PropertyRef15",
284
- "Tenant__c": "@TenantRef10",
285
- "Assigned_Worker__c": "@WorkerRef15",
286
- "Title__c": "Window Screen Repair",
287
- "Description__c": "Two bedroom windows have torn screens that need replacement.",
288
- "Type__c": "Structural",
247
+ "User__c": "@TenantRef5",
248
+ "Description__c": "Two bedroom windows have torn screens that need full replacement for insect protection.",
249
+ "Type__c": "Appliance",
289
250
  "Priority__c": "Standard",
290
251
  "Status__c": "Resolved",
291
- "Date_Requested__c": "2025-11-01",
292
- "Estimated_Cost__c": 90,
293
- "Actual_Cost__c": 110,
294
- "Tenant_Present__c": true,
295
- "Scheduled_Date__c": "2025-11-02",
296
- "Completed_Date__c": "2025-11-02"
252
+ "Est_Cost__c": 90.0,
253
+ "Actual_Cost__c": 85.0,
254
+ "Scheduled__c": "2024-08-21T09:00:00Z",
255
+ "Completed__c": "2024-08-21T10:30:00Z",
256
+ "Tenant_Home__c": true
297
257
  },
298
258
  {
299
259
  "attributes": {
@@ -301,18 +261,16 @@
301
261
  "referenceId": "MaintenanceRef16"
302
262
  },
303
263
  "Property__c": "@PropertyRef16",
304
- "Tenant__c": null,
305
- "Assigned_Worker__c": "@WorkerRef16",
306
- "Title__c": "Pest Control Treatment",
307
- "Description__c": "Quarterly pest control treatment for common areas and vacant units.",
308
- "Type__c": "Other",
264
+ "User__c": "@TenantRef4",
265
+ "Description__c": "Quarterly pest control treatment for common areas and all vacant units throughout the building.",
266
+ "Type__c": "Pest",
309
267
  "Priority__c": "Standard",
310
268
  "Status__c": "Resolved",
311
- "Date_Requested__c": "2025-11-12",
312
- "Estimated_Cost__c": 200,
313
- "Tenant_Present__c": false,
314
- "Scheduled_Date__c": "2025-11-14",
315
- "Completed_Date__c": "2025-11-15"
269
+ "Est_Cost__c": 200.0,
270
+ "Actual_Cost__c": 200.0,
271
+ "Scheduled__c": "2024-08-16T08:00:00Z",
272
+ "Completed__c": "2024-08-16T12:00:00Z",
273
+ "Tenant_Home__c": false
316
274
  },
317
275
  {
318
276
  "attributes": {
@@ -320,19 +278,16 @@
320
278
  "referenceId": "MaintenanceRef17"
321
279
  },
322
280
  "Property__c": "@PropertyRef17",
323
- "Tenant__c": "@TenantRef11",
324
- "Assigned_Worker__c": "@WorkerRef17",
325
- "Title__c": "Elevator Maintenance",
326
- "Description__c": "Monthly elevator maintenance and inspection as required by building code.",
327
- "Type__c": "Other",
328
- "Priority__c": "High",
281
+ "User__c": "@TenantRef6",
282
+ "Description__c": "Monthly elevator maintenance and safety inspection as required by local building code regulations.",
283
+ "Type__c": "Electrical",
284
+ "Priority__c": "High (Same Day)",
329
285
  "Status__c": "Resolved",
330
- "Date_Requested__c": "2025-11-23",
331
- "Estimated_Cost__c": 300,
332
- "Actual_Cost__c": 312,
333
- "Tenant_Present__c": true,
334
- "Scheduled_Date__c": "2025-11-25",
335
- "Completed_Date__c": "2025-11-25"
286
+ "Est_Cost__c": 300.0,
287
+ "Actual_Cost__c": 300.0,
288
+ "Scheduled__c": "2024-09-02T06:00:00Z",
289
+ "Completed__c": "2024-09-02T09:00:00Z",
290
+ "Tenant_Home__c": false
336
291
  },
337
292
  {
338
293
  "attributes": {
@@ -340,18 +295,16 @@
340
295
  "referenceId": "MaintenanceRef18"
341
296
  },
342
297
  "Property__c": "@PropertyRef18",
343
- "Tenant__c": null,
344
- "Assigned_Worker__c": "@WorkerRef18",
345
- "Title__c": "Pool Chemical Balance",
346
- "Description__c": "Weekly pool maintenance and chemical balancing service.",
347
- "Type__c": "Other",
298
+ "User__c": "@TenantRef6",
299
+ "Description__c": "Weekly pool maintenance service including chemical balancing, filter cleaning, and water testing.",
300
+ "Type__c": "Plumbing",
348
301
  "Priority__c": "Standard",
349
302
  "Status__c": "Resolved",
350
- "Date_Requested__c": "2025-12-04",
351
- "Estimated_Cost__c": 100,
352
- "Tenant_Present__c": false,
353
- "Scheduled_Date__c": "2025-12-08",
354
- "Completed_Date__c": "2025-12-09"
303
+ "Est_Cost__c": 100.0,
304
+ "Actual_Cost__c": 100.0,
305
+ "Scheduled__c": "2024-09-16T10:00:00Z",
306
+ "Completed__c": "2024-09-16T11:30:00Z",
307
+ "Tenant_Home__c": false
355
308
  },
356
309
  {
357
310
  "attributes": {
@@ -359,19 +312,16 @@
359
312
  "referenceId": "MaintenanceRef19"
360
313
  },
361
314
  "Property__c": "@PropertyRef19",
362
- "Tenant__c": "@TenantRef12",
363
- "Assigned_Worker__c": "@WorkerRef19",
364
- "Title__c": "Drywall Hole Repair",
365
- "Description__c": "Living room has a hole in the drywall that needs patching and painting.",
366
- "Type__c": "Structural",
315
+ "User__c": "@TenantRef10",
316
+ "Description__c": "Living room has a large hole in the drywall that needs patching, sanding, and repainting to match existing color.",
317
+ "Type__c": "Appliance",
367
318
  "Priority__c": "Standard",
368
- "Status__c": "Resolved",
369
- "Date_Requested__c": "2025-12-15",
370
- "Estimated_Cost__c": 150,
371
- "Actual_Cost__c": 173,
372
- "Tenant_Present__c": true,
373
- "Scheduled_Date__c": "2025-12-20",
374
- "Completed_Date__c": "2025-12-20"
319
+ "Status__c": "New",
320
+ "Est_Cost__c": 150.0,
321
+ "Actual_Cost__c": null,
322
+ "Scheduled__c": null,
323
+ "Completed__c": null,
324
+ "Tenant_Home__c": false
375
325
  },
376
326
  {
377
327
  "attributes": {
@@ -379,18 +329,16 @@
379
329
  "referenceId": "MaintenanceRef20"
380
330
  },
381
331
  "Property__c": "@PropertyRef20",
382
- "Tenant__c": null,
383
- "Assigned_Worker__c": "@WorkerRef20",
384
- "Title__c": "Irrigation System Winterization",
385
- "Description__c": "Prepare garden irrigation system for winter season to prevent freeze damage.",
386
- "Type__c": "Other",
332
+ "User__c": "@TenantRef2",
333
+ "Description__c": "Prepare garden irrigation system for winter season by draining lines to prevent freeze damage.",
334
+ "Type__c": "Plumbing",
387
335
  "Priority__c": "Standard",
388
- "Status__c": "Resolved",
389
- "Date_Requested__c": "2025-12-26",
390
- "Estimated_Cost__c": 200,
391
- "Tenant_Present__c": false,
392
- "Scheduled_Date__c": "2026-01-01",
393
- "Completed_Date__c": "2026-01-02"
336
+ "Status__c": "New",
337
+ "Est_Cost__c": 200.0,
338
+ "Actual_Cost__c": null,
339
+ "Scheduled__c": null,
340
+ "Completed__c": null,
341
+ "Tenant_Home__c": false
394
342
  },
395
343
  {
396
344
  "attributes": {
@@ -398,19 +346,16 @@
398
346
  "referenceId": "MaintenanceRef21"
399
347
  },
400
348
  "Property__c": "@PropertyRef21",
401
- "Tenant__c": "@TenantRef13",
402
- "Assigned_Worker__c": "@WorkerRef1",
403
- "Title__c": "Garbage Disposal Jam",
404
- "Description__c": "Kitchen garbage disposal is jammed and making unusual noises when turned on.",
349
+ "User__c": "@TenantRef11",
350
+ "Description__c": "Kitchen garbage disposal is jammed and making unusual grinding noises when turned on. Possible foreign object.",
405
351
  "Type__c": "Plumbing",
406
352
  "Priority__c": "Standard",
407
- "Status__c": "Resolved",
408
- "Date_Requested__c": "2026-01-06",
409
- "Estimated_Cost__c": 125,
410
- "Actual_Cost__c": 138,
411
- "Tenant_Present__c": true,
412
- "Scheduled_Date__c": "2026-01-13",
413
- "Completed_Date__c": "2026-01-13"
353
+ "Status__c": "In Progress",
354
+ "Est_Cost__c": 125.0,
355
+ "Actual_Cost__c": null,
356
+ "Scheduled__c": "2024-09-17T14:00:00Z",
357
+ "Completed__c": null,
358
+ "Tenant_Home__c": true
414
359
  },
415
360
  {
416
361
  "attributes": {
@@ -418,18 +363,16 @@
418
363
  "referenceId": "MaintenanceRef22"
419
364
  },
420
365
  "Property__c": "@PropertyRef22",
421
- "Tenant__c": null,
422
- "Assigned_Worker__c": "@WorkerRef2",
423
- "Title__c": "Electrical Panel Inspection",
424
- "Description__c": "Annual electrical panel inspection and circuit breaker testing.",
366
+ "User__c": "@TenantRef10",
367
+ "Description__c": "Annual electrical panel inspection and circuit breaker testing to ensure electrical safety compliance.",
425
368
  "Type__c": "Electrical",
426
- "Priority__c": "High",
427
- "Status__c": "Resolved",
428
- "Date_Requested__c": "2026-01-17",
429
- "Estimated_Cost__c": 250,
430
- "Tenant_Present__c": false,
431
- "Scheduled_Date__c": "2026-01-18",
432
- "Completed_Date__c": "2026-01-19"
369
+ "Priority__c": "High (Same Day)",
370
+ "Status__c": "New",
371
+ "Est_Cost__c": 250.0,
372
+ "Actual_Cost__c": null,
373
+ "Scheduled__c": null,
374
+ "Completed__c": null,
375
+ "Tenant_Home__c": false
433
376
  },
434
377
  {
435
378
  "attributes": {
@@ -437,19 +380,16 @@
437
380
  "referenceId": "MaintenanceRef23"
438
381
  },
439
382
  "Property__c": "@PropertyRef23",
440
- "Tenant__c": "@TenantRef15",
441
- "Assigned_Worker__c": "@WorkerRef3",
442
- "Title__c": "Office HVAC Filter Change",
443
- "Description__c": "Monthly HVAC filter replacement for office building common areas.",
383
+ "User__c": "@TenantRef11",
384
+ "Description__c": "Monthly HVAC filter replacement for office building common areas and all air handling units.",
444
385
  "Type__c": "HVAC",
445
386
  "Priority__c": "Standard",
446
387
  "Status__c": "Resolved",
447
- "Date_Requested__c": "2026-01-28",
448
- "Estimated_Cost__c": 80,
449
- "Actual_Cost__c": 86,
450
- "Tenant_Present__c": true,
451
- "Scheduled_Date__c": "2026-02-06",
452
- "Completed_Date__c": "2026-02-06"
388
+ "Est_Cost__c": 80.0,
389
+ "Actual_Cost__c": 75.0,
390
+ "Scheduled__c": "2024-09-02T08:00:00Z",
391
+ "Completed__c": "2024-09-02T09:30:00Z",
392
+ "Tenant_Home__c": false
453
393
  },
454
394
  {
455
395
  "attributes": {
@@ -457,18 +397,16 @@
457
397
  "referenceId": "MaintenanceRef24"
458
398
  },
459
399
  "Property__c": "@PropertyRef24",
460
- "Tenant__c": "@TenantRef14",
461
- "Assigned_Worker__c": "@WorkerRef4",
462
- "Title__c": "Gutter Cleaning",
463
- "Description__c": "Annual gutter cleaning and downspout inspection before winter season.",
464
- "Type__c": "Other",
400
+ "User__c": "@TenantRef9",
401
+ "Description__c": "Annual gutter cleaning and downspout inspection before winter season to prevent water damage.",
402
+ "Type__c": "Plumbing",
465
403
  "Priority__c": "Standard",
466
- "Status__c": "Resolved",
467
- "Date_Requested__c": "2026-02-08",
468
- "Estimated_Cost__c": 180,
469
- "Tenant_Present__c": false,
470
- "Scheduled_Date__c": "2026-02-18",
471
- "Completed_Date__c": "2026-02-19"
404
+ "Status__c": "New",
405
+ "Est_Cost__c": 180.0,
406
+ "Actual_Cost__c": null,
407
+ "Scheduled__c": null,
408
+ "Completed__c": null,
409
+ "Tenant_Home__c": false
472
410
  },
473
411
  {
474
412
  "attributes": {
@@ -476,19 +414,16 @@
476
414
  "referenceId": "MaintenanceRef25"
477
415
  },
478
416
  "Property__c": "@PropertyRef25",
479
- "Tenant__c": null,
480
- "Assigned_Worker__c": "@WorkerRef5",
481
- "Title__c": "Washer/Dryer Installation",
482
- "Description__c": "Install new washer and dryer units in laundry room for incoming tenant.",
417
+ "User__c": "@TenantRef15",
418
+ "Description__c": "Install new washer and dryer units in laundry room for incoming tenant. Connect water, drain, and electrical.",
483
419
  "Type__c": "Appliance",
484
- "Priority__c": "High",
485
- "Status__c": "Resolved",
486
- "Date_Requested__c": "2026-02-19",
487
- "Estimated_Cost__c": 200,
488
- "Actual_Cost__c": 232,
489
- "Tenant_Present__c": true,
490
- "Scheduled_Date__c": "2026-02-20",
491
- "Completed_Date__c": "2026-02-20"
420
+ "Priority__c": "High (Same Day)",
421
+ "Status__c": "In Progress",
422
+ "Est_Cost__c": 200.0,
423
+ "Actual_Cost__c": null,
424
+ "Scheduled__c": "2024-09-16T10:00:00Z",
425
+ "Completed__c": null,
426
+ "Tenant_Home__c": false
492
427
  },
493
428
  {
494
429
  "attributes": {
@@ -496,18 +431,16 @@
496
431
  "referenceId": "MaintenanceRef26"
497
432
  },
498
433
  "Property__c": "@PropertyRef1",
499
- "Tenant__c": "@TenantRef1",
500
- "Assigned_Worker__c": "@WorkerRef6",
501
- "Title__c": "Cabinet Door Hinge Repair",
502
- "Description__c": "Kitchen cabinet door hinge is loose and door won't close properly.",
503
- "Type__c": "Structural",
434
+ "User__c": "@TenantRef1",
435
+ "Description__c": "Kitchen cabinet door hinge is loose causing door to hang crooked and not close properly.",
436
+ "Type__c": "Appliance",
504
437
  "Priority__c": "Standard",
505
- "Status__c": "Resolved",
506
- "Date_Requested__c": "2026-03-02",
507
- "Estimated_Cost__c": 50,
508
- "Tenant_Present__c": false,
509
- "Scheduled_Date__c": "2026-03-14",
510
- "Completed_Date__c": "2026-03-15"
438
+ "Status__c": "New",
439
+ "Est_Cost__c": 50.0,
440
+ "Actual_Cost__c": null,
441
+ "Scheduled__c": null,
442
+ "Completed__c": null,
443
+ "Tenant_Home__c": true
511
444
  },
512
445
  {
513
446
  "attributes": {
@@ -515,19 +448,16 @@
515
448
  "referenceId": "MaintenanceRef27"
516
449
  },
517
450
  "Property__c": "@PropertyRef2",
518
- "Tenant__c": "@TenantRef2",
519
- "Assigned_Worker__c": "@WorkerRef7",
520
- "Title__c": "Interior Wall Touch-up",
521
- "Description__c": "Living room wall has scuff marks and nail holes that need touch-up painting.",
522
- "Type__c": "Other",
451
+ "User__c": "@TenantRef2",
452
+ "Description__c": "Living room wall has scuff marks and multiple nail holes that need spackling and touch-up painting.",
453
+ "Type__c": "Appliance",
523
454
  "Priority__c": "Standard",
524
- "Status__c": "Resolved",
525
- "Date_Requested__c": "2026-03-13",
526
- "Estimated_Cost__c": 120,
527
- "Actual_Cost__c": 115,
528
- "Tenant_Present__c": true,
529
- "Scheduled_Date__c": "2026-03-26",
530
- "Completed_Date__c": "2026-03-26"
455
+ "Status__c": "New",
456
+ "Est_Cost__c": 120.0,
457
+ "Actual_Cost__c": null,
458
+ "Scheduled__c": null,
459
+ "Completed__c": null,
460
+ "Tenant_Home__c": false
531
461
  },
532
462
  {
533
463
  "attributes": {
@@ -535,18 +465,16 @@
535
465
  "referenceId": "MaintenanceRef28"
536
466
  },
537
467
  "Property__c": "@PropertyRef3",
538
- "Tenant__c": "@TenantRef3",
539
- "Assigned_Worker__c": "@WorkerRef8",
540
- "Title__c": "Balcony Plant Maintenance",
541
- "Description__c": "Monthly balcony garden maintenance and plant care service.",
542
- "Type__c": "Other",
468
+ "User__c": "@TenantRef3",
469
+ "Description__c": "Monthly balcony garden maintenance and plant care service including watering and fertilizing.",
470
+ "Type__c": "Plumbing",
543
471
  "Priority__c": "Standard",
544
472
  "Status__c": "Resolved",
545
- "Date_Requested__c": "2026-03-24",
546
- "Estimated_Cost__c": 75,
547
- "Tenant_Present__c": false,
548
- "Scheduled_Date__c": "2026-04-07",
549
- "Completed_Date__c": "2026-04-08"
473
+ "Est_Cost__c": 75.0,
474
+ "Actual_Cost__c": 75.0,
475
+ "Scheduled__c": "2024-09-11T09:00:00Z",
476
+ "Completed__c": "2024-09-11T10:30:00Z",
477
+ "Tenant_Home__c": false
550
478
  },
551
479
  {
552
480
  "attributes": {
@@ -554,18 +482,16 @@
554
482
  "referenceId": "MaintenanceRef29"
555
483
  },
556
484
  "Property__c": "@PropertyRef5",
557
- "Tenant__c": "@TenantRef4",
558
- "Assigned_Worker__c": "@WorkerRef9",
559
- "Title__c": "Laminate Floor Repair",
560
- "Description__c": "Bedroom laminate flooring has a warped plank that needs replacement.",
561
- "Type__c": "Structural",
485
+ "User__c": "@TenantRef1",
486
+ "Description__c": "Bedroom laminate flooring has a warped plank from water damage that needs removal and replacement.",
487
+ "Type__c": "Appliance",
562
488
  "Priority__c": "Standard",
563
489
  "Status__c": "New",
564
- "Date_Requested__c": "2026-04-04",
565
- "Estimated_Cost__c": 160,
566
- "Actual_Cost__c": 130,
567
- "Tenant_Present__c": true,
568
- "Scheduled_Date__c": "2026-04-05"
490
+ "Est_Cost__c": 160.0,
491
+ "Actual_Cost__c": null,
492
+ "Scheduled__c": null,
493
+ "Completed__c": null,
494
+ "Tenant_Home__c": false
569
495
  },
570
496
  {
571
497
  "attributes": {
@@ -573,18 +499,16 @@
573
499
  "referenceId": "MaintenanceRef30"
574
500
  },
575
501
  "Property__c": "@PropertyRef6",
576
- "Tenant__c": "@TenantRef5",
577
- "Assigned_Worker__c": "@WorkerRef10",
578
- "Title__c": "Carpet Steam Cleaning",
579
- "Description__c": "Annual carpet deep cleaning for all carpeted areas in the unit.",
580
- "Type__c": "Cleaning",
502
+ "User__c": "@TenantRef1",
503
+ "Description__c": "Annual carpet deep cleaning using steam cleaning method for all carpeted areas throughout the unit.",
504
+ "Type__c": "Appliance",
581
505
  "Priority__c": "Standard",
582
- "Status__c": "In Progress",
583
- "Date_Requested__c": "2026-04-15",
584
- "Estimated_Cost__c": 220,
585
- "Actual_Cost__c": 224,
586
- "Tenant_Present__c": false,
587
- "Scheduled_Date__c": "2026-04-17"
506
+ "Status__c": "New",
507
+ "Est_Cost__c": 220.0,
508
+ "Actual_Cost__c": null,
509
+ "Scheduled__c": null,
510
+ "Completed__c": null,
511
+ "Tenant_Home__c": true
588
512
  }
589
513
  ]
590
514
  }