Resolved! query in script
Hi Every one,Just want to know why I am getting result of this script like this. I am just trying to do this against problem table via background script. Kindly advise.Script:var pr=new GlideAggregate('problem');pr.addAggregate('COUNT');pr.groupBy('p...
