Skip to main content
kelvin rodriguez ha fatto una domanda in #Customer Service
So there seems to be a bug with a VF trailhead challenge in the Beginner Dev trail. The one were you need to make a page named AccountList. I've made the page and everything works fine(I've tried it and used the links) but I still get this error.

 

The page does not bind to the record ID value (in order to link to the record detail page)

 

Unless they are asking for something I'm missing... I don't know if there is another way to make this link with an apex:outputLink component.

 

 

<apex:outputLink value="{! URLFOR($Action.Account.View, a.id) }">

 

I was also unable to click the start a discussion link in those forums... Using Chrome or Firefox.

 

 
3 risposte
  1. 14 ago 2015, 06:01
    Hi Kelvin,

     

    Does your Dev Org have a namespace? I ran into some issues due to this.
0/9000