• Mukesh Yadav 3
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

So I think this may also be a n00b question but I can't seem to figure out how to display the id of a standard object in a Visualforce page.

 

 

All I want is something like this:

 

 

<apex:page standardController="Contact">

   {!object.id}

</apex:page>

 

Any ideas? I know I could use a custom controller as an extension but would prefer not to.