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()”...
by jmaxwell | Jul 15, 2016 | JavaScript, JSON, REST
When beginning an integration it is important to identify which capabilities are supported on both endpoints. In my case I was trying to integrate two systems which supported REST but not all HTTP Methods were supported by ServiceNow. ServiceNow supports the...