by jmaxwell | Aug 29, 2016 | Client Scripts, JavaScript, jQuery
As a ServiceNow Developer/Consultant one enhancement that I have received a number of times over the years (usually for the Change Management form) is the ability to “blank” the default timestamp (set to the current time) that is automatically pre-filled on all...
by jmaxwell | Aug 19, 2016 | Client Scripts, JavaScript, jQuery
Recently I was doing some troubleshooting for an onChange script and trying to figure out why it (or rather it’s event) wasn’t firing. In my digging I came across the code that is responsible for registering events and then kicks off the corresponding...
by jmaxwell | Aug 4, 2016 | Client Scripts, JavaScript
I was working with a client recently and had the need to get the Display Value of a Reference field that was on the form. I didn’t want to have to make an AJAX call just to pull this value (on the server side you would use the “getDisplayValue()”...