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

Articles

ServiceNow - WhatsApp integration!!

Most conversations will end up taking place on WhatsApp, be it a simple greeting, gossip, news, or networking. The very first thing that comes up in our mind is WhatsApp. Almost every industry leverages it or heading towards using it in growing its b...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
im_atrey by Tera Contributor
  • 27887 Views
  • 13 comments
  • 18 helpfuls

getXMLwait alternative for Service Portal

Get XML wait For those of you that are not familiar with GlideAjax. getXMLWait() is a Synchronous GlideAjax call. Meaning your  script cannot continue without the GlideAjax response. This stops the session until the response is received. How to use g...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Willem by Giga Sage
  • 41615 Views
  • 55 comments
  • 123 helpfuls

Performance Hacks: Database Views

Summary I'm writing this article to talk about some of the performance implications of Database Views. I've posted a video at https://youtu.be/ygy50Pxn3wk?si=l7dI3apveDtZTcln.     What are Database Views? Real quick - in ServiceNow, the concept of a...

Screenshot 2025-07-29 at 17.18.36.png Screenshot 2025-07-29 at 15.17.55.png Screenshot 2025-07-29 at 15.50.27.png Screenshot 2025-07-29 at 15.52.04.png
Mwatkins by ServiceNow Employee
  • 871 Views
  • 2 comments
  • 3 helpfuls

My collected list of useful Business Rules

If you want to get notified when new Business Rules are added by me, you can subscribe to this page!   Over time, every developer or system administrator builds little helpers that make working with ServiceNow more convenient and secure. This is al...

tool-gcb78f6529_1280.jpg MaikSkoddow_1-1671370841592.png MaikSkoddow_0-1675517596875.png MaikSkoddow_1-1675518109336.png

Checklist items still editable while record is closed

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Working with the out-of-the-box Checklist formatter? A nice feature. Though did you also encounter that when the record is closed (active=false) or a user do...

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

Auto-Populate Reference data in Service Catalog

If you are looking to populate the data from the Reference variable this article will help you to achieve. Note: This will be available on Utah version. No scripting required for this. 1. I have created a catalog with 3 variables as below. a. Reques...

Screenshot (742).png Screenshot (743).png Screenshot (744).png

A mature development and deployment process

Introduction In this article I describe the outline of "a mature development and deployment process". At its core is the idea to go away from update sets to deploying application versions - hence to get away from "deploying stories" towards "deployin...

process overview.png

FAQ for v1.5.0 ServiceNow VS Code Extension

Last update date: 20th Aug’20 Latest Version: ServiceNow Extension for VS Code 1.5.0   Q.1 Are there any pre-requisites to install the ServiceNow extension for VS Code? You need VS Code 1.38.0 and above and node.js version 8.0 and above.   Q.2 Which ...

Mudit Sharma by ServiceNow Employee
  • 9008 Views
  • 20 comments
  • 21 helpfuls

System Properties & it's Usage

System Properties System properties used to store configuration information that rarely or never changes. We can add or update to control the system behavior. It is best practice to use a system property instead of hard cladding the fixed values.Syst...

find_real_file.png
Sagar Pagar by Tera Patron
  • 45773 Views
  • 10 comments
  • 22 helpfuls

Business Rule

Business Rule:- 1. A business rule is a server-side script that runs when a record is displayed, inserted, updated, or deleted, or when a table is queried. 2.Table of business rule:- sys_script .  Four type of business rule. before business rule.afte...

Mayu by Tera Guru
  • 30096 Views
  • 6 comments
  • 51 helpfuls
Top Contributors