- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-06-2022 11:16 AM
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.
Pattern | When to use | |
1. | *search_term | returns records that contain the search_term |
2. | %search_term | returns records that end with the search_term |
3. | search_term% | returns records that start with the search_term |
4. | =search_term | returns records that are equal to the search_term |
5. | !*search_term | returns records that do not contain the search_term |
6. | !%search_term | returns records that do not end with the search_term |
7. | !=search_term | returns 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>
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.
- 5,888 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very nice article! Very useful!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you!

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
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.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very helpful 🙂
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very helpful !!
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Very helpful, do you have any more tips or tricks lol 🙂
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you @Winnie P ,
This might help you!
My collected list of ServiceNow tips & tricks by Maik.
regards,
Prasad