afv-library/samples/ui-bundle-template-app-react-sample-b2x/force-app/main/default/data/Agent__c.json
k-j-kim 92cae58d5f
Rename webapp-template npm packages to ui-bundle-template @W-21338965@ (#135)
* chore: rename webapp-template packages to ui-bundle-template

* chore: sync React b2e and b2x samples from npm @1.117.3

* chore: rename sample folders to match ui-bundle-template package names

* chore: sync React b2e and b2x samples from npm @1.117.5

* chore: remove accidental trace.md from b2e sample

* chore: keep old webapp-template sample directories alongside new ui-bundle-template ones

* chore: revert component.md change from skills/generating-webapplication-ui

* chore: update ui-bundle-template sample versions to 1.117.5
2026-03-30 15:50:18 -05: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"
}
]
}