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

Articles

Display Data on Map

Recently we implemented Emergency Outreach application for one of the client which enables HR to quickly notify employees of occurring emergency and which enable employees to self-report their health status via email or mobile push notifications. Onc...

find_real_file.png

ITSM Plus Starter Taxonomy

This is a very basic taxonomy that I often use to kickstart a conversation. Final drafts rarely look just like it, the point is to spark some thinking!  

Objectifying GlideRecord: How to do it right

Scenario: You want to store the values of the current record you're accessing via GlideRecord for later reference. Easy, right? Wrong! Problem #1: Storing a reference to GlideRecord doesn't help, it's all lost as soon as the next() method is called. ...

Delete multiple records using REST API

Hello, When we integrate ServiceNow with other 3rd party systems, below are some of the common functionality that you do it Fetch (List)Create/AddUpdate/ModifyDelete In this article, I will show you the code on how you can do bulk delete through API....

asifnoor by Kilo Patron
  • 7967 Views
  • 4 comments
  • 31 helpfuls

OOB Regex Validation for Currency || Email || IP address || Letter || Mac address || Number || URL

Thanks to Mark Roethof                                                          As we are using Madrid or NewYork version of ServiceNow. I have come across one OOB feature of ServiceNow in Madrid for validating  below Currency || Email || IP address...

find_real_file.png find_real_file.png find_real_file.png

Call the Onchange Fucntion in Onload Script

Generally we can write the OnLoad statement within the Onchange script as below: function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; // Here we write the onload code } //Here we generally write the ...

Faizi by Tera Contributor
  • 1784 Views
  • 4 comments
  • 1 helpfuls
Top Contributors