From 334f3087794db4573854abbfad296e2e2e242aca Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Mon, 30 Mar 2026 10:34:40 -0700 Subject: [PATCH] Update rental app home screen to use CamaDataService Replace PortalService with CamaDataService and remove cama_dev namespace for all data providers in the home screen. --- .../homeScreen/content.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaScreen/homeScreen/content.json b/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaScreen/homeScreen/content.json index 4df4502..324cd80 100644 --- a/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaScreen/homeScreen/content.json +++ b/samples/native-mobile-rental-tenant-app/force-app/main/default/digitalExperiences/experiencecontainer/rentalApp/experience__camaScreen/homeScreen/content.json @@ -736,9 +736,9 @@ "$id": "greeting", "type": "apex", "properties": { - "className": "PortalService", + "className": "CamaDataService", "methodName": "getGreeting", - "namespace": "cama_dev", + "namespace": "", "params": {} } }, @@ -746,9 +746,9 @@ "$id": "leaseProgress", "type": "apex", "properties": { - "className": "PortalService", + "className": "CamaDataService", "methodName": "getLeaseProgress", - "namespace": "cama_dev", + "namespace": "", "params": {} } }, @@ -756,9 +756,9 @@ "$id": "newsImage1", "type": "apex", "properties": { - "className": "PortalService", + "className": "CamaDataService", "methodName": "getNewsImage1", - "namespace": "cama_dev", + "namespace": "", "params": {} } }, @@ -766,9 +766,9 @@ "$id": "newsImage2", "type": "apex", "properties": { - "className": "PortalService", + "className": "CamaDataService", "methodName": "getNewsImage2", - "namespace": "cama_dev", + "namespace": "", "params": {} } }, @@ -776,9 +776,9 @@ "$id": "newsImage3", "type": "apex", "properties": { - "className": "PortalService", + "className": "CamaDataService", "methodName": "getNewsImage3", - "namespace": "cama_dev", + "namespace": "", "params": {} } }