Skip to content

Commit afc1026

Browse files
authored
Update README.md
1 parent 0141318 commit afc1026

File tree

1 file changed

+1
-3
lines changed
  • Server-Side Components/Background Scripts/Get Duplicate

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
Using GlideAggregate function to find out tickets (tasks) with same number. OOB there happens to be a Unique checkbox at dictionary level
2-
and if in case not set to True it might create duplicate numbered tickets.
3-
Script will help find, ticekts if any.
1+
This script identifies duplicate tickets or tasks in ServiceNow when the number field is not unique. It uses GlideAggregate to group records by number, count duplicates, and optionally list affected records with their Sys IDs and short descriptions. Helps maintain data integrity and accurate reporting.

0 commit comments

Comments
 (0)