Commit 11936d4
authored
Create Readme.md
Duplicate CIs (Configuration Items) in the CMDB cause data redundancy, reporting errors, and incorrect impact analysis.
This project automatically detects potential duplicate CIs during record creation or update, using partial string matching and fuzzy comparison on fields like Name, Serial Number, or Asset Tag.
It can warn the user, flag duplicates, or even prevent save depending on configuration.
🚀 Features
Detects duplicate Configuration Items on insert or update
Matches based on configurable fields (e.g., name, serial_number, asset_tag)
Uses partial/fuzzy matching (e.g., "Laptop123" ≈ "Laptop-123")
Optionally prevents saving duplicate entries
Works on both platform UI and Service Portal
Extendable for custom CI classes (cmdb_ci_computer, cmdb_ci_server, etc.)1 parent 7fb0809 commit 11936d4
File tree
1 file changed
+18
-0
lines changed- Server-Side Components/Business Rules/Duplicate CI Detection for ServiceNow
1 file changed
+18
-0
lines changedLines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments