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

Forum Posts

Resolved! Making an attachment mandatory in a catalog task

Hello all,So in a catalog item I created there are attachments that need to be mandatory based on the catalog tasks in the workflow. In the request the first catalog client script works correctly, but the other ones I created for the catalog tasks do...

find_real_file.png
gnunez by Kilo Guru
  • 16634 Views
  • 21 replies
  • 10 helpfuls

UI Builder Fit to screen

Hi Everyone, I have this page where I want to fit all the tables in the page. The incident table is an iframe with no specified width and 700px height. I'm wondering if its possible to make all the components fit to screen.  Like when i zoom in or ou...

find_real_file.png
Tadz by Kilo Sage
  • 1847 Views
  • 1 replies
  • 1 helpfuls

Why am i getting unreachable code on the following code?

Getting 2 error messages, first one says type is defined but never user and the second message says unreachable code can someone help with this?   var Bringattributeuser = Class.create();Bringattributeuser.prototype = Object.extendsObject(global.Abst...

MIck11 by Kilo Contributor
  • 2496 Views
  • 7 replies
  • 0 helpfuls

Resolved! can we use GlideAjax 2 times in the same client script?

Hello Guys, We have a onchange client script written to automatically set the values of the catalog item onchange of "Quote" field and now we introduced the MRV's and we also need to automatically populate the values in the MRV based on the "Quote" v...

Resolved! Hide Annotation with translation and an onload Client Script

Hi, i created the Annotation like this: The ID, i want to use to get access to the Anno the Text is my Key for the translation. No i tried: https://community.servicenow.com/community?id=community_question&sys_id=fe50e326db6de700b1b102d5ca9619b5 http...

find_real_file.png
Meloper by Kilo Sage
  • 2923 Views
  • 6 replies
  • 3 helpfuls

CryptoJS implementation in serviceNow

I'm trying to create a webhook in github and uses a scripted rest api in my servicenow instance. as part of its security im planning to use the cryptojs to match the secret key from github which is in X-Hub-Signature-256 I copied the cryptojs file to...

Alvin5 by Tera Contributor
  • 2373 Views
  • 2 replies
  • 0 helpfuls

Resolved! Using gs.getUserName to get the Requested For

We built a business rule to post RITM variable info as an sc_task worknote so technicians have the information at their fingertips without going back to RITM.  However, I'm trying to get the Requested For from the Request/RITM to display, but it's no...