servicenow

SN-EDIT v0.2 released

The new version promises a more streamlined and stable experience on all the major platforms like MacOS, Linux or Windows! Now you can use sn-edit on any platform of your choice with the same features. All of these promises without installing any dependencies and simply just using one executable!

Servicenow Node Bridge

Servicenow Node Bridge provides you a simple way to easily run npmjs packages by using servicenow and an external worker...

Generate a PDF from HTML on Servicenow

I am sure you know the feeling, when you want to generate a custom PDF on Servicenow. You search for a way, but the platform just simply does not offer enough. In this little how-to I would like to show you the process of creating a custom PDF while using Servicenow. We will use the very familiar and popular chrome browser for this. If I have your attention now, keep reading!

Servicenow x NodeJS Bridge Part 1

Did you ever wanted to write ES6 code or just simply use a node module while working with Servicenow? Now you can make your dreams come true!

Servicenow Extensions

While working on new features and writing scripts for the platform, there are times where you will do the same thing repetitively. This is of course good to train your mind to remember part s of code easily, but also produces a lot of excessive lines of code which would result in less readability in the long term, produce “longer” scripts and make the whole thing harder to maintain.

Servicenow meets NodeJS

As a Software developer and user of a vast amount of Open Source projects on a daily basis, there were times, where I had to solve a problem in Servicenow and the first thing that came to my mind was “There must be a ready-made open source project ready for this kind of thing..”

Wake up your Servicenow instance easily

Waking up your Servicenow instance can be a pain. Those of you, who are using a Servicenow Developer Platform know what I am talking about. You start your work in the morning, open your instance url just to see that your instance is hibernated and you need to wake it up first to get working.

SN-Edit

In the past few years/months, I’ve been working with the Servicenow engine. Servicenow is an interesting project, which basically revolutionized the IT Service Management world amongst others...