Oh boy! This is a beautifully short and insanely useful little tick that I learnt and I’m going to share it with you today dear service nerds. Creating the System Properties Very simple, nothing too fancy here. Head over to System Properties > Create New. Fill in the details requested and you’re off to a…
Category: Uncategorized
How can you convert a GlideRecord Object to a Plain Old JavaScript Object?
In this concise post I am going to show you how to covert a GlideRecord Object into a Plain Old JavaScript Object. The snippet below does just this. Now, where could you potentially use this? You could use it while preparing the REST request body, and would need to send a Javascript Object.
Boost Your ServiceNow Interface: How to Build a Scalable Menu Widget for Seamless Navigation
Okay okay, it’s time for another awesome blog post filled with loaded information that you can take away for your ServiceNow projects. The Use Case Ever come across a scenario where you needed to build a page that has a couple of menu links in it? Well, guess what?! Today is your lucky day. We…
Wondered how to schedule data import from a REST webservice?
Discover an efficient method for synchronizing data from a service on a recurring basis. Learn how to achieve this seamlessly and effortlessly as I provide step-by-step instructions on a streamlined approach. The Use Case As always, you need a use case to start with, why else would you build something innit. Here goes…let’s say you…
