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

Articles

Delegates in ServiceNow

Hello Developers, Have you observed that sometimes you receive emails in your instance even if you are not a member of any group that receives emails or have subscribed to any notifications? It is as a result of ServiceNow's Delegate functionality. ...

image_9840816b-626e-44b2-95ab-0b5f2f6db5c920230628_200337.jpg image_fad5dcc8-10c1-4092-b1c1-eeeee8224d8320230628_200349.jpg image_a5a1f9f5-e37d-4206-a5b7-34524c0da03920230628_200355.jpg
Community Alums by Community Alums  
  • 51623 Views
  • 8 comments
  • 48 helpfuls

ServiceNow Document Viewer

ServiceNow Document Viewer I cannot view attachments, when i click on the attachment view link  the file is downloaded instead view. If you should install "ServiceNow Document Viewer" plugin. Enable document viewer Document viewer is a platform featu...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 2964 Views
  • 2 comments
  • 6 helpfuls

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
  • 2183 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
  • 4320 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
  • 7676 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
  • 16489 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
  • 29431 Views
  • 6 comments
  • 17 helpfuls
Top Contributors