How can I get the name of the Lead Owner in a Lead custom formula field?
Posted
by Jordan Hudson
on Stack Overflow
See other posts from Stack Overflow
or by Jordan Hudson
Published on 2010-04-15T23:06:15Z
Indexed on
2010/04/15
23:13 UTC
Read the original article
Hit count: 176
salesforce
|salesforce.com
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.
© Stack Overflow or respective owner