We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Articles

Test-Driven Code Generation

LLMs have made considerable progress since ChatGPT was made available to the public for the first time. And the quality of generated code improved greatly. Yet, the created code by far does not yet meet production standards and is not fit-for-purpose...

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
  • 6665 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
  • 535 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
  • 6461 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
  • 3424 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