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

Articles

ServiceNow Tips and tricks: Simple and effective

Hello, Good morning, Are you looking for tips and tricks which help you to save time and effort on now platform? Below are a few helpful things that make your developing experience or instance managing to another level. 1. Shortcuts: You can use the ...

find_real_file.png
Community Alums by Community Alums  
  • 5918 Views
  • 7 comments
  • 17 helpfuls

Conversational Interfaces

You can enable your users to engage with virtual agent and live agents using ServiceNow® Conversational Interfaces. These interfaces provide conversational experiences for your users in the chat channels that they prefer. Visit these product hubs to ...

britta by ServiceNow Employee
  • 2970 Views
  • 3 comments
  • 2 helpfuls

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
  • 8434 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
  • 12057 Views
  • 13 comments
  • 8 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
  • 2785 Views
  • 5 comments
  • 3 helpfuls
Top Contributors