@salesforce/ui-bundle-template-feature-property-management-metadata 10.10.3 → 10.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-template-feature-property-management-metadata",
3
- "version": "10.10.3",
3
+ "version": "10.11.1",
4
4
  "description": "Shared Property Management TDX object metadata and data for B2E/B2X sample apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
@@ -6,7 +6,7 @@
6
6
  "referenceId": "ApplicationRef1"
7
7
  },
8
8
  "Property__c": "@PropertyRef5",
9
- "User__c": null,
9
+ "User__c": "@ContactRef1",
10
10
  "Status__c": "Submitted",
11
11
  "Start_Date__c": "2024-12-01",
12
12
  "Employment__c": "TechCorp Inc. - Senior Software Engineer - $95,000/year",
@@ -18,7 +18,7 @@
18
18
  "referenceId": "ApplicationRef2"
19
19
  },
20
20
  "Property__c": "@PropertyRef8",
21
- "User__c": null,
21
+ "User__c": "@ContactRef2",
22
22
  "Status__c": "Background Check",
23
23
  "Start_Date__c": "2024-12-15",
24
24
  "Employment__c": "City Hospital - Registered Nurse - $72,000/year",
@@ -30,7 +30,7 @@
30
30
  "referenceId": "ApplicationRef3"
31
31
  },
32
32
  "Property__c": "@PropertyRef12",
33
- "User__c": null,
33
+ "User__c": "@ContactRef3",
34
34
  "Status__c": "Approved",
35
35
  "Start_Date__c": "2024-11-01",
36
36
  "Employment__c": "Global Consulting LLC - Management Consultant - $110,000/year",
@@ -42,7 +42,7 @@
42
42
  "referenceId": "ApplicationRef4"
43
43
  },
44
44
  "Property__c": "@PropertyRef5",
45
- "User__c": null,
45
+ "User__c": "@ContactRef3",
46
46
  "Status__c": "Rejected",
47
47
  "Start_Date__c": "2024-12-01",
48
48
  "Employment__c": "Retail Store - Assistant Manager - $32,000/year",
@@ -54,7 +54,7 @@
54
54
  "referenceId": "ApplicationRef5"
55
55
  },
56
56
  "Property__c": "@PropertyRef16",
57
- "User__c": null,
57
+ "User__c": "@ContactRef3",
58
58
  "Status__c": "Draft",
59
59
  "Start_Date__c": "2025-01-15",
60
60
  "Employment__c": "University - Graduate Student - $18,000/year stipend",
@@ -66,7 +66,7 @@
66
66
  "referenceId": "ApplicationRef6"
67
67
  },
68
68
  "Property__c": "@PropertyRef20",
69
- "User__c": null,
69
+ "User__c": "@ContactRef3",
70
70
  "Status__c": "Submitted",
71
71
  "Start_Date__c": "2025-01-01",
72
72
  "Employment__c": "Local Business - Marketing Coordinator - $48,000/year (Co-signer: Parent, $85,000/year)",
@@ -78,7 +78,7 @@
78
78
  "referenceId": "ApplicationRef7"
79
79
  },
80
80
  "Property__c": "@PropertyRef8",
81
- "User__c": null,
81
+ "User__c": "@ContactRef3",
82
82
  "Status__c": "Background Check",
83
83
  "Start_Date__c": "2024-12-20",
84
84
  "Employment__c": "Finance Corp - Financial Analyst - $78,000/year",
@@ -90,7 +90,7 @@
90
90
  "referenceId": "ApplicationRef8"
91
91
  },
92
92
  "Property__c": "@PropertyRef3",
93
- "User__c": null,
93
+ "User__c": "@ContactRef3",
94
94
  "Status__c": "Approved",
95
95
  "Start_Date__c": "2024-10-01",
96
96
  "Employment__c": "Design Studio - UX Designer - $68,000/year",
@@ -102,7 +102,7 @@
102
102
  "referenceId": "ApplicationRef9"
103
103
  },
104
104
  "Property__c": "@PropertyRef12",
105
- "User__c": null,
105
+ "User__c": "@ContactRef3",
106
106
  "Status__c": "Rejected",
107
107
  "Start_Date__c": "2024-10-25",
108
108
  "Employment__c": "Various part-time positions - $25,000/year",
@@ -114,7 +114,7 @@
114
114
  "referenceId": "ApplicationRef10"
115
115
  },
116
116
  "Property__c": "@PropertyRef5",
117
- "User__c": null,
117
+ "User__c": "@ContactRef3",
118
118
  "Status__c": "Submitted",
119
119
  "Start_Date__c": "2024-12-10",
120
120
  "Employment__c": "Teaching - High School Teacher - $55,000/year",
@@ -0,0 +1,44 @@
1
+ {
2
+ "records": [
3
+ {
4
+ "attributes": {
5
+ "type": "Contact",
6
+ "referenceId": "ContactRef1"
7
+ },
8
+ "FirstName": "Jennifer",
9
+ "LastName": "Anderson",
10
+ "Email": "jennifer.anderson@example.com",
11
+ "Phone": "(555) 123-4567"
12
+ },
13
+ {
14
+ "attributes": {
15
+ "type": "Contact",
16
+ "referenceId": "ContactRef2"
17
+ },
18
+ "FirstName": "David",
19
+ "LastName": "Rodriguez",
20
+ "Email": "david.rodriguez@example.com",
21
+ "Phone": "(555) 234-5678"
22
+ },
23
+ {
24
+ "attributes": {
25
+ "type": "Contact",
26
+ "referenceId": "ContactRef3"
27
+ },
28
+ "FirstName": "Maria",
29
+ "LastName": "Garcia",
30
+ "Email": "maria.garcia@example.com",
31
+ "Phone": "(555) 345-6789"
32
+ },
33
+ {
34
+ "attributes": {
35
+ "type": "Contact",
36
+ "referenceId": "ContactRef4"
37
+ },
38
+ "FirstName": "James",
39
+ "LastName": "Brown",
40
+ "Email": "james.brown@example.com",
41
+ "Phone": "(555) 456-7890"
42
+ }
43
+ ]
44
+ }
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "sobject": "Contact",
4
+ "saveRefs": true,
5
+ "resolveRefs": false,
6
+ "files": ["Contact.json"]
7
+ },
2
8
  {
3
9
  "sobject": "Agent__c",
4
10
  "saveRefs": true,
@@ -2,10 +2,10 @@
2
2
  <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
3
3
  <fullName>User__c</fullName>
4
4
  <deleteConstraint>SetNull</deleteConstraint>
5
- <description>The person applying (User record)</description>
5
+ <description>The person applying (Contact record)</description>
6
6
  <externalId>false</externalId>
7
7
  <label>Applicant</label>
8
- <referenceTo>User</referenceTo>
8
+ <referenceTo>Contact</referenceTo>
9
9
  <relationshipLabel>Applications</relationshipLabel>
10
10
  <relationshipName>Applications</relationshipName>
11
11
  <required>false</required>