Community Alums
Not applicable

Hello,

Good morning,

Are you looking for tips and tricks which help you to save time and effort on now platform? Below are a few helpful things that make your developing experience or instance managing to another level.

1. Shortcuts: You can use the below shortcuts in filter navigator if you know the backend/system name of the table.

  • .list - To navigate directly to the list view for the table. e.g. incident.list
  • .do/ .form - Both work in the same way to open the default view for a new record on a table. e.g. incident.do or incident.form.
  • .config - To review the business rules, client scripts, and other configuration files for a table. e.g. incident.config.

Note: Type the .suffix in all caps to open a new window on your browser instead. e.g. incident.LIST.

 

2. Wildcard Search: The wildcard is an advanced search technique that can be used to maximize your search results in library databases. It is available in the global text search, the knowledge base, the list view of any table, and in reference fields on now platform.

 PatternWhen to use
1.*search_termreturns records that contain the search_term
2.%search_termreturns records that end with the search_term
3.search_term%returns records that start with the search_term
4.=search_termreturns records that are equal to the search_term
5. !*search_termreturns records that do not contain the search_term
6. !%search_termreturns records that do not end with the search_term
7. !=search_termreturns records that are not equal to the search_term

 

3. Cancelling long runtime transactions: To cancel the transactions for your current user session. Type the below URL in the address bar of your browser. 

  • https://INSTANCE.service-now.com/camcel_my_transaction.do

Note: Kindly replace the instance id in the above URL.

 

4. How to open a hyperlink in a new tab:

 <CTRL> + <CLICK LINK>

find_real_file.png

 

5. Always use the following functionalities to save time:

  • Favorites
  • History
  • Tags
  • Filters/ column search
  • show match or filter out

 --------------------------------------------------------------------------------------------------------------------

Thanks for visiting my article. If the article helped you in any way, please hit the like button/mark it helpful. So it will help others to get the correct solution.

Comments
WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

Very nice article! Very useful! 

Community Alums
Not applicable

Thank you!

AnirudhKumar
Mega Sage
Mega Sage

cancel_my_transaction is a gem.

When I executed my first background script (with bad code), the script kept running on and on and the instance got so slow all my team members were looking for the culprit.

cancel_my_transaction saved my life that day. 

Vaidehi2
Mega Explorer

Very helpful 🙂

Pratiksha
Tera Contributor

Very helpful !!

Winnie P
Mega Sage

Very  helpful, do you have any more tips or tricks lol 🙂

Community Alums
Not applicable

Thank you @Winnie P ,


This might help you! 

My collected list of ServiceNow tips & tricks by Maik.

 

regards,

Prasad

Version history
Last update:
‎04-06-2022 11:16 AM
Updated by:
Community Alums