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

Articles

Use of Look up select box variable on service catalog

Use of Look up select box variable on service catalog Requirement: On service catalog form we need to show value of three fields from Budget Center in single variable.Using normal reference variable type it was not possible to show multiple values i...

find_real_file.png find_real_file.png

Notify using Scheduled JOBS in ServiceNow

Scheduled Jobs are automated pieces of work that can be performed at a specific time or on a recurring schedule to automate email notifications to users based on several requirements. In here, we will talk about a simple example which notifies Incide...

Quick Script to update empty Asset Tags of assets in Asset Management

Hi Guys, We recently faced an issue when we moved to London. The asset tags were not being generated for the newly created assets. We fixed the issue of creation of asset tags but there were some assets left without an asset tag. I created a 'Fix Scr...

Community Alums by Community Alums  
  • 2261 Views
  • 4 comments
  • 3 helpfuls

Instance Scan IntegrationHub Spokes (“Execute Combo Scan”, “Execute Scoped Apps Scan”, “Execute Update Sets Scan”)

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   The content described in this content, has been made unnessary with the introduced of three similar out-of-the-box IntegrationHub Spokes with the Rome family release.   ...

find_real_file.png find_real_file.png find_real_file.png

Generating SHA 256 Hash for a given String in ServiceNow

If you are in a Situation where you have to Generate SHA 256 Hash for a String, then there is no direct way/OOB way of generating it in ServiceNow. Thanks to Pava Narayan Jadda [ @jpavanaryan ] for the idea and content.  Usage Example:  var sha256Obj...

ARG645 by Tera Guru
  • 4964 Views
  • 1 comments
  • 3 helpfuls

How to create Tables and Best practices

Hello Community, Tables are the base of ServiceNow. Here is a video to understand or refresh all the concepts of creating tables in ServiceNow. Following topics are covered in this: How to navigate to existing tables Base tables in ServiceNow How to ...

GlideRecord API

Hi Community, This API is almost used everyday by ServiceNow developers.Interviewers definitely ask questions around this.This API is used for CRUD operations.This API brings back records from database.Yes, it's the GlideRecord API. . We need to be r...

Duplicate Ticket Reduction

Most of our incidents are created from inbound emails sent by devices out on customer sites. Unfortunately, some of these devices keep sending the same error emails over and over again until someone fixes the root cause which results in us having a l...

Encoded Query Input box

Ever find yourself wishing you could copy and paste an encoded query from a script and apply it to a list in the UI?  You can of course easily get an encoded query from filter breadcrumbs by right clicking. But there is no input for applying one with...

find_real_file.png
Top Contributors