cmdb_datasource_last_update.list Does Not Exist In My Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2023 07:47 AM
I am working through CMDB Fundamentals course and the CMDB simulator module keeps mentioning cmdb_datasource_last_update.list and Data Source Histories. I can navigate to ***service-now.com/now/nav/ui/classic/params/target/cmdb_datasource_last_update to create a new record but ***service-now.com/now/nav/ui/classic/params/target/cmdb_datasource_last_update.list does not exist and searching for Data Source Histories yields no results.
Is there something wrong with my instance or has the name of this table changed to something else and the course not been updated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 09:33 AM
Hello James,
Hope you're doing well!!!
Accessing Tables:
1. For ServiceNow tables, use URLs ending with ".do," like cmdb_datasource_last_update_list.do
2. In the left navigator, select endpoints closing with ".list," e.g.,
cmdb_datasource_last_update.list
3. Alternatively, use ".LIST" for a new tab.