The CreatorCon Call for Content is officially open! Get started here.

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
  • 9206 Views
  • 3 comments
  • 20 helpfuls

Zurich's new run types for scheduled jobs

Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field   Hi there,   One of my Zurich release favorites: Scheduled jobs got enhanced with three new run types and two new advanced options, making scheduling a lot more flexible ...

01. Yokohama.png 02. Zurich.png 03. Day in Month in Year.png 04. Day in Week in Month in Year.png

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
  • 17485 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
  • 37276 Views
  • 58 comments
  • 172 helpfuls
Top Contributors