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

Articles

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
  • 2961 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 ...

Now Experience Framework Features and Tools (App Engine, UI Builder, Dashboard Builder, Workspace, Portal, UI Builder Event, Catalog Item) Labs

What is ServiceNow Now Experience Framework? Now Experience framework was originally introduced in 2020 as a new tool for building ServiceNow custom UI/UX and web applications. Now Experience framework became available from Orlando release but everyt...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
John Zhang1 by Kilo Patron
  • 6504 Views
  • 1 comments
  • 12 helpfuls

3. Fake it 'til you Make it. Integration secrets for Sales, SEs, and even *GASP* Marketing.

Let's put this baby to bed! The final thing we really need to do is integrate flow from the outside world into ServiceNow and then write it back to our original source to make our little REST API Trigger a true integration example. At this point we a...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Top Contributors