• Arpita07213434674092248
  • NEWBIE
  • 0 Points
  • Member since 2014

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

I want to get the owner name of my Notes object. I did <apex:outputField value="{!note.OwnerId}"/> which gives the Owner name but as hyperlink. I do not want the hyperlink.I tried <apex:outputText but it give the id not the name.
I am sure someone must have faced this issue.

Thanks