- 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-12-2022 07:25 AM
At that link, you won't see a column for Asset, because that is the list of Assets. You can, however, add a column for Configuration Item to see the corresponding CI. It might help to have the list of Computers open with the Asset column displayed, and have the list of Assets open with the Configuration Item column displayed so you can see the corresponding records.
For example, lets say for Computer (CI) "ABC" your Asset shows the wrong information. You would go to the link above, then filter to CI=ABC, to find the corresponding Asset record for that CI. Open the Asset record and then make your changes to the Asset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 07:42 AM
OK, I might not be following 100%
I used the link you sent over
I get my full list
Under Configuration Item I see an asset I want to modify
I click on that asset, but the option to edit Asset is still locked
I opened that record, but have no where to edit the Asset name
The bigger issue is there is 1200 assets I need to do this with, so there has to be a way to export and import?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 08:35 AM
I think you are close.
Here is where you got re-directed away from the Asset and back to the Configuration Item:
"Under Configuration Item I see an asset I want to modify" - In this column (Configuration Item) these are not Assets, these are Configuration Items. To open the Asset record, click on the first column, or click on the information icon at the start of the row.
You can check the URL to see where you are as well. If you see cmdb_ci_computer, or cmdb_ci... you are not on the asset record, you are on the CI record. If you see alm_asset, or alm_hardware, or alm_.... then you are on the Asset record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 09:16 AM
This is the URL
I am currently at
https://mlse.service-now.com/alm_asset_list.do?sysparm_query=ci.sys_class_name%3Dcmdb_ci_computer&sysparm_view=
When I click on the first column, in my case Asset Tag is my first column
the URL changes to
https://mlse.service-now.com/alm_hardware.do?sys_id=0ce93211db27a8101445450b13961998&sysparm_record_target=alm_asset&sysparm_record_row=1&sysparm_record_rows=1442&sysparm_record_list=ci.sys_class_name%3Dcmdb_ci_computer
The only spot that I can see the "Asset" name that I want to change is at the top shows Hardware
This Q1F23 is what I want to change
I just feel like there should be a table somewhere that I can download, fix and import

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 10:00 AM