You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple server-side script for ServiceNow that finds and reports on duplicate values for any field on any table. It uses an efficient GlideAggregate query and formats the results into a clean, readable report.
3
+
4
+
### How to Use
5
+
This script is designed to be run in **Scripts - Background** or as a Fix Script.
6
+
1. Navigate: Go to **System Definition > Scripts - Background** (or type sys.scripts.do in the filter navigator).
7
+
2. Copy Script: Copy the entire contents of the script.js file.
8
+
3. Paste and Configure: Paste the script into the "Run script" text box. At the bottom, modify the function call to target your desired table and field:
0 commit comments