Interactive filters? Interactive Filters allow you to filter report widgets directly from a homepage or dashboard without modifying the reports. Servicenow comes up with many filter types but sometimes it requires applying a filter based on the catalog item/requested item variables and available interactive filters don’t help. Fortunately, as an administrator, you can…
Category: Scripting
Automate Data import from Excel File Attachment via Catalog item & Import Sets
USE CASE Many times there are situations where we need to import data from attachments into the ServiceNow table without relaxing the ACLs. One of the common example is to import users manually in Servicenow because of any of the following reasons: WHAT ARE WE BUILDING? Glimpse of output LET’s…
ArrayUtil Essentials: ensureArray, convertArray, unique & diff
ArrayUtil is an Out of the Box [OOB] script include which provides the ability to perform various cool functions related to Arrays. These functions will save you tons of custom lines of scripts and algorithms to play with arrays. It is documented HERE but I think some functions are not clear and…