Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

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
  • 8029 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
  • 3802 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

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...

Complete Virtual Agent Setup & Integration with Slack

This article contains  Step by Step configuration of Virtual AgentIncluding the Bot in PortalBranding - Changing Bot icon, colors and other stuff as per your wishConfigure Live agentIntegrate with SlackBrief description of Virtual Agent Designer opti...

Narsing1 by Mega Sage
  • 2285 Views
  • 2 comments
  • 1 helpfuls

Google Analytics using Global Site Tag

I have recently implemented Google Analytics within our instance for a Service Portal and a UI Page. Some of the existing discussions were helpful, but were not quite enough to get a working solution. I completed the following in ServiceNow version L...

Top Contributors