You can grab it by column index
# suitescript
j
You can grab it by column index
k
Is there a way to grab instead of that for readability?
j
Copy code
var results = transactionSearchObj.run().getRange();
 results[i].getValue(transactionSearchObj.columns[4]);
k
👍
Thank you