Originally posted by cblackburn
View Post
This can be accomplished by passing into getValue(columns[n]) a reference to the search column whose value you would like to retreive.
https://system.netsuite.com/app/help…988464355.html
This is also my favorite way of retrieving search result values when there are tons of multiple columns in my search. One gentle reminder though is you must remember that you had this approach in one of your scripts. Once you or any user makes some changes to the search columns it will cause discrepancies in your script. Happened to me once. Better restrict access to the search or label the search like “SCRIPT USE – DO NOT CHANGE!”