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

Articles

ServiceNow Translation Resources (Articles, Blogs and video) from Community (40+), YouTube (16+) and ServiceNow Doc sites (4)

ServiceNow® Dynamic Translation is a new feature started from the New York release. This feature become more reliable on Quebec release. The propose of this article is to summarize all learning resource from multiple resources (https://community.serv...

Creating a Windows MidServer in Quebec EA

Purpose: The purpose of this article is to provide a step-by-step guide to stand up a MidServer. I used Quebec to future proof this as much as possible, but this should be very close to the procedure in Paris as well. ServiceNow Version: Quebec EA In...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
DaveSays1 by ServiceNow Employee
  • 1955 Views
  • 3 comments
  • 3 helpfuls

How to use Unsubscribe a Record Watcher.

The problem. When designing widgets, we often want to use a record watcher to notify us that the data we are monitoring has changed. To achieve this we would normally use spUtil like this spUtil.recordWatch($scope, "<name of the table>", "<filter con...

Python integration to ServiceNow

############Python script to create incident############## #Need to install requests package for python #easy_install requests import requests   # Set the request parameters url = 'https://devXXXX.service-now.com/api/now/table/incident'   # Eg. User ...

Top Contributors