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

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
  • 9182 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
  • 2224 Views
  • 4 comments
  • 1 helpfuls

Service Portal, SC Categories widget improvements

I'm working on the release of a Service Portal which contains mostly OOB functionality. However there are a couple of small improvements that I've worked on that might help others. The changes in this article are just relating to the SC Category widg...

find_real_file.png

Notification standardization

I was looking for a way to standardize notifications when came across these 3 modules in Service Now..  System Policy > Email > LayoutsSystem Policy > Email > TemplateSystem Notification > Email > Notifications Here is the flow on how it ties togethe...

Top Contributors