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 attachments in a ServiceNow instance based on file name and size, and lists them in descending order of creation date.
4
+
5
+
## Features
6
+
7
+
- Finds attachments with the same **file name** and **size**.
8
+
- Orders duplicates by **creation date (latest first)**.
9
+
- Shows the **attachment Sys ID**, **parent table**, and **record**.
0 commit comments