top of page
Search

Easily getting the list of installed plugins
We all know what information stats.do page gives us about the instance. Thanks to ServiceNow witchdoctor for sharing this amazing tip on...
Jun 11, 20211 min read
30
0
Some Useful ServiceNow scripts
Set/generate a sys_id for a new record: setNewGuid() //generates a new sys_id for a new record setNewGuidValue("sys_id") //creates record...
Jun 11, 20213 min read
960
0

UI 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 10, 20212 min read
596
0
GlideQuery() Demystified
I have been hearing a lot about GlideQuery() lately, so after spending some time learning what it is about, I am sharing the below...
Jun 5, 20213 min read
157
0

Instance 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 31, 20211 min read
14
0
Heard 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 read
144
0

What 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, 20211 min read
50
0
License testing roles by ServiceNow
One 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...
May 13, 20212 min read
20
0
bottom of page