From c3ebc04836ef3e898007208c0cd2446ae541ed00 Mon Sep 17 00:00:00 2001 From: Haifeng Li <168469994+haifeng-li-at-salesforce@users.noreply.github.com> Date: Fri, 20 Mar 2026 09:57:58 -0700 Subject: [PATCH] W-21164311: rename screen to screenAPIName in sample app metadata (#64) chore: rename screen to screenAPIName in sample app metadata Align sample app metadata with cama-app-metadata schema change (PR #14). The screen key in tabs is now screenAPIName, reflecting that screen metadata is delivered by the Delivery API using unique identifiers. --- .../experience__camaAppMetadata/appMetadata/content.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaAppMetadata/appMetadata/content.json b/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaAppMetadata/appMetadata/content.json index e60f664..505b6f9 100644 --- a/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaAppMetadata/appMetadata/content.json +++ b/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaAppMetadata/appMetadata/content.json @@ -12,19 +12,19 @@ "id": "home", "label": "Home", "icon": "house.fill", - "screen": "homeScreen" + "screenAPIName": "homeScreen" }, { "id": "tenants", "label": "Tenants", "icon": "person.2.fill", - "screen": "tenantsScreen" + "screenAPIName": "tenantsScreen" }, { "id": "properties", "label": "Properties", "icon": "building.2.fill", - "screen": "propertiesScreen" + "screenAPIName": "propertiesScreen" } ], "toolbarActions": {