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

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
  • 2491 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
  • 10649 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  
  • 62989 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
  • 16514 Views
  • 16 comments
  • 27 helpfuls

Uplift your HealthScan score: Differs from baseline

Hi there,   Big change you've seen or even had to deal with the official ServiceNow HealthScan Scorecard at customers. The "ServiceNow HealthScan Scorecard provides an automated review of an instance". The PDF document optionally is accompanied with ...

01.png

Service Catalog Categories as Cards/Tiles

I’ve seen a number of posts in the community asking for a Service Portal widget that displays Service Catalog categories (or subcategories) in a card/tile-view.  Below I’ve attached code for 3 versions of such a widget.   Version 1: Tile with categor...

find_real_file.png find_real_file.png find_real_file.png NiaMcCash_0-1672868141374.png
Nia McCash by Mega Sage
  • 28480 Views
  • 52 comments
  • 24 helpfuls

GlideAjax Example Cheat Sheet

Click here for an updated version of the GlideAJAX Example Cheat Sheet   It can be hard to remember all of the Client and Server elements of a GlideAjax call. I created a simple example with color coding to help make sure I don't miss any of the deta...

Top Contributors