Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

ServiceNow AI Platform articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

How to create a multiple-selection input variable with the ability to provide additional information per each selection

How to create a multiple-selection input variable with the ability to provide additional information per each selection, via a ServiceNow Service Portal catalog item. #servicenowdeveloper #serviceportal https://twitter.com/moodycoda https://www.linke...

Mike Moody by Kilo Guru
  • 11143 Views
  • 1 comments
  • 7 helpfuls

Asynchronous Scripting in ServiceNow

Why do we need asynchronous scripting?As per the MDN guide,In its most basic form, JavaScript is a synchronous, blocking, single-threaded language, in which only one operation can be in progress at a time. But web browsers define functions and APIs t...

Resuming a Cancelled Workflow

I am writing this article to show how a cancelled workflow can be resumed. This came about due to a customer where several workflows got cancelled due to a looping workflow that exceeded the "Max Activity Count" Workflow property.   The "Max Activity...

workflowcontext_1.jpg Transition_History_2.jpg workflowactivity_3.jpg ShowXML_4.jpg
joe_steinfeld by ServiceNow Employee
  • 26605 Views
  • 13 comments
  • 9 helpfuls

GlideRecord in MID Server Script Include?

Have you wondered if you can use GlideRecord in MID Server Script Include? Yes, you can. Most of the articles will talk about using the REST APIs (Package calls) but we can simply use GlideRecord instead.   Snippet: Navigate to MID Server > Script In...

chirag_bagdai by ServiceNow Employee
  • 4069 Views
  • 5 comments
  • 3 helpfuls
Top Contributors