ServiceNow shortcut cuts keys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 12:16 AM
Hi All,
Could you please share some of the shortcut keys in the ServiceNow
It will help all developers
Example :
1. incident.LIST ---> it will open a list of incident record in new tab
2. incident.list ---> it will open a list of incident record in same records
3. incident.FORM ---> new Incident form will open in New Window
4. incident.do ---> new Incident form will open in the same window
Like this please provide whatever you know
Thanks
Ramesh R
- 5,145 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 12:34 AM
Hi Ramesh,
Keyboard shortcuts:
Here I found a blog specifying shortcuts for following activities:
- Find out the underlying data structure
- What is manipulating the data
- Find records
- Determine a table name
- Analyze activity around a specific date
- Uncover unexplained issues
https://community.servicenow.com/community?id=community_blog&sys_id=c83eaa6ddbd0dbc01dcaf3231f961987
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 06:50 AM
JavaScript Debugger - Windows (Alt+Ctrl+Shift +J) & Mac (Ctrl+Opt+Up arrow+J)
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2024 10:58 AM
🚀 Top 10 Application Navigator Shortcuts in ServiceNow🚀
Here are some useful Application Navigator shortcuts that can make your daily tasks in ServiceNow more efficient! Whether you're new to ServiceNow or a seasoned user, these tips will save you time and effort. ⏳
1️⃣ <table>.config: Populate all the Application files (BR, Client Script, ACL, etc.) for the given table. (.CONFIG opens in a new window)
2️⃣ <table>.filter: Displays an empty list view of table records. Add & Run filters to retrieve desired data. (Helpful for large, slow-loading tables. .FILTER opens in a new window)
3️⃣ <table>.form: Opens a single record in the ServiceNow content frame.
4️⃣ <table>.FORM: Opens a single record in a new browser tab.
5️⃣ <table>.list: Opens the list of records in the ServiceNow content frame.
6️⃣ <table>.LIST: Opens the list of records in a new browser tab.
7️⃣ stats.do: Retrieve current instance version, node information, memory stats, and more.
8️⃣ sys_app.list: Lists all custom applications in ServiceNow. (.LIST opens in a new browser tab)
9️⃣ sys_scope.LIST: Lists all applications and their scopes in ServiceNow. (.LIST opens in a new browser tab)
🔟 sys_store_app.list: Lists all Store applications in ServiceNow. (.LIST opens in a new browser tab)
💡Please mark this helpful for more tips and tricks from me in the coming days! 🌟
Regards
Pawan K Singh