afv-library/samples/ui-bundle-template-app-react-sample-b2e/force-app/main/default/data/Tenant__c.json
k-j-kim 445ac2f126
Rename webapp/webapplication to UI bundle across the codebase
Directory renames: webapplications/ → uiBundles/, samples dirs drop -experimental suffix
File renames: *.webapplication-meta.xml → *.uibundle-meta.xml, webapplication.json → ui-bundle.json
XML metadata: <WebApplication> → <UIBundle>
NPM packages: @salesforce/webapp-* → @salesforce/ui-bundle-*
Skill names: *-webapplication-* → *-salesforce-ui-bundle-*
CLI references: sf webapp → sf ui-bundle
Source code: function/variable/type names, import paths, string literals updated
ESLint config: Added .worktrees/** to ignores
CHANGELOG repo URLs preserved
2026-03-27 17:54:18 -07:00

185 lines
4.5 KiB
JSON

{
"records": [
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef1"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef1",
"Start_Date__c": "2024-01-15",
"End_Date__c": "2025-01-14",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef2"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef2",
"Start_Date__c": "2023-06-01",
"End_Date__c": "2025-05-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef3"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef3",
"Start_Date__c": "2024-03-01",
"End_Date__c": "2025-02-28",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef4"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef7",
"Start_Date__c": "2023-09-01",
"End_Date__c": "2024-08-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef5"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef14",
"Start_Date__c": "2024-02-01",
"End_Date__c": "2025-01-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef6"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef18",
"Start_Date__c": "2023-11-01",
"End_Date__c": "2024-10-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef7"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef13",
"Start_Date__c": "2024-05-01",
"End_Date__c": "2025-04-30",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef8"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef11",
"Start_Date__c": "2022-06-01",
"End_Date__c": "2025-05-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef9"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef24",
"Start_Date__c": "2024-04-01",
"End_Date__c": "2025-03-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef10"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef22",
"Start_Date__c": "2023-01-01",
"End_Date__c": "2026-12-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef11"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef23",
"Start_Date__c": "2023-08-01",
"End_Date__c": "2024-07-31",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef12"
},
"User__c": null,
"User_Status__c": "FormerTenant",
"Property__c": "@PropertyRef1",
"Start_Date__c": "2023-02-01",
"End_Date__c": "2024-01-31",
"Status__c": "Expired"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef13"
},
"User__c": null,
"User_Status__c": "FormerTenant",
"Property__c": "@PropertyRef2",
"Start_Date__c": "2022-06-01",
"End_Date__c": "2023-05-31",
"Status__c": "Expired"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef14"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef4",
"Start_Date__c": "2024-12-15",
"End_Date__c": "2025-12-14",
"Status__c": "Active"
},
{
"attributes": {
"type": "Tenant__c",
"referenceId": "TenantRef15"
},
"User__c": null,
"User_Status__c": "Tenant",
"Property__c": "@PropertyRef10",
"Start_Date__c": "2024-06-01",
"End_Date__c": "2026-05-31",
"Status__c": "Active"
}
]
}