To avoid duplicate entry created by SCCM in ServiceNow Asset Management Module if entry already created manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2018 07:19 AM
In ServiceNow London Version, the Asset & CMDB module is interlinked and if we integrate SCCM. SCCM will create a entry first in CMDB_CI table in Deployed Production status and subsequently the corresponding Asset entry will also be created. However, what if my customer create the manual entry first in ALM_hardware table for any asset in Received Status and after 2 days the same asset will be captured by SCCM. Hence, SCCM can not identify the entry created manually and create a duplicate entry for the same asset. In order to avoid the duplicate in this situation, what can be done. Could any of you please advice.
- Labels:
-
Enterprise Asset Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2018 10:30 AM
Sounds like you need a before insert business rule on the alm_hardware to prevent duplicate records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2019 09:03 PM
Thanks Brian, now we have made "Serial Number" as a Identifier instead of "Sys ID" and it is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 12:19 PM
We are also facing the same issue.
Can you let us know where did you update the identifier ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2020 06:06 AM
So are you say you set the Serial Number field to be the unique identifier?