Jun 11, 20211 min readEasily getting the list of installed pluginsWe all know what information stats.do page gives us about the instance. Thanks to ServiceNow witchdoctor for sharing this amazing tip on...
Jun 11, 20213 min readSome Useful ServiceNow scriptsSet/generate a sys_id for a new record: setNewGuid() //generates a new sys_id for a new record setNewGuidValue("sys_id") //creates record...
Jun 10, 20212 min readUI policy vs Client Script... Who wins when?This post could be too basic for most of you folks, but this for me, is a deserving topic to have a blog post for its own. To solve this...
Jun 5, 20213 min readGlideQuery() DemystifiedI have been hearing a lot about GlideQuery() lately, so after spending some time learning what it is about, I am sharing the below...
May 31, 20211 min readInstance Data Replication (IDR)IDR works on the idea of Producer -> Consumer instances. Producer is the source instance of data, consumer being the instances that...
May 13, 20211 min readHeard of "scheduled" gs.eventQueue?Just when you thought gs.eventQueue() is a marvel in ServiceNow, how happy would you get when you know you can schedule it to trigger an...
May 13, 20211 min readWhat does GlideFilter() filter?The Scoped GlideFilter API provides a method to determine if a record meets a specified set of requirements. There is no constructor for...
May 13, 20212 min readLicense testing roles by ServiceNowOne typical day at work, we see some user roles being added and deleted in the instance. We had raised a Hi ticket to understand what...