ServiceNow – A Proficient approach to COVID Vaccine Management

Over the past 12 to 15 months, we have experienced an unprecedented situation. COVID-19 has completely changed how we live and work. In other words, it has defined new normal. After months and months of shutdowns, lockdowns, night curfews etc.,


Read More

ServiceNow Editor Macros

As you probably have noticed, much of the code that you write is repeatable and are the same repeatedly in different places.
Now these macros are here to make your life a lot easier. There are a few OOB, and you can easily add your own.


Read More

Set Formats for DATE and TIME values including milli seconds

We always struggle with setting formats for Date and time values as getByFormat() is not available for GlideDateTime() function. We can use below method to get local date and time with milli seconds in any format we want.


Read More

Refer third party data within ServiceNow platform

Background: There’s almost nothing that is customizable in ServiceNow, thanks to the ServiceNow R&D team for the flexibility and scalability. In the recent times I had an exciting requirement


Read More