The CreatorCon Call for Content is officially open! Get started here.

ServiceNow shortcut cuts keys

Rameshnathan
Tera Expert

Hi All,

Could you please share some of the shortcut keys in the ServiceNow

It will help all developers

Example : 

1incident.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

 

 

7 REPLIES 7

Megha Padale
Giga Guru

Hi Ramesh,

Keyboard shortcuts:

https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/use/navigation/reference/r_K...

Here I found a blog specifying shortcuts for following activities:

  1. Find out the underlying data structure
  2. What is manipulating the data
  3. Find records
  4. Determine a table name
  5. Analyze activity around a specific date
  6. 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.

kaushal_snow
Mega Sage

JavaScript Debugger - Windows (Alt+Ctrl+Shift +J) & Mac (Ctrl+Opt+Up arrow+J)

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/

pawan k singh
Tera Guru

🚀 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