`var searchResultCount = supportcaseSearchObj.runP...
# suitescript
s
var searchResultCount = supportcaseSearchObj.runPaged().count;
log.debug("supportcaseSearchObj result count",searchResultCount);
supportcaseSearchObj.run().each(function(result){
// .run().each has a limit of 4,000 results
Was wondering how to reference the counter as I iterate through the records? For example, I would like to separate every ten records with a pipe.