Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Articles

Call AI Search Using Script

We can call AI search in server side script. ServiceNow has provided one OOB script include(AISASearchUtil).Before calling that script include make sure you are in global scope.In the below script I have extracted KB articles from the response of the...

Convert an RITM to an Incident

***** Article Updated to work with latest versions of ServiceNow ***** So you've got a nice shiny new portal and customers are loving the new Service Catalog. Then the inevitable happens, requests start coming in for issues that need to be treated as...

ui_action_controls.png ui_action_form.png

Create your own Dynamic Filters

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Dynamic Filters, a functionality within ServiceNow that has been around for a while now. Dynamic Filters is a bit underutilized in my opinion. We probably al...

find_real_file.png find_real_file.png find_real_file.png

GlideSystem and GlideAggregate

  GlideSystem (gs) - the utility belt GlideSystem is the utility API available in all server-side scripts via the gs global object. It provides methods that are used constantly across the platform.   Logging - gs.info(), gs.warn(), gs.error(), gs.deb...

Confused by ServiceNow licensing?

Many companies either pay more than they should, don’t fully use what they’ve paid for, or assign licenses in a way that just doesn’t make sense. The worst part? Most don’t even realise it.   Why ServiceNow Licensing Feels So Complicated Understandin...

Tushar by Kilo Sage
  • 13951 Views
  • 2 comments
  • 5 helpfuls

Hide Incident Summarization on the Incident Details Tab

Overview This article shows you how to hide the AI-generated Summary component from the Incident record Details tab in Service Operations Workspace. The AI-generated Summary feature is enabled by default on both the Overview and Details tabs of the I...

Existing_UX_Property.png Updated_UX_Property.png
AdiSingh by ServiceNow Employee
  • 1446 Views
  • 2 comments
  • 0 helpfuls

Why You Should Never Add Records to an Update Set

Update Sets are one of the most widely used deployment mechanisms in ServiceNow. However, a very common — and risky — practice still exists in many projects: adding data records to Update Sets using the “Add to Update Set” UI Action. This article exp...

sarah_bioni by ServiceNow Employee
  • 2864 Views
  • 4 comments
  • 5 helpfuls

How to add a notification in Workspace

Goal: You want to configure notifications in a UIB workspace so that users receive immediate updates about records they need to work on without leaving the workspace. For example, to receive a notification when a record is assigned to a user like bel...

find_real_file.png
Marc Mouries by ServiceNow Employee
  • 11765 Views
  • 10 comments
  • 17 helpfuls

Reference Qualifiers in ServiceNow

Reference qualifiers in ServiceNow are filters that restrict the data that appears in reference fields. They help refine the choices available in a reference field by defining conditions that the referenced records must meet.   Types of Reference Qua...

Screenshot 2023-12-16 at 4.01.21 PM.png
Community Alums by Community Alums  
  • 63811 Views
  • 7 comments
  • 81 helpfuls

Import On-Demand: Automate File Imports using ServiceNow

This functionality enables users to upload files (like Excel spreadsheets) through a catalog item and automates importing and transforming the data. The process upon submission, imports the file, transforms it and updates the target table, deletes th...

cat item 1.png cat item 2.png data source.png script include.png
Kalisha_m by Tera Guru
  • 17649 Views
  • 16 comments
  • 27 helpfuls
Top Contributors