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

Utilizing the Script Editor

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Working with the Script Editor often, on Fix Scripts, Business Rules, Script Includes, Client Scripts, etcetera? And wondering about how to use it smarter, m...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Customize Slush bucket in ServiceNow

This article shows how to create customize slush bucket of any table and provide a better UI by creating a slushbucket popup dialog that allows users to select one or many groups. Selected Group and incident we stored on another table so that we can ...

ApprovalGroupSlushbucket.jpg

Manage Collaborators (is the new "Manage Developers")

  With the Rome release, ServiceNow introduced a new version of the well-known "Delegated Development" feature called "App Collaboration". With San Diego that plugin (com.glide.app_collaboration) is activated by default, which you can recognize by t...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Using the Link Function in Service Portal Widgets

The link function When creating new widgets, most of us are very familiar with the HTML Template, Client Script, Server Script, and SCSS fields. One of the lesser used fields is the link function field.  The link function is similar in a lot of ways ...

find_real_file.png find_real_file.png
Dan Conroy by • ServiceNow Employee
  • 34773 Views
  • 6 comments
  • 44 helpfuls

Starting with REST APIs - ServiceNow Integration Level 1

Hello, A brief introduction to ServiceNow integration via REST APIs is in here. You can kick start to explore REST methods within ServiceNow. UNDERSTANDING SERVICENOW INTEGRATION AND CAPABILITIES ServiceNow provides a variety of methods to integrate,...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Akash4 by • Kilo Sage
  • 22717 Views
  • 4 comments
  • 17 helpfuls

Before Query Business Rule & Dynamic Filter Use Case

Before Query Business Rule   Before query Business rule is a special type of business rule in ServiceNow that is used when we want to limit which records can users access from a given table. This type of business rule runs before a query is executed ...

RaviGaurav_1-1714896667104.png RaviGaurav_2-1714896691853.png RaviGaurav_0-1714896438558.png
Ravi Gaurav by • Giga Sage
  • 13915 Views
  • 2 comments
  • 11 helpfuls

Query Table from Chrome Bookmark Bar

I found myself repeating common queries over and over in ServiceNow. Often times I would want to open a new tab for this search, as it would be a quick one-off, and didn't want to disturb my other tabs. Lately I've been querying the sys_user table fo...

find_real_file.png find_real_file.png
brian_ by • Tera Guru
  • 1238 Views
  • 1 comments
  • 0 helpfuls

Script: Using split to use an array of SYS_ID's

Script: Using split to use an array of SYS_ID's   Sometimes, we need to deal with a list of SYS_IDs in our scripts, whether it's for updating records or performing other operations. The JavaScript split() function is a useful tool for splitting a str...

image
tiagomacul by • Tera Sage
  • 11102 Views
  • 7 comments
  • 7 helpfuls

Create delete button in Agent Workspace

* Business Challenge: The User has to delete the selected (one or more) records in related list of workspace. * Proposed Solution: OOB delete button is not present on list view because agent workspace have their own List Action buttons for the list...

Karthikeyan by • Tera Explorer
  • 1984 Views
  • 1 comments
  • 0 helpfuls
Top Contributors