- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 09:47 AM
We switched over from the legacy CI identification scripts to the new Identification and Reconciliation engine for the CMDB. At first, the de-duplication tasks we useful and pointed out a few errors that we had. However, every false positive keeps reappearing and the usefulness has become a needle in a haystack.
Is there a way we can still use the Identification and Reconciliation, but not generate the de-duplication tasks anymore within Helsinki? Or will I have to migrate back to the legacy identifiers?
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2017 09:56 AM
The source of the above is: https://docs.servicenow.com/bundle/helsinki-it-service-management/page/product/configuration-managem...
There's still an option though... and that will be to create an onBefore insert business rule within the task table and have it abort the insert whenever you identify a de-duplication task.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2017 07:23 AM
That's the cool part of ServiceNow... most things are very simple! A great platform indeed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2017 06:16 AM
Berny's idea is okay, but it would probably be better to use OOTB functionality instead. If you open the link Berny added (Resolve de-duplication tasks ), you can read the system property to skip duplicates. Just set that to ' true' and it will skip duplicates
Because in your solution the records do not get updated and you do not get a warning through a deduplication task. When you use the parameters, the records at least get updated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2024 04:38 AM
Any OOTB solution available now, considering this post is 7 yrs old?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2024 09:49 AM
I think the best oob solution would be to use health preference and disable metrics you don't need. The alternative way would be use health inclusion rules and specify conditions there.