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

Notify Provider Selector - Demystified

Using the Notify Provider Selector    As a part of the Notify framework, one has the option to configure multiple conference providers. This can be challenging as there could be complex use cases which need to be considered for allowing a specific pr...

AyushGoel_0-1699898308046.png AyushGoel_1-1699898399764.png AyushGoel_2-1699898487233.png AyushGoel_4-1699898989014.png
AyushGoel by ServiceNow Employee
  • 2541 Views
  • 2 comments
  • 6 helpfuls

Glide Form Methods in ServiceNow

What is Glide Form and usage (g_form): The Glide Form is client-side API, mainly used to change default behavior of the current record. Glide Form methods are only running on the client side (Browser). The global object g_form is used to access Glide...

Collapse Variable Annotations on Catalog Tasks

One of the biggest complaints from our fulfillers is the expanded annotations in the Variables section of Catalog Tasks.  Since we pack the annotations with non-technical, customer-facing information on how to submit the form correctly, and because t...

50 ITSM Requirements and Solutions

50 ITSM Requirements and Solutions, see below for more details.Topics Covered :● Scheduled Script,● Business Rules● Email Script● Client scripts● UI Macro, UI Action● Notification - Event - Scheduled Script● Data source- onBefore Transform Map Script...

Ankit Dubey6 by Tera Contributor
  • 4582 Views
  • 2 comments
  • 19 helpfuls

Digital Portfolio Management – Toolkit

Welcome to the Digital Portfolio Management (DPM) Community series!     CHECK OUT OUR LATEST ARTICLE THAT GIVES STEP BY STEP GUIDANCE ON IMPLEMENTING DPM AND MATURITY MODEL HERE - Digital Portfolio Management - Adoption Playbook    DPM Overview:  Di...

Screenshot 2024-04-23 at 4.43.19 PM.png n_kaura_0-1712958073480.png Picture1.png Picture2.png
n_kaura by ServiceNow Employee
  • 8562 Views
  • 3 comments
  • 13 helpfuls

Using the Variable Auto-populate Feature with Variable Sets

The variable Auto-Populate feature, introduced with the Utah release, has been for me the most exciting new functionality in the Service Catalog space since the introduction of the multi-row variable set.  Now that I have had a chance to use it, and ...

BradBowman_0-1699966753630.png BradBowman_0-1699988176867.png
Brad Bowman by Mega Patron
  • 17994 Views
  • 6 comments
  • 25 helpfuls

How to Generate PDF from UI action.

Generate PDF from UI action   Sample code :    You can use the below code in your UI action to generate a PDF.     function generatePDF(){ var sysparm_table = g_form.getTableName(); var sysparm_sys_id = g_form.getUniqueValue().toString(); var link='h...

Submit catalog request using Service catalog API

We can utilize the Service catalog API to raise catalog requests from external applications when integrating third-party applications with ServiceNow. We'll need two important APIs to submit the request > Add Item To Cart (POST) > Submit Order (POST...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Sai Kumar B by Mega Sage
  • 32697 Views
  • 6 comments
  • 17 helpfuls

Import Set and Import Logs

I have realized that with San Diego, in the baseline configuration, import logs are not created when you import something using the transform maps. In order to enable the import logs again, you have to create this property and set it to true: glide.i...

How to Integrate CIM with other task tables

ServiceNow CIM app provides a structured and systematic way to collect improvement initiative across different applications on ServiceNow platforms. This helps in breaking silos across different processes when it comes down to improvement related ini...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Manjeet Singh by ServiceNow Employee
  • 2965 Views
  • 1 comments
  • 4 helpfuls

ITSM Customer Workshop Preparation Guides

Before starting implementation, it's always a good idea to conduct a process workshop to verify processes and identify requirements. To be prepared for the workshop, we've provided guides that outline what resources -- people and content -- to have p...

ServiceNow by Administrator
  • 3871 Views
  • 2 comments
  • 4 helpfuls
Top Contributors