Replace the duplicate number
Hi All, I am trying to replace the duplicate number in the table and write down the below script var dupRecords = []; var gaDupCheck1 = new GlideAggregate('cmdb_ci_business_app'); gaDupCheck1.addQuery('active','true'); gaDupCheck1.addAggrega...