
Introduction to ServiceNow Scripting
ServiceNow uses industry-standard JavaScript to extend application functionality. ServiceNow APIs (Application Programming Interfaces) provide classes and methods to do things like:
Tokyo introduces ECMAScript 2021 (ES12/ecma6+) - ServiceNow …
Aug 8, 2022 · ServiceNow has denoted our version of JavaScript as ECMAScript 2021, which encompasses the feature roll-up of ECMAScript 6 to ECMAScript 12. To see the full …
JavaScript - ServiceNow Developer Blog
Aug 8, 2022 · The biggest request from developers is finally here! That’s right, support for newer versions of ECMAScript has arrived with ServiceNow’s Tokyo Release. What? How? Looking …
Using Scripts - Background - ServiceNow Developers
Jan 22, 2019 · Scripts - Background is a simple, but powerful tool to run JavaScript in a ServiceNow instance. While Scripts - Background can be used for quick scripting logic tests or …
Simplify Queries with Encoded Queries - ServiceNow Developers
Nov 13, 2018 · With GlideRecord queries, you can find any set of records you need in ServiceNow. Not all queries are easy to write, though, especially if you need to work with date …
JavaScript Debugger in Detail - ServiceNow Developers
Dec 3, 2016 · With the new debugger, being able to do that live with actual data being introspected is like a breath of fresh air. It returns the ServiceNow development environment …
Widgets - ServiceNow Developers
Widgets are reusable components that make up the functionality of a portal page. They consist of HTML markup, CSS, a JavaScript controller, and client-side and server-side code. Widgets …
What is the Now Platform? - ServiceNow Developers
The Now Platform operates in the ServiceNow Cloud thanks to ServiceNow’s Advanced High Availability (AHA) architecture. This unique, multi-instance architecture meets and exceeds …
Using Script Variables - ServiceNow Developers
Developers can configure script variables for information not stored in ServiceNow tables or already accessible from input variables. Use script variables for values that change during a …
GlideQueryCondition - ServiceNow Developers
ServiceNow provides JavaScript APIs for use within scripts running on the ServiceNow platform to deliver common functionality. This reference lists available classes and methods along with …