<@UD1FDVAP5> i almost always use the columns array...
# suitescript
s
@MR i almost always use the columns array that's in
result
or
resultSet
ie:
searchResults[0].getValue(searchResults[0].columns[0])
gives you the 'first' column value etc etc