Discussions
Search results , get SelectCustomFieldRef value not id
What is the most efficient way to return the actual text value of custom select and multi select fields rather than the code or number value that is returned by default when searching a custom record that contains list fields? I see that these fields are returned in the form of a ListOrRecordRef object in the response from the search operation. If I cannot return the values in the original search then what objects do I need to use to get the value after the fact using the ListOrRecordRef object that I get returned?
Thanks