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

Articles

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
  • 2146 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
  • 2468 Views
  • 3 comments
  • 3 helpfuls

FQA of Incident Management

Get started with Incident Management and check out these FAQs about process, states and more on Incident.  We'll go over a few aspects like: Basic understanding of Incident ManagementThe Incident Management LifecycleMajor Incident ManagementAnalyzing...

UI and Data policies

Hello Developers, Please find below article to understand the basics about UI and Data policies.    UI and Data Policies UI Policies and Data Policies can help to prevent users from accidentally (or intentionally!) making certain changes in our datab...

Some important daily use scripts

While reviewing community questions, I decided to write an article having some common useful scripts. 1. How to get duplicate records. /* Below script will return all the duplicate records sys_id and display name except the oldest one. Due to below ...

find_real_file.png find_real_file.png
Top Contributors