There’s two types of password fields in ServiceNow — this goes both for creating a new field, and creating a new system property. Here’s the skinny on how they’re different and how to use them…
Tips and Tricks
Creating a Dynamic Filter
Back in the day, the only way we had to create cool dynamic filters was by having filters that read “User is javascript:gs.getUserID()”. These days, there’s a better way!
Bite Sized Workaround: Removing Options from Catalog Variables
The Issue I discovered the other day that “g_form.removeOption()” does not work on variables on a Catalog Task or Requested Item form. It works great on fields, and nearly every other g_form function works great on variables, but removeOption, clearOption,… Read More ›
Bite #11: How to Export an Update Set
There’s numerous situations that require developers to backup their ServiceNow configurations: cloning over an environment, uploading work to ShareNow, and more…
Bite #10: Only One Workflow per Article
Every once in a while, I run into an odd issue that isn’t documented. This time, it’s a lesson learned about Knowledge Articles…
Bite #8: Check out the Nightly ServiceNow Build
Have you ever wanted to see what the next *unreleased* version of ServiceNow might contain? I’ve got a secret for you…
Bite #5: Magical Left Hand Nav Shortcuts
Do you pull your hair out every time you need to navigate to the Group Type table? Do you hate hunting for the “All” Incident link? Check out these shortcuts…