Blog
This blog has a pagination of 8 posts per page.
The pagination is only shown if there are more posts (336) than items per page (8).
Winning ServiceNow Hackathon Ideas
This year I'm fortunate enough to go to knowledge, and one of my favorite SN people, Robert Fedoruk, posted a YouTube video about winning hackathons.
In t...
Quick Script: Check a ServiceNow Instance Build Tag
A simple Node.js script to grab the build tag from any ServiceNow instance.
How to restart a workflow
Restarting a workflow is sometimes needed. I found myself looking at how
to to do this today.
I'm posting this so I don't have to re-do this again.
T...
Advanced Reported with Related List Conditions
The other day I was asked, "Hey, how can I find all the access controls with NO related roles?"
Reporting on the lack of something is really tough (gener...
Finding globally available things
I was in the middle of restoring my PC and thought "I wonder if I can
view all the globally accessible things?"
Turns out, you can.
javascrip...
Import Sets. Use them.
I was asked to present a lab I submitted to K19 at the local Minnesota ServiceNow User Group. I thought this would be great so I went down the path of making...
Multirow Variable Sets in code
Anyone out there in #ServiceNow / #ServiceNowDev ever built anything that allows you to print the RITM and include variables? Special bonus if it can do it...
Password variable for service catalog
I was asked to add a password field on a catalog item and I was appalled to find this isn't an out of box variable type. I went ahead and made a widget to make one that is secure but I feel we shouldn't have to.