Deleting a CI only (not asset)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2016 01:18 AM
Hi ServiceNow community.
At our organization we are in need of deleting CIs which have been mistakenly created due to imports. For example, our configuration data model does not include individuals' laptops, yet these are created when the asset is created.
We have a button on the (asset hardware) form which allows you to delete the asset only. Is there an equivalent, deleting the CI only. What would be the best practice to unlink and delete CIs?
Thanks in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2016 11:47 AM
On your configuration item form, add the Asset Related List if not already there. Using List Control, (right-click on related list header > List Control), enable edit on that related list. That should give you both the New & Edit buttons now. Then remove the asset relationship from the configuration item. That breaks the link between the two and you can then delete the CI/
To prevent a new CI from getting recreated, you will also have to disable a couple of business rules like "Create CI on insert" & "Update CI fields on change".
That should get you close!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016 08:09 AM