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
This script identifies duplicate tickets or tasks in ServiceNow where the number field is not unique. Normally, ServiceNow enforces unique ticket numbers, but misconfiguration at the dictionary level can lead to duplicates.
The solution uses GlideAggregate to:
-Group records by number and count occurrences.
-Filter duplicates where the same number appears more than once.
0 commit comments