- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 07:55 AM - edited 07-15-2025 07:57 AM
6 Quick Tips to Access Data Faster in ServiceNow
1. View All Tables
sys_db_object_list.do
Lists all tables in the instance.
Use filters like nameSTARTSWITHcmdb_ci for out of the box tables.
Use filters like nameSTARTSWITHu_ for custom tables
2. Explore All Metadata
sys_metadata_list.do
Shows all elements of an Application (script Includes, UI policies, flows etc.).
Filter by Application field to retrieve app-specific records.
3. Use Encoded Queries in URLs
Add filters directly in the URL.
Example:
sys_db_object_list.do?sysparm_query=nameSTARTSWITHcmdb_ci
4. Switch Scope with Application Picker
Use the Application Picker to limit views to your app’s data.
Prevents clutter and accidental edits to global records.
5. Save Favorites
Open any list view → click ⭐ in the left nav.
Rename for clarity (e.g., “Custom Tables”).
6. Track Data Sources in CMDB
Table: cmdb_multisource_data
Shows CI data from multiple sources (e.g., SCCM, Discovery, Servicewatch etc.).
Helps to find duplicate Ci's and resolve conflicts and verify authoritative sources.
Bonus: Quick Table View Syntax
Syntax | Description |
<Tablename>.LIST | Opens list view in a new browser tab |
<Tablename>.list | Opens list view in the content frame |
<Tablename>.FORM | Opens form view in a new browser tab |
Tablename.form | Opens form view in the content frame |
Tablename.config | Opens configuration list view in the content frame |
Regards,
Srinija Amisthapur
Certified Technical Architect
Solved! Go to Solution.
- 329 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 08:51 AM
Hi @srinija_itom ,
Thank you for sharing this great article! The tips are really clear and practical, and I’m sure they will be very helpful to others like me who want to access data faster in ServiceNow.
Would you consider accepting this as the solution or your post as solution? It would definitely help more people find and benefit from your insights.
Thanks again for your valuable contribution!
Selva Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2025 08:51 AM
Hi @srinija_itom ,
Thank you for sharing this great article! The tips are really clear and practical, and I’m sure they will be very helpful to others like me who want to access data faster in ServiceNow.
Would you consider accepting this as the solution or your post as solution? It would definitely help more people find and benefit from your insights.
Thanks again for your valuable contribution!
Selva Arun