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

Forum Posts

How modify UI catalog item? (HTML/CSS/DOM)

Hi everyone.  I am a new user of servicenow instance. I need to modify the UI from a one catalog item.  For example I would like to change the color and font of the "Assets" title or for example delete definitively  the "Remove all" button. I don't k...

find_real_file.png
Juampi by Tera Contributor
  • 816 Views
  • 1 replies
  • 2 helpfuls

Resolved! Is it possible to iterate through a GlideRecord query twice

Hi all, was wondering if it's possible to iterate through a GlideRecord twice. This is just an example I whipped up, wondering if resetting the iterator is possible. E.G. var user = new GlideRecord('sys_user'); user.addQuery('user_name','jason'); use...

jasonkist by Giga Guru
  • 1468 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to change the a message in Service Portal

I wanted to change the message for these two images that are attached, i went into the widget and couldnt find anything specific, has anyone had experience with this or may know something, any help is appreciated, thanks

HenryD by Tera Guru
  • 1911 Views
  • 3 replies
  • 2 helpfuls

Import set row transform ignored by onBefore script

Hello!Does anyone have any idea what could cause an import set row to ignore an onBefore script in the transform map?Please see below screenshot. For the same record (but different row # in each night's import set), it is sometimes gets ignored by th...

find_real_file.png
jleyco by Mega Contributor
  • 7046 Views
  • 8 replies
  • 4 helpfuls

How to access a jdbc data source, start a loop -change the sql, trigger the data source and the associated transform map in a "fix" script, this is to create pagination - to avoid getting the "max. payload error" that we are getting - please answer w

When I try to execute a jdbc data source - it is failing with "max payload error". So I have to create a fix script (recommened by our servicenow contact) which should bring in limited records at a time - and load them to our table in a loop till all...

sundar15 by Kilo Contributor
  • 1355 Views
  • 4 replies
  • 0 helpfuls

Resolved! Knowledge - uploading videos to knowledge base

Hello, I am trying to upload a video (mp4 format) to the knowledge base. It isn't working - it just has been trying to load for about 10 min (see screenshot below). Does anyone have any tips to get videos uploaded to knowledge base articles?THanks ! ...

find_real_file.png
Sandy7 by Tera Expert
  • 2178 Views
  • 9 replies
  • 1 helpfuls

Resolved! Can I generate a .jil (.txt) file in workflow script?

I need to create a .jil file in a script. The file needs to contain several static values, as well as dynamic values that come from variables on a catalog item. Once created, I need to attach the file to an email to send to a fulfilment group. How ca...

qwertyflop by Tera Guru
  • 1035 Views
  • 3 replies
  • 0 helpfuls

Trying to change State via API

Hi all! I'm working with an integration acct that is creating/updating Incident tickets in ServiceNOW and am struggling with the ability to update State specifically. My implementation has some customizations including renaming of some fields, so we ...

bea by Kilo Explorer
  • 7366 Views
  • 9 replies
  • 1 helpfuls

Resolved! Approval Table query ?

Hi team , I want to trigger event from business rule from approval table for specfic condition , how to achieve configuring the condition ?   Sys approval table - when to run condition 1)  State is approved ( Here If manager and 2nd level approval ar...

sukran by Mega Sage
  • 1351 Views
  • 4 replies
  • 0 helpfuls

Building catalog item in App Engine Studio

Hi All, I'm new to App Engine Studio. I want to build a New Catalog item using App Engine. Below are few of the requirements which I'm not sure is achievable using App Engine. 1. creating 2 column view. 2. I want to populate some of the variable valu...

Resolved! OK and Cancel buttons on pop-up - Resolve dialog form view

Hi, In problem workflow, I edited the form "Resolve dialog form view" and want to be displayed as pop-up on "Resolve" button.  I edited the UI Action - Resolve, with the script: -------------- function onResolve() { var tableName = 'problem'; var sys...

adinad by Tera Guru
  • 5203 Views
  • 22 replies
  • 1 helpfuls

how to set value using g_form.setvalue()

function onSubmit() { //Type appropriate comment here, and begin script below var a=g_form.getValue("state"); var b=g_form.getValue("hold_reason"); if(a==3 && b!='') { g_form.setValue("state", 4); g_form.setValue('hold_reason',b); here the value of ...

JA8 by Kilo Contributor
  • 42479 Views
  • 3 replies
  • 1 helpfuls