When a search is dynamically written with suitescr...
# suitescript
a
When a search is dynamically written with suitescript using search.create (that has grouped result columns) , is it possible to get to any non-grouped result columns, without scripting another search. (like drilling into a saved search in the UI that has grouping, to get to the non grouped columns) . do you just do result.getValue without setting the group/summary parameter? have not tried that yet but I wanted to ask - sorry if dumb question. NS help center documents: "If you have multiple search return columns and you apply grouping, all columns must include a summary property."
s
No it is not possible to get the ungrouped results.
Generally if you want that, create the search ungrouped and group in the code while processing the results imo.
a
figured. thank you for confirming
I will just reduce the data down while processing the non grouped results