• adamkoebel
  • NEWBIE
  • 0 Points
  • Member since 2010

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

I've got an application that reads Lead records from Salesforce via the API and I want to link the Lead Owner field to an attribute in the application.  The Lead Owner field doesn't up in the list of available fields but all the custom fields do. 

 

So, my first attempt at a solution was to create a custom field that displayed the Lead Owner name.  In the SF formula editor, as far as I can tell, it doesn't display the actual data field but instead displays the ID string.  Which is pretty meaningless in the context that I need it for. 

 

 

Is there a way that we can get at the data in the object that the ID string references?

 

 

I have the RED BOX but need the GREEN BOX.