- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 11:16 AM
Hello Everyone,
I am trying to look for Inbuilt ServiceNow table that is designed for handling Hardware warranty for the Assets that are purchased by the organization. Also, likewise does there exist another table that is designed by ServiceNow that would capture the detail for the software that are purchased in an organization.
Currently I am using alm_hardware to capture the information for the Assets that are used in the company. I wonder if there are any Inbuilt table for Warranty or Software.
I appreciate anyone taking there time for helping me with this.
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 10:28 AM
OOB contract records have a model, and these models reference the cmdb_contract_product_model table (an extension of cmdb_model)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:29 PM
For per-device/per-license warranties you'd store these as contract records with the warranty model.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 07:03 AM
Hello Kieran,
Thank you for replying to my question. Could you please tell what is the warranty model? Is it something that comes out of the box for ServiceNow or I would have to buy it as a plugin for my instance?
If it is something that comes out of the box in ServiceNow. Could you please share with me the name of the table.
I really appreciate your time and help with my question.
Thank You.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 10:28 AM
OOB contract records have a model, and these models reference the cmdb_contract_product_model table (an extension of cmdb_model)