Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Articles

CIS ITSM practice

https://quizlet.com/280777053/servicenow-itsm-certification-exam-2018-flash-cards/ https://quizlet.com/283949555/servicenow-itsm-implementation-certification-exam-march-2018-flash-cards/   https://quizlet.com/288200386/servicenow-itsm-implementation-...

Moving an update set for Custom Application Scope

We are able to move OOB configurations using update sets by XML or remote connection or team dashboard.   However when we create a custom application. In that custom scope update set, if we capture some configurations. But when we try to move this up...

Normal Change Request Templates - How To

Hi All - Just in case it is of any use to you. I have found a way to create templates for 'Normal Change Requests' without amending our workflows and keeping everything tidy. Background:- In our organisation we have a 'Standard Change' template catal...

Mark Prior by Tera Contributor
  • 18561 Views
  • 6 comments
  • 6 helpfuls

Business Requirement Template ITSM- Part 1(Incident Management)

Requirement gathering during the kickoff meeting is and will always be a crucial step. Since it’s a stepping-stone for any implementation, it’s crucial that it should not be messed up and it must go in a smooth way.   I am attaching the business requ...

Dhruvii by Mega Sage
  • 20916 Views
  • 20 comments
  • 100 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
  • 29465 Views
  • 9 comments
  • 18 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
  • 13327 Views
  • 3 comments
  • 27 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...

Top Contributors