<@U7A0KGURX> - Thanks! that is useful but I was wa...
# suitescript
s
@alien4u - Thanks! that is useful but I was wanting to find a single result, knowing the id of the list item... I found and went with this...
var lookupListValue = search.lookupFields({
    
type: 'customlist_name',
    
id: ID#toLookup,
    
columns: "name"
});
👍 1