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
Copy file name to clipboardExpand all lines: Server-Side Components/Background Scripts/Duplicate Finder/readme.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,21 @@ A simple server-side script for ServiceNow that finds and reports on duplicate v
5
5
This script is designed to be run in **Scripts - Background** or as a Fix Script.
6
6
1. Navigate: Go to **System Definition > Scripts - Background** (or type sys.scripts.do in the filter navigator).
7
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:
8
+
3. Paste and Configure: Paste the script into the "Run script" text box. Add the table to search in `tableName` and the field to search for duplicates in `fieldName`
0 commit comments