- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2022 11:46 AM
I am tying assets back to Purchase orders, and at somepoint when we did the initial load of ServiceNow we somehow ended up getting some data into the column for "asset", but the date is either wrong or incomplete, which is leading to some issues that I want to fix
When I do a search for Computers I am opening the link from Configuration > Base Items > Computers
Then in my columns I have the Asset column visible
When I try to manually update I get the security error (I logged in as Admin)
What I want to do is export all the machines, update and then import / update ServiceNow
But, when I do an Import > Update > Create Excel Template, this Asset column is not on the sheet.
Any ideas where I can find it or where I can go to edit it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 06:26 AM
This is because "Display" is checked. You should only have one field with "Display" checked per table, and that is the field that gets displayed in reference fields, or the top of the form, or when using .getDisplayValue() in scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2022 07:39 PM
Go to the alm_asset table, then apply the filter Configuration Item=>Class is Computer (ci.sys_class_name=cmdb_ci_computer) This will give you the same list, but from the asset side where you can edit the asset fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 05:32 AM
Hi
I just want to make sure I am doing this right, as I might have missed something?
I changed the filter in the ALM table to be
Model Category CI Class = cmdb_ci_computer
and have the same list, but in the alm_hardware table, that Asset column doesn't exist, and I can't seem to add it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 07:02 AM
Try this link:
https://<instance-name>.service-now.com/alm_asset_list.do?sysparm_query=ci.sys_class_name%3Dcmdb_ci_computer&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 07:08 AM
the link works, but the column for Asset is still not available.