Finding Duplicate Records in CMDB
Hi All, I have implemented script to find out the duplicate records with the help of serial number in background scripts. Please check the below script: gatherDupes(); function gatherDupes() {var gr = new GlideAggregate('cmdb_ci_computer');gr.addAggr...