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…
Category: Scripting
Custom Interactive filter based on Catalog item variables
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…