How to get the caller and number of incidents who submitted more
Hi,we are trying to print only the caller and number of incidents who have submitted more using below scripthelp us how to compare the elements with in array. below is my codevar highestCount=[];var gr = new GlideAggregate('incident');gr.groupBy('cal...
