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

Articles

Dude, where's my (ServiceNow IDE) stuff?

I created a new app using the ServiceNow IDE last week and didn't immediately add it to source control. I went back and did so later, using the cmd-shift-p "git:" commands to initialize, commit, set git credentials, set remote origin and push.   Grea...

JonGLind_0-1729013251251.png JonGLind_1-1729013357285.png
Jon G Lind by ServiceNow Employee
  • 561 Views
  • 1 comments
  • 2 helpfuls

Import Set API - Goodbye SRAPIs?

Back Story I’m often presented with asks to enable technical users and engineers in other IT departments for the ability to allow them to easily integrate with the ServiceNow platform without a complex project workpiece being needed to design the int...

find_real_file.png find_real_file.png

Types of Errors, Causes & Solutions in Update set

Hi guys, Most of us face common types for update set errors while previewing them. This article will help you solve some of them.   Could not find a record in sys_ui_policy for column ui_policy referenced in this update Type of error : Missing object...

Mayur2109 by Kilo Sage
  • 6968 Views
  • 1 comments
  • 19 helpfuls

Multi-Row Edit Feature

Are you sick and weary of altering one record at a time? There's an improved method! You no longer need to go through each record one by one in order to update numerous records at once using Multi-Row Edit. When managing several updates throughout y...

Harsh_Deep by Giga Sage
  • 3719 Views
  • 3 comments
  • 7 helpfuls

Useful String Methods

Length The length property returns the length of a string. var txt = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; var sln = txt.length; IndexOf The indexOf() method returns the index of (the position of) the first occurrence of a specified text in a string var str ...

Set Catalog Variables from URL Params (Free tool)

I've had this question come up over and over again in my career: "How do we populate variables on a catalog item or record producer, from the URL?"  There are a couple of ways to do this, but often you'll see one-off solutions that require custom cod...

find_real_file.png
Top Contributors