How to get row count in fix script
Hi All, In "certificate_cmdb_ci" table, I tried "group by" the record by serial number. There are 3 records with same serial number. when I used getRowCount, it gave me only one record. var dup = new GlideAggregate('cmdb_ci_certificate');dup.addEnco...