Skip to content

Commit b6a351c

Browse files
Readme.md
1 parent 2aa679b commit b6a351c

File tree

1 file changed

+17
-0
lines changed
  • Server-Side Components/Background Scripts/Merge Duplicate User Records Automatically

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)