- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-17-2020 01:42 AM
Hi there. Today I will discuss about 4 applications that I install in my developer instance. These applications really help me with programming, debugging and almost everything. And that’s the secret of my speed when it comes to working in Servicenow, just kidding!!! But these help me save a lot of time.
1:) Xplore Developer Toolkit
Link: Xplore: Developer Toolkit
Creator: James Neale
My Ratings: 5/5
Features:
- Background script alternative - explore server side objects
- Client console alternative - explore client side objects
- Test and debug code and objects
- Built in regular expression testing tool
- Built in table explorer
- Built in log viewer
Luckily, we have a good video series for xplore https://www.youtube.com/watch?v=uPqMTq5FVFg&list=PLkQDoKoP0MAP7X2DC0qF6i7W0i03KjOWl
A real time saver.
2:) SN Utils – Tools for Servicenow
Link: SN Utils- Tools for Servicenow
Creator: arnoudkooi.com
My Ratings: 4/5
Features:
- Slashcommands type in /help to know more about this feature
- Edit scripts and widgets in VS Code! (requires sn-scriptsync)
- Show technical names: Show useful info like choice value and name next to labels.
- Search updatesets in progress, view list and set current.
- View your last 20 updates, browse to related record. (Admin role only)
- Node switching.
- Search tables and open list, dictionary or schema map.
- View the data and columns of the current record in a table (similair to view XML)
- Select a (abstract) username, view details of user.
- Provide (context aware) links to relevant places.
- Ability to popin, popout, or copy a tab. (also via context menu)
- Generate GlideRecord template, based on list
- Save record with CTRL-S / CMD-S
- Rightclick to go to Scriptinclude, table or search
- Paste a clipboard image to any record with CTRL-V / CMD-V
- CMD / CTRL Click in a form on element labels, to build conditions and open list
- Support for Studio
- Context menu code snippets and links
Demo Link: Demo Video
3:) Powershell Utility
Update Set Link: PowerShell Utility
Creator: John J. Andersen
My Ratings: 4/5
Feature:
- Run powershell directly from ServiceNow to any remote machine. Has an update to this known as PowerShell Utility V2 done by Conmic. Check that out as well.
Demo Blogs:
- https://community.servicenow.com/community?id=community_question&sys_id=7fda0f6ddb5cdbc01dcaf3231f96...
- http://www.john-james-andersen.com/blog/service-now/powershell-probe-and-utility-for-servicenow.html
A must for someone working on automation using powershell and servicenow.
4:) Add to Update Set Utility
Link: Add to Update Set Utility
Creator: Ben Hollifield
My Ratings:4/5
A global UI Action for admins that will add any record (plus attachments & translations) to the active update set. In the case of multi-scope record sets, the UI Action will automatically generate appropriate update sets in each application scope, bundling them under a batch update set for simple promotion to other ServiceNow instances. ** Requires the 'Update Set Batching (com.glide.system_hierarchy_update_set)' plug-in **
Features-
- Appears as a link at the bottom of each record
- For adding multiple records at once, appears as a drop-down menu option on each list
Other useful Links:
REQUEST:
If you find the article helpful, please mark article as helpful and since it has lot's of useful links do remember to bookmark this article.
In case you need any help, please do connect with me. It will be my pleasure to help you.
Happy Learning Guys!!!
----->Dhruv Gupta
- 4,326 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
It will definitely save a lot of time

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Good stuff. Thanks for sharing.
FWIW, I find myself using #4 (Add to Update Set) less and less as I do more scoped app work. The original reason I used that app was because scheduled jobs didn't get captured in update sets. I find that Studio does this just fine. I also find that the list action menu (at the bottom) has an option "Create Application File" that does the same thing.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks for sharing the great content. I found one more developers extension for visual studio code lovers. Check out the below link for more details :