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

Articles

Get Familiar with Agentic Workflows & AI Agent

     We used to design services. Now we’re designing the thinking behind them. With ServiceNow’s AI Agentic Workflows, you're not just setting up automation, you’re training digital coworkers that can plan, reason, and get things done.   This hands-...

Screenshot 2025-08-11 at 14.41.20.png LuisEstefano_1-1755986288719.png LuisEstefano_2-1755986390784.png LuisEstefano_4-1755986654596.png
Luis Estefano by ServiceNow Employee
  • 7637 Views
  • 1 comments
  • 18 helpfuls

Copy Attachments better with Subflow

For the longest time, the go-to method for copying attachments across various records in ServiceNow has been business rules utilising the GlideSysAttachment class. But this approach usually backfires when we try to copy attachments bi-directionally, ...

copy_attachment_subflow_name.png copy_attachment_subflow_properties.png copy_attachment_subflow_inputs.png copy_attachment_subflow_action.png

Get Protected Script Include Code

We can get all the functions created in the protected script include using below code. var instance=new scriptIncludeName(); /**name of script include**/ var list=[]; for(var prop in instance){ gs.info(prop); var temp=instance[prop] instance...

ServiceNow HRSD (Tutorial Article Part - 1)

Hello ServiceNow Family, I have started a Article series on more compelling Module ServiceNow Human Resources.   In many companies, HR spends a significant amount of time on repetitive tasks such as responding to emails, managing chats, and using...

RaviGaurav_0-1716287715836.png RaviGaurav_1-1716287842824.png RaviGaurav_2-1716289161582.png RaviGaurav_3-1716290618642.png
Ravi Gaurav by Giga Sage
  • 17008 Views
  • 19 comments
  • 73 helpfuls

Personas and Roles - Bringing order to access chaos

Managing access to specific users or groups of users can be confusing. It is helpful to agree on terminology in the first place:   A role (in the ServiceNow context) is a type of configuration that links users or groups to specific access rights (lik...

Save Catalog Items as draft

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   Turning the Release Testing Preview (RTP) Release Notes for the Washington DC release inside out, there was a wow moment... "Let your catalog item requesters...

01.png 02.png 03.png draft.png
Mark Roethof by Tera Patron
  • 36767 Views
  • 58 comments
  • 172 helpfuls

Peer Review Checklist

Why execute Peer Reviews? A review from a peer (eg, another developer) is essential to help reduce human error and close quality gaps. Nothing is perfect and that is especially true for configuration. Spotting issues as early as possible reduces risk...

Daniel Pettet by ServiceNow Employee
  • 6998 Views
  • 7 comments
  • 13 helpfuls

Display Business Rule and g_scratchpad

Hi, In this article, I will explain the usage of Display Business Rules and g_scratchpad with 1 small requirement Requirement: When creating a new problem task from Problem view i want to populate few fields of problem into the problem task such as A...

find_real_file.png
asifnoor by Kilo Patron
  • 27279 Views
  • 8 comments
  • 45 helpfuls

Custom Event Queues

ServiceNow’s event queues are mechanisms used to manage and process system events asynchronously. Events trigger actions based on conditions, enabling tasks such as notifications or workflows.When examining the Events [sysevent] table, you’ll notice ...

event_queue_log.png event_queue_log_empty.png text_index_events_process_record.png reminder_queue_record.png
Top Contributors