function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChichoChicho 

values returned as unique identifier

I'm using a a HTML table with a <apex:outputText> component to display values from the Lead object. The custom controller retunr som values as ID unique identifier What can I do if I want to pull the actual value on that field?

Devender MDevender M
You can query those fields in the controller and use them.
Avidev9Avidev9
Well can you switch from <apex:outputText> to <apex:outputField> ?
This will resolve your problem and display the correct value from relationship