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

Articles

Speed up Workflow testing on "Timer" utility

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Workflow Editor is a legacy product to maintain existing workflows already in production. For new use cases and workflows, use ServiceNow Workflow Studio. Workflow Stud...

find_real_file.png

Use breakpoints to debug an automated test (San Diego)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Browsing through the San Diego release notes, my eyes caught "Use breakpoints to debug an automated test". That sounds interesting for debugging a test (step...

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

Scripted Extension Point - Just an Overview

Yesterday I was reviewing some code in a vendor app, noticed a call with GlideScriptedExtensionPoint().getExtensions(..)  and I found myself asking, how do scripted extension points work? BENEFIT:  It's possible to define a script include that declar...

Scheduled Import From Google Sheets

Let’s see how to import data automatically with scheduled imports, First open your google sheet and go to File -> Share -> Publish to Web   Now select sheet which contains data in my example it’s sheet1 and select comma separated values (.csv) in nex...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 2327 Views
  • 1 comments
  • 6 helpfuls

How to use the switch case with example

Hello all, Use the switch statement to select one of many code blocks to be executed. This is how it works: The switch expression is evaluated once.The value of the expression is compared with the values of each case.If there is a match, the associat...

Community Alums by Community Alums  
  • 1201 Views
  • 1 comments
  • 5 helpfuls

Open a sys_email record directly from the Activity log? Easy!

For quite a long time I have been trying to figure out a way to do this without modifying the 'EmailDisplay' Processor, and it looks like I finally managed to, partially thanks to ServiceNow introducing a new property to store the email body style se...

n21lv1 by Tera Contributor
  • 2017 Views
  • 9 comments
  • 9 helpfuls

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
  • 7345 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
  • 5771 Views
  • 4 comments
  • 13 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
  • 3044 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
Top Contributors