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

Articles

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

Calling All Developers & Architects - CreatorCon 2018

CreatorCon is the developer conference within Knowledge18. There are lots to see, learn, experience, and get excited about at this year’s CreatorCon. Sessions Choose from more than 100 hands-on workshops and demo-led sessions covering all aspects of...

find_real_file.png
Lily Li by ServiceNow Employee
  • 717 Views
  • 1 comments
  • 1 helpfuls

nowGurukul ServiceNow Hands-On Challenge 2024 #Week_2

 ServiceNow Community - “Discipline is choosing between what you want now, and what you want most.”  Challenge Introduction:- In order to strengthen the ServiceNow hands-on skills , each week a challenge will be posted and you need to implement the s...

nowGurukul by Tera Contributor
  • 12028 Views
  • 52 comments
  • 44 helpfuls

Client Script

Hello Community, Hope you are doing well!   Today I am going to share some client script & their types with some example. Hope it will helpful to you!! 1. Client Scripts : -------------------------In ServiceNow, client scripts are scripts that run on...

Top Contributors