Find Duplicate hardware model using GlideAggregate
Hi I have written below fix script to find duplicate hardware model but I am using glideRecord to get the sysid. Can we use GlideAggregate only to get the sysid of duplicate recordvar duplicateIds = [];var aggregate = new GlideAggregate('cmdb_hardwar...
