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

ATF Server Side Script Step for Change Risk Assessment [HOWTO]

ServiceNow do not provide in the change process the Risk Assessment calculation via ATF. Without risk calculation it not possible to proceed to the next step. Also, it is not possible to interact with the popup window of the questionnaire and to pres...

sergo11221 by Tera Contributor
  • 1808 Views
  • 3 comments
  • 3 helpfuls

REST Message: Create an Incident and fetch the incident number and sys_id from target SN instance using POST HTTP method

Scenario: Create an Incident on the target SN instance and fetch the created incident number and sys_id from target to source SN instance using POST HTTP method.   1] In the source SN instance on the Incident form: Configure -> Form Layout -> Add Cor...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Configuring Assessments and creating stakeholders

Hi, Appendix for this article can be found Here We use assessments to evaluate, score, and rank records from any table in the system. In this article we shall see how to configure assessment, create stakeholders and then generate assessments. Step 1:...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Hassan Ahamed by ServiceNow Employee
  • 3365 Views
  • 7 comments
  • 6 helpfuls

What is IT Change Management

What Is IT Change Management? Article by Don Hall  Change types (servicenow.com) Information Technology (IT) change management is a structured process for reviewing proposed IT system or service changes. This process occurs prior to implementing the ...

ITSM Standard Welcome Guide

Welcome to ServiceNow®IT Service Management Are you ready to start your ITSM implementation journey? This guide gives you valuable information you can share with your team, including proven guidance and links to key resources—all designed to set you...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

ServiceNow® Virtual Agent Deployment Guide

Congratulations on activating Virtual Agent!Are you ready to give your users instant service anytime and anywhere? Looking forward to a boost in agent productivity? We thought so—and we’re here to help. Here are some great insights and resources to...

ACL

ACL(Access Control List) An instance uses access control list (ACL) rules, also called access control rules, to control what data users can access and how they can access it.(Simply restricting data) ACL rules require users to pass a set of requireme...

Adding value to your IT Services

"With regard to excellence, it is not enough to know, but we must try to have and use it." ~ Aristotle Achieving excellence is a journey and not an overnight achievement those real-world organizations tend to strive for. A very evident question every...

Bulk load / Importing Standard Change Templates

Hey Everyone,   This articles explains how to bulk import the standard change templates using transform maps. The target table used is "std_change_proposal" Standard Change Proposal table.   To download the templates of any particular table follow th...

find_real_file.png find_real_file.png find_real_file.png
Laukik by Tera Contributor
  • 2308 Views
  • 1 comments
  • 1 helpfuls

Some more important daily use scripts - Part 2

Below are some more useful scripts 1. How to get data from server-side to client-side.     Get single string value    Create a client callable script include var AjaxUtil = Class.create(); AjaxUtil.prototype = Object.extendsObject(AbstractAjaxProcess...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png

Multi-line comments in notification template

One of the requirement I was working on in Servicenow was to generate a notification when an RITM is commented. The issue was as follows: When user enters multi-line comment on RITM for example: "This is a test This comment is on line 2" I used an em...

Varun30 by Giga Expert
  • 2526 Views
  • 3 comments
  • 3 helpfuls
Top Contributors