• kazumi
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I tryed Visualforce Quick Start Tutorial, but it was not work on section "Displaying Field Values on a Page".
<apex: page standardController="Account">
    Hello {!$User.FirstName}!
    <p>You are viewing the {!account.name} account.</p>
</apex: page>
I could not get result page from below URL access.
https://na5.salesforce.com/apex/HelloWorld?id=00570000001EOx5
I got "00570000001EOx5" from URL of my personal information page as described Tutorial, but error occured.

How can I solve this problem ?

Thanks,
Kazumi
  • March 06, 2008
  • Like
  • 0
I tryed Visualforce Quick Start Tutorial, but it was not work on section "Displaying Field Values on a Page".
<apex: page standardController="Account">
    Hello {!$User.FirstName}!
    <p>You are viewing the {!account.name} account.</p>
</apex: page>
I could not get result page from below URL access.
https://na5.salesforce.com/apex/HelloWorld?id=00570000001EOx5
I got "00570000001EOx5" from URL of my personal information page as described Tutorial, but error occured.

How can I solve this problem ?

Thanks,
Kazumi
  • March 06, 2008
  • Like
  • 0