when creating a saved search inside a script, I kn...
# suitescript
a
when creating a saved search inside a script, I know that you can run a function on each of the results from the saved search with mySearch.run().each(function(result) {}. you can use result.getValue to get the value of field based on the column of the saved search results, but is there any thing to SET the value of column values of the save search results?