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

Articles

Unzip a file using script

Introduction In one of the integration, the zip file was sent as a response. Due to the complexity of data I had to parse it manually and cannot use Data source. When I searched around, cannot find any solution. So I build the below logic to unzip th...

Mahesh Mani by Tera Contributor
  • 7831 Views
  • 13 comments
  • 4 helpfuls

Favorite Manager

Favorite Manager  Favorite Manager is a utility that can be used to arrange your Favorites (Bookmarks) into Groups using a simple drag-and-drop interface. The Groups can then be shared with team members or migrated from one SN instance to another.You...

find_real_file.png
Doug5 by Tera Contributor
  • 2384 Views
  • 5 comments
  • 1 helpfuls

Display fields with broken references

  ServiceNow is built upon a database consisting of tables, which are collections of records. Each record corresponds to a row in a table, and each field on a record corresponds to a column on that table. Users can enter data in fields in many diff...

MaikSkoddow_0-1674966699581.png MaikSkoddow_0-1674917320088.png MaikSkoddow_0-1674966151845.png

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

Top Contributors