We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa679b commit b6a351cCopy full SHA for b6a351c
Server-Side Components/Background Scripts/Merge Duplicate User Records Automatically/Readme.md
@@ -0,0 +1,17 @@
1
+Merge Duplicate User Records Automatically
2
+Automatically detects and merges duplicate User records in ServiceNow based on the email address.
3
+
4
+Ensures data integrity and prevents duplicate entries.
5
6
+Reassigns related records (e.g., incidents) to a master record.
7
8
+Deactivates duplicate users.
9
10
+In this UseCase
11
+Multiple users exist with the same email address.
12
13
+The first record found is treated as the master user.
14
15
+All duplicates are: Reassigned in related records (e.g., tasks, incidents).
16
17
+Marked inactive.
0 commit comments