Report of fields tracked in History for certain table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 06:47 AM
Is there an easy way to identify fields tracked in History? Lets say I want to know, which field changes are captured for table [alm_hardware] and [alm_asset], which it extends. How would one do that?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 07:26 AM
Take a look at this ServiceNow support article that gives a pretty detailed explanation.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0723730

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 09:06 AM
Yes, I was already using information in this article to add fields to inclusion list.
I hoped to find easy way to get the overall picture of the current state - without combining inclusions with exclusions, removing system fields if the whole table is included, but the system fields are not,...
Maybe another, dirty way would be to update all fields on some record and see what gets tracked...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 09:10 AM
You can always right click on a record and go to history > list and see what is being recorded.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2022 09:19 AM
Yes, but the record of change is not created unless you actuallly change the value in the field. So if you manage to update all the fields, you will get the list all fields which are tracked. Bit dirty, but might be good way to get most realistic overview of current state.