User Activity

ServiceNow employs the ES5 (2009) version of rhino javascript. As a result, RegEx Lookbehind Assertions introduced in 2018 as part of the ECMAScript language specification, per https://stackoverflow.com/questions/641407/javascript-negative-lookbehind...
I need a client script for use in an onChange function to remove all rows from a multirow variable set.Scenario A user will select a CI in a catalog item, and add maximum rows to a multirow variable set based on max_rows attribute.Then, the user real...
Using the "Assert JSON Response Payload Element" test step, I am attempting to evaluate the "status" value in the response below, but I have not been able to arrive at the correct element path. Element paths tried /result/status/result[0]/statusresul...
Is there a way to script a column's deletion so that everything is performed as though the column was deleted using the GUI? The London release has introduced a "Parent Contract" field to the ast_contract which has resulted in our custom "Parent Cont...
I have a 3 fields on a table's form needing to run a snippet of code when the field's value changes. The snippet obtains the necessary information from the form, and executes a GlideAjax call. Is there any way to define this snippet of code as a clie...