```search.lookupFields({type:search.Type.YOUR_TYPE...
# suitescript
j
Copy code
search.lookupFields({type:search.Type.YOUR_TYPE,id:YOURID,columns:['location']}).location[0].value;
@Nick. Since the fieldlookup returns array you need to pass the index to get to the location object.