We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Email Layouts and Mail Script

Hi, We have email layouts set up but we've been unable to work out how to have one template to serve all notifications. Instead, we've created several layouts that pull in the sys_class_name and then have an operator word in the header. For example: ...

Resolved! Using external jquery library in service portal

I'm trying to add a library I've used as a scroller in CMS, but I'm having trouble figuring out how to get it to work in Service Portal. Here is a link to the jquery plugin:GitHub - wmh/jquery-scrollbox: A simple, lightweight jQuery plugin to scroll ...

AnnMarieC by Tera Guru
  • 5404 Views
  • 6 replies
  • 0 helpfuls

Resolved! Hide Catalog Item Image in Portal

Hello all, Is there anyway to hide catalog item image in portal. It has to be in maintain item but it should not be visible in portal.

find_real_file.png
Vikram3 by Tera Guru
  • 2356 Views
  • 3 replies
  • 0 helpfuls

Resolved! Sys_user Audit Report

Hey all,I am attempting to create a report to audit all changes to the sys_user (name, location, status, etc.).   However, my issue lies in the fact that I require some detailed information about the changes to each user that are not included in the ...

Travel management application

I was asked in an interview, Could someone help me step by step process for the request.  User will create a new travel request -> sent to Admin for review/approval ->if approved, sent to process manager for approval -> after approval, sent to Genera...

Keshav5 by Kilo Contributor
  • 2577 Views
  • 4 replies
  • 2 helpfuls

Variables not displayed in RITM and SCTASK

Hello! I have a catalog item containing variables set to Global = true. However, these variables are not displayed in the RITM and SCTASK. Please help on why these variables are missing! Thank you.

ceraulo by Mega Guru
  • 6468 Views
  • 13 replies
  • 3 helpfuls

Resolved! Dot walk to CI class field

I'm doing a g_form.getReference on the cmdb_ci field in a client script for incidents.  I'm trying to dot walk to a specific filed that is part of a specific class.  The filed is only on this class and when I do ci.u_service_level I get undefined.  W...

brianlan25 by Kilo Patron
  • 2207 Views
  • 7 replies
  • 0 helpfuls

Resolved! Incident templates

Hi all, How can I migrate incident template from one instance to another? Is there an option for list view of incident templates to export/import as XML? If not any other options?   Regards

Sam198 by Mega Guru
  • 2029 Views
  • 2 replies
  • 0 helpfuls

capture screenshot

Hello All, I have a requirement of taking screenshot of incident form on demand using an UI action and then adding it as an attachment to the incident form. Thanks

mudgal137 by Tera Contributor
  • 5295 Views
  • 1 replies
  • 0 helpfuls

Resolved! Regex in script include

I'm trying to process a regex replace in a script include. The code will work in a background script, but fails in a script include. regex: function(input) { gs.info('input= '+input); var cleaned = input.toString().replace(/[-+()\s]/g, ''); gs.info('...

JusCuz by Tera Guru
  • 4605 Views
  • 6 replies
  • 6 helpfuls

Incident Header and footer through email scripts

I am trying to add headers and footers through email scripts to the incident notification. I know there is a static way of just pasting the image in the email body, but i want to do it through an email scripts. Can anyone help me with the steps to do...

amap by Mega Contributor
  • 2924 Views
  • 4 replies
  • 0 helpfuls

Notification SMS Alternate logs

Is there a way to see in the logs how was delivered a notification with a template where the field Sms alternate has some information and variables defined?

find_real_file.png