Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Telegram Bot and ServiceNow

Create a telegram bot which would take an Incident number as input and using ServiceNow REST Service it will output the details of the incident back to Telegram Chat Bot 1. Create a Telegram Bot - To create a telegram bot follow the steps mentioned ...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
rad2 by Mega Sage
  • 9053 Views
  • 10 comments
  • 11 helpfuls

System Property Example Cheat Sheet

System Properties are used in a lot of different scenarios and ways. In this article I will provide some copy-paste ready boilerplate examples for the most common use cases. For the easiest understandability, I will also color-code the interconnectin...

OGeza by Tera Expert
  • 6802 Views
  • 4 comments
  • 14 helpfuls

Want to be a ServiceNow Dev MVP?

Since the 2022 Dev MVP list and the Community MVP list were announced not too long ago, someone on LinkedIn reached out to me recently, wanting to know how to become a Developer MVP. My tl;dr advice: If you want to be a 2023 Dev MVP, start working to...

find_real_file.png find_real_file.png find_real_file.png
Nia McCash by Mega Sage
  • 3436 Views
  • 1 comments
  • 12 helpfuls

How to run a scheduled job which updates all the records in a table and disables itself without manual intervention?

Hello Everyone, I came across a need where I had to run a scheduled job repeatedly till it updates all the records in batches in one of the task extension tables, the catalog task table. I decided to utilize system property to save the initial record...

find_real_file.png find_real_file.png

JUnit-like tests for Script Includes

  In my article Universal Pattern for Script Includes I introduced the Script Include CurrencyUtils which allows conversion between two currencies. At first glance this may seem simple, but in the end it turned into quite a lot of code that needs t...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Set reference fields based on string

This examples is used to set the location of a CI based on a few characters available in the name. Type: before Business Rule (function executeRule(current, previous /*null when async*/) { //Set two properties which has a 1v1 relation. 1 for string...

Top Contributors