We’ve always wanted to manage our ServiceNow licenses. But sadly, we haven’t been too successful with it with an optimised solution. In this multi-part blog post, I will be walking you through a custom application that helps manage your license reclamation process. Alright! In a nutshell this is what the application does. It identifies users…
Category: ServiceNow
ServiceNow
Ever fancied a progress bar in ServiceNow?! Look no further!
Have you been in a situation where you initiated a process (API call, running a script, etc) and wondered., man I wish ServiceNow did not just freeze like that! Well, guess what, I got good news for you, my friend. It’s called the GlideScriptedHierarchicalWorker. This lesser-known API can enable you to display a progress bar…
Unlocking Efficiency: Harnessing the Power of Code Reusability with UI Scripts for Seamless Development in ServiceNow
Here’s a cool little reusable snippet from my experiments with UI Script. The use case I was dealing with was toggling the visibility of a couple of variables for a catalog item. Now I had to build this particular solution since I was dealing with close to a 100 variables and setting up UI policies…
Download link…If only you were out of the box
Okay, right off the bat, I need to apologize for the terrible post title…I tried 😪 Having said that, let’s get straight to it. In this post, we’re going to explore a very simple trick that I learnt whilst working on a use case and wondered – man why didn’t Servicenow default this already?! Alright,…
How to integrate ServiceNow with Application Insights
For those of you who are new to ‘Application Insights’, allow me to give you a quick intro! As the name suggests this nifty little tool helps you gain insight into your web application like user stats, error monitoring, etc. With just a few lines of code in your application, you can find out what…
