• JoyousMN
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I'm using an outputfield to display the owner of my custom Project object in a VisualForce page - but I can't figure out how to add the [Change] link beside the owner name to enable the user to change the record owner.
 
Code:
 
<apex:outputfield value="{!Project__c.OwnerID}" />
 
Can anyone help? Thanks!
 
  • August 28, 2008
  • Like
  • 0