- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 04:12 PM
I am building an application and I want to be able to read the settings specific to a class (not individual CI data). For example;
- if a specific Effective Duration for a CI Class has been created I want to read that.
- if recommended fields have been assigned to a specific CI Class I want to be able to read what they are
Essentially I want to read CI Class level data, not the data of the CIs themselves. Is there a table or tables I can access for this info?
Thanks in Advance
Louis
Solved! Go to Solution.
- Labels:
-
Data Health Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 08:37 PM
Recommended fields can be obtained from the cmdb_recommended_fields table and the recommended column is a comma-separated field names list.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 04:15 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 05:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 09:04 AM
wrong, not every child class starts with cmdb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2022 08:37 PM
Recommended fields can be obtained from the cmdb_recommended_fields table and the recommended column is a comma-separated field names list.