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

Articles

Quick Messages in Email Client

Hola Community, Here is a short video to understand Quick Messages. Quick Messages are templates that can be used to pre-populate the email body. Please mark this article as Correct Answer/Helpful if it helped you. Cheers, Hardit Singh Connect with m...

Community Alums by Community Alums  
  • 1671 Views
  • 1 comments
  • 5 helpfuls

Script - Get table based on sysId

//Find table based on sys_id.This script should be run as admin user in global scope. Script gives output as table name and sysId Link to video:https://youtu.be/_DT34P734NA github link : https://github.com/anilvaranasi/ServiceNow //Developed by Srini...

Rollback Import Sets

  Import sets are a wonderful tool for importing data from various sources, but one tiny mistake in the data or the transform map can lead to an entire data set being corrupted. With no straightforward way to revert the changes, we need to resort to...

find_real_file.png
Paul38 by Tera Guru
  • 6615 Views
  • 1 comments
  • 1 helpfuls

Script: Which node a user is logged into?

The following piece of code determines and returns the node which a specified user is logged into.   How to use: Replace variable username by the user IDExecute as background script / fix script   (function () { var username = 'admin'; //sys_user.u...

Alex240 by Giga Expert
  • 2837 Views
  • 3 comments
  • 8 helpfuls

Open Flow designer Faster - Utility

Open Flow Designer Faster - Utility I was using flow designer extensively these days for designing the integration process, approval processes, and or fulfillment process. So, I thought to create a small utility to open flow designer with a singl...

MrMuhammad by Giga Sage
  • 414 Views
  • 1 comments
  • 1 helpfuls
Top Contributors