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

Articles

Functional JavaScript - GlideRecord

This is the first in hopefully a series of articles on incorporating useful functional programming techniques while writing JavaScript in ServiceNow. How many times have you seen code like the following? var grIncident = new GlideRecord('incident'...

Trying to understand GlideRecord.next()

This article presents an alternative explanation to the visible behavior of GlideRecord.next() when looping through a Record Set and setting values in an Object or Array. By now we’ve all likely seen that the Object or Array will only hold the value ...

Drag and Drop inside a Service Portal Widget

Hello everyone! I figured out how to do drag and drop in the service portal recently so I thought I would share the love a little bit! I have attached some starter files that should help you follow along. The before folder contains some source files ...

find_real_file.png
bbarber9 by Giga Expert
  • 6725 Views
  • 2 comments
  • 12 helpfuls

Simplify Usability Guidelines - Use Templates

So just a minute ago i asked myself "huh, why did i not do this earlier?". Allow me to share this simple, yet very effective thought. Picture this:You are creating a new application for a customer and/or are customising an existing one. You add a ref...

Top Contributors