afv-library/samples/ui-bundle-template-app-react-sample-b2e/force-app/main/default/data/Agent__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

80 lines
2.2 KiB
JSON

{
"records": [
{
"attributes": {
"type": "Agent__c",
"referenceId": "AgentRef1"
},
"Name": "Michael Anderson",
"License_Number__c": "CA-RE-2024-001",
"License_Expiry__c": "2026-06-30",
"Agent_Type__c": "Residential",
"Territory__c": "Downtown",
"Emergency_Alt__c": "(555) 100-2002",
"Language__c": "English",
"Availability__c": "On-Duty",
"Office_Location__c": "Downtown Branch"
},
{
"attributes": {
"type": "Agent__c",
"referenceId": "AgentRef2"
},
"Name": "Patricia Lee",
"License_Number__c": "CA-RE-2024-002",
"License_Expiry__c": "2025-12-31",
"Agent_Type__c": "Commercial",
"Territory__c": "North District",
"Emergency_Alt__c": "(555) 200-3002",
"Language__c": "English",
"Availability__c": "On-Duty",
"Office_Location__c": "North Branch"
},
{
"attributes": {
"type": "Agent__c",
"referenceId": "AgentRef3"
},
"Name": "Carlos Martinez",
"License_Number__c": "CA-RE-2024-003",
"License_Expiry__c": "2026-03-15",
"Agent_Type__c": "Residential",
"Territory__c": "South District",
"Emergency_Alt__c": "(555) 300-4002",
"Language__c": "Spanish",
"Availability__c": "On-Duty",
"Office_Location__c": "South Branch"
},
{
"attributes": {
"type": "Agent__c",
"referenceId": "AgentRef4"
},
"Name": "Amanda Wong",
"License_Number__c": "CA-RE-2024-004",
"License_Expiry__c": "2025-09-30",
"Agent_Type__c": "Residential",
"Territory__c": "West District",
"Emergency_Alt__c": "(555) 400-5002",
"Language__c": "Mandarin",
"Availability__c": "On-Call",
"Office_Location__c": "Main Office"
},
{
"attributes": {
"type": "Agent__c",
"referenceId": "AgentRef5"
},
"Name": "David Robinson",
"License_Number__c": "CA-RE-2024-005",
"License_Expiry__c": "2026-11-30",
"Agent_Type__c": "Short-term",
"Territory__c": "East District",
"Emergency_Alt__c": "(555) 500-6002",
"Language__c": "English",
"Availability__c": "On-Duty",
"Office_Location__c": "Main Office"
}
]
}