The CreatorCon Call for Content is officially open! Get started here.

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Automating Remote Updateset Retrieval and Installation

Background Often in DevOps-minded organizations, promoting update sets from lower instances to the Production Environment is considered as something to be automated. As there is no such OOB facility available in ServiceNow, the following script is bu...

find_real_file.png
Sandaru1 by Tera Expert
  • 3956 Views
  • 5 comments
  • 8 helpfuls

Cancel transactions via URL

Developers may be aware of the handy “cancel all transactions” module when we get locked out of a session. However, copying and pasting this URL into your browser will stop the transaction and unlock the session without needing to start another sessi...

Read Excel File Using Script

We can read Excel from a server-side script using the below code.   Example: Suppose I have one Excel file which has 3 field Employee ID, LAST NAME, and FIRST NAME. I wanted to retrieve all the data from Excel and wanted to store it in any table or w...

Fun with array methods!

I've seen a couple of questions around working with arrays so I thought I'd write an article on some methods that are available to us in the system. There are also a few that aren't available and only work with ES6 (like array.find()). I don't know e...

Top Contributors