ServiceNow AI Platform articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Password Generator Script Include

Name: Password_GeneratorAPI Name: global.Password_GeneratorClient callable: trueApplication: GlobalAccessible from: All application scopesActive: trueScript: var Password_Generator = Class.create(); Password_Generator.prototype = Object.extendsObject...

Rich Dennis by Tera Expert
  • 3990 Views
  • 5 comments
  • 3 helpfuls

ServiceNow San Diego release top 10 features- Major UI changes- Next Experience UI Polaris-10 minutes videos.

One of the biggest changes in the San Diego release is the Next Experience UI. The Next Experience Unified Navigation provides the tools you need to navigate between the items you use in your instance in one pane while also being able to receive noti...

find_real_file.png

CVE-2021-44228 (Log4j) - Don't Panic

The latest and greatest vulnerability to hit corporations is the Log4j vulnerability that allows remote code execution on platforms using the java library.  How does this impact ServiceNow? ServiceNow uses Log4j like many other java based application...

find_real_file.png find_real_file.png

g_form bring a form tab into focus

This is a nice little script that brings an out-of-sight field on an unfocused tab to the forefront when the user takes an action. As an example, a user is working on a change task and hits Cancel Task.  But we want the user to enter closure informa...

find_real_file.png find_real_file.png

Most frequently used useful scripts

Couple of frequently used script I have put together couple of frequently used scripts, that may helpful for quick reference Regex if blocks This is helpful because no need to worry about the case. Starts with, end with conditions are easy //reg ex i...

Mahesh Mani by Tera Contributor
  • 2371 Views
  • 1 comments
  • 6 helpfuls
Top Contributors