The CreatorCon Call for Content is officially open! Get started here.

ITSM articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Embed surveys in Microsoft Outlook

ServiceNow provides an easy way to send your survey to multiple people through email using the the Outlook Actionable Messages plugin. Users can answer the survey questions and submit the survey from the email client instead of opening the survey in ...

find_real_file.png find_real_file.png find_real_file.png
Akash37 by ServiceNow Employee
  • 7468 Views
  • 11 comments
  • 4 helpfuls

Change Management - Lead Times

When implementing Change Management you're always going to need to calculate Lead Time for a Change to be implemented. Lead Time means how much time (in terms of days) are in advance before a Change can be implemented. Key factors are Planned Start D...

find_real_file.png
Oscar Lopez by Mega Guru
  • 21308 Views
  • 9 comments
  • 16 helpfuls

PUSH notifications Setup on ServiceNow Mobile Agent App

This article will help to setup the push notifications for Agent App. Follow below steps. 1. Create applet on the mobile studio under ITSM Mobile Agent or your scoped application. After creation of applet get the sysid of applet go the sys_sg_scree...

Pavankumar4_0-1669808304525.png Pavankumar4_1-1669808389958.png Pavankumar4_2-1669808477054.png Pavankumar4_3-1669808790158.png

Create a Button to add attachment on a ticket

Hi All, In case you are wondering how do I upload an attachment by clicking on a Button in a form please follow below steps:   1. Create UI Action: Navigate to System Defination -> Click on UI Action Module -> Click on Create New   2. Fill all the de...

find_real_file.png find_real_file.png

ServiceNow CSA (Admin) Study Materials

Hi Friends, Few Days back I had posted an article related to ServiceNow Implementation Certification which included the study materials which I had followed to clear the Implementation Certification in ITSM.I am creating this article to attach the sa...

Angshuman3 by Mega Guru
  • 10364 Views
  • 4 comments
  • 33 helpfuls

Add Attachments to the Email Client Template automatically

To add all the attachments in the Email Client Template please follow the below procedure: Create a Business Rule on the sys_email table with conditions before insert. Script :     var att = new GlideRecord('sys_attachment');    att.addQuery('table_s...

Managing Outages within a Service Management Environment

An IT outage is when computer systems or networks stop working correctly, often due to hardware issues, software glitches, or other unforeseen events. This disruption can lead to downtime, impacting productivity and business operations. To minimize s...

ChrisShakespea_0-1701702272720.png ChrisShakespea_5-1701702551337.png ChrisShakespea_4-1701702515836.png ChrisShakespea_6-1701702666304.png

Access Parent/Other variables inside MVRS

How to Access parent/other variables from MVRS ? As we all know that on click of an add button in MVRS we can access variables only which is in MVRS and there are many scenarios we would need some value from the parent/main form. So here is a trick t...

find_real_file.png find_real_file.png find_real_file.png
Chalan B L by Giga Guru
  • 9265 Views
  • 11 comments
  • 12 helpfuls
Top Contributors