Does servicenow maintains End of Life, End of Support and End of Extended support dates for (Host, OS, SI, Storage Device, Virtual Machine) in CMDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2019 11:32 AM
Hello,
I am trying to search in ServiceNow documentation for to figure out how ServiceNow is storing the End of Life, End of Support and End of Extended support dates for Host, OS, SI, Storage Device, Virtual Machine (Support Details) in CMDB. So far no luck with documentation. Can anyone point me in the right direction like which tables & columns they use to store the support details information.
Thank you,
Rajesh
- Labels:
-
Service Mapping
- 4,680 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2020 05:48 PM
The Business Application table [cmdb_ci_business_app] table is where you store this data. It has been available OOB as of Kingston for no charge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2020 01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2021 02:11 PM
Looking for guidance on the same End of Life topic but specifically for Business Applications in the APM Category Analysis page that is part of the APM portal. I was assuming there was an End of Life field on Business application like contract end date that is used for that but don't see one. Hoping not to have to open up the widget and dive into it to find what that is displaying.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2023 04:40 PM
Did you get the information you were looking for? I have the same need and since 2019, I don't know if anything OOB has been created since then.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2023 01:01 AM - edited ‎09-13-2023 01:03 AM
@falx I found this OOB in the cmdb_ci_business_app table there is contract end date
Also, you can reference/associate the license to the business app, there is license reference field in business app table referring to alm_license table which has more specific attributes about contract and license. You can create license record for business app and associate both.
If my response helps to solve your issue. Kindly mark it as helpful & correct.