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

Forum Posts

How to add into Update set deleted record?

Hi all,I know it's possible to force record to update set by the code below:gr.insert();var um = new GlideUpdateManager2();um.saveRecord(gr);However, how can I put into Update set the flag that the record is deleted?gr.deleteRecord();var um = new Gli...

petorepan by Kilo Contributor
  • 6658 Views
  • 7 replies
  • 8 helpfuls

Resolved! Screenshots for Knowledge articles

At one point, Per ServiceNow - .jpg format for images is not recommended for knowledge articles. We have a customer that is very interested in adding screenshots to their knowledge articles. Can anyone tell me with the London version of Servicenow, i...

Cupcake by Mega Guru
  • 1962 Views
  • 3 replies
  • 2 helpfuls

Resolved! Can I add widget functionality to header menu?

Hello! I've struggled with some advanced portal configuration and I can't find anything on google to answer these questions: I want to add a "menu item" to my header. However, I'd like this to not be a link to a specific site. Instead I'd like it to ...

JETLIFE by Kilo Contributor
  • 2521 Views
  • 2 replies
  • 2 helpfuls

Search page widget link page

HiI would like to change the page I am taken to when I select a result from the "search page" widget.I have used Search Sources, and populated the page I would like to go to Under Typeahead > page.This works if I select the search result from the typ...

find_real_file.png

Resolved! To prevent selection of change task planned start date & end date outside of change record planned start date and planned end date

Hi Team, I want to restrict the users to select change Task Start Date and End Date (I  mean it should not less than the change record planned start and end date) outside the Change planned Start Date and planned End Date. can some one help on this. ...

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
  • 5228 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
  • 2221 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
  • 2375 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
  • 6243 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...