Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

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...

Servicenow SSO allow User login for both SSO and Local Login

Servicenow SSO allow User login for both SSO and Local Login   Done setting up SSO Successfully ? Wondering how to allow users login via both SSO and local login ? Here is the solution with 3 steps to fix it...   Step1 : Navigate to > sys_properties ...

Community Alums by Community Alums •  
  • 7088 Views
  • 2 comments
  • 3 helpfuls

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