``` // Loop through all key/values written to summ...
# suitescript
j
Copy code
// Loop through all key/values written to summary
      summary.output.iterator().each(function(key, value) {
        
        return true;
      });