function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rene GrohmannRene Grohmann 

Leads missing in Dreamhouse app

Hi *,

I have installes a fresh new trailhead playground and installed dreamhause summer 17 edition incl. sample data load.
Every fine.

Now I am running the following trail, referencing to leads.
But I cannot find leads within UI as well as Developer console (DreamHouseLeads.vfp)
https://trailhead.salesforce.com/projects/workshop-lightning-programmatic/steps/programmatic-step-1?trailmix_creator_id=005500000060ebSAAQ&trailmix_id=becoming-a-developer--big-picture-thinkers-edition

Can anybody help?

Many thanks in advance
René
NagendraNagendra (Salesforce Developers) 
Hi Rene,

Sorry for this issue you are encountering.

May I suggest you please refer to the below link from the forums community with a similar issue and a suggested workaround. Please let us know if this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra
Rene GrohmannRene Grohmann
Hi Nagendra,

thanks for your quick answer. But it doesn't solve the issue. The installation process is fine on my trailhead environment
I assume 2 possible root causes:
1. Leads were removed from Dreamhous app rel. summer 17
2. It depends to have a developer edition environment vs. trailhead playground

???

Br,
René
Rene GrohmannRene Grohmann
Hi Nagendra,

I was able to find my issue. I installed the Dreamhouse App package instead of the "Trailhead Project package". Now all the needed resources are available. Thanks for support!

Br,
René
Josué PeixotoJosué Peixoto
Hello Guys,

Follow this steps and you are pass:
  • Now launch the Developer Console. Click  and select Developer Console.
  • File >> New >>  Visuarforce Page >> DreamHouseLeads.vfp add the code: <apex:page controller="DreamhouseProspects" lightningStylesheets="true">
  • File > New > Class > DreamhouseProspects >> Save All.

Kindly mark this as solved if it's resolved.

Thanks,
Josué