Suite Deal
02/05/2020, 10:14 PMvar 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.