- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 07:15 AM
Out of the box, ServiceNow does not provide assets level reporting for various milestones of the product lifecycle. For instance, if I need to find all assets that are currently past end of life milestone... I must copy and paste the model names into a report. This is challenging to create repeatable processes in an efficient manner.
Has anyone solved this challenge using the Content Library and views? Any other solutions?
The goal would be to have a report source/view/table built with minimal customization to be able to forecast future assets expiring, query for those already expired ( End of Life or End of Support (when end of life does not exist) so on and so on.
Open to any and all suggestions!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 07:13 PM
Hi,
I had the same scenario and was pointed to the following table:
sn_hamp_assets_capital_planning_view
Not sure how long this has been available but seems to do the trick by creating a view between
cmdb_hardware_product_model
alm_hardware
cmdb_hardware_model_lifecycle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 06:21 AM
I am unable to reply to thread, these two responses are helpful but the reporting is already available and has been reviewed. I need to report on the assets not the models.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 08:19 AM
Hello @ndube82 ,
I am afraid , if you are not able to dot walk we have to create a custom table and save the data there and report on the custom table. Or let the client know reporting is available on models not the assets.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 11:32 AM
Can someone identify how to dot walk? Does ServiceNow need to be configured to dot walk in this manner? I find it very hard to believe that there is no solution for this yet!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:44 AM
Did you ever find a solution to this problem? Dealing with something similar and this thread is the only reference to the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 06:25 AM
I ended up creating a Database View that joins the cmdb_ci table to cmdb_hardware_model_lifecycle table. This does result in a table that's a little challenging to deal with in that there will be multiple entries for each CI's Lifecycle Phase Start or End Date. But filtering enables you to get the data you want.