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

How to use the Form component

  Add the Form component to the Page Drag and drop the Form component on your page.  Add a "Glide Form" data resource Go to Data Resources ( icon database on the left toolbar)Click +AddSearch for "glide form"In the section, "@servicenow/now-record-fo...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Marc Mouries by ServiceNow Employee
  • 8439 Views
  • 13 comments
  • 15 helpfuls

Embed a Widget with Options in a Catalog Item

Intro In my current role, the need has come up to do some pretty complex things on Service Catalog Items running on Service Portal. Service Portal widgets are useful for building and containing complex pieces of business or presentation logic, but ty...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
KevinCuster by Tera Contributor
  • 5370 Views
  • 2 comments
  • 8 helpfuls

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
  • 443 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
  • 4383 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
  • 2136 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 ...

Top Contributors