- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 06:38 AM
Hi,
I've got questions about history information of an Asset.
- Is it possible to 'click' on an Asset and find historical information about it, such as incidents, requests CMDB updates etc.? (stuff that earlier have been associated with the Asset)
- Or is there another way to find this information?
I.e. in real time without running a report.
Grateful for response,
King regards
Jon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 07:57 AM
The personalize menu goes Design, Layout, Related Lists. Instead of personalizing the form, personalize the next menu item down:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 07:14 AM
There are various related lists you can build to accomplish this.
http://wiki.servicenow.com/index.php?title=Creating_Defined_Related_Lists
If you want it on asset and not CI, I would create one with task as the querying table and asset as the applies to table that says current.addQuery('cmdb_ci.name', parent.name);
or something like that.
If you want that relationship to be on CMDB instead, just add the Task -> Configuration item related list to the ci form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 07:19 AM
Hi,
Thanks for response!
Ok, is it still possible if you have 1000s of Assets, do you have to build it manually for every single Asset or will it be applied to all?
Kind Regards
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 07:22 AM
It will be applied to all. You create the relationship, then add it via Related Lists, and it will be available on all assets via that form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2014 07:24 AM
Thanks Mike!