just for an alternative view, with NFT-SS1 the sam...
# suitescript
s
just for an alternative view, with NFT-SS1 the same code would look something like this (also accounting for governance which is important).
Copy code
lazy.createSearch('recordtype', [filters], [columns])
      .takeWhile(governanceRemains)
      .forEach( result => // do something with result )
I'll be adding similar functionality to NFT-SS2 probably this week.
👍 2