Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! How to add background image to every page of Service Portal

Our team is trying to put a background image that appears on every page of our Portal.  We came across this article (https://www.cernasolutions.com/add-background-image-homepage/) that directed us on how to add a background image to a specific page a...

yundlu316 by Kilo Guru
  • 2656 Views
  • 1 replies
  • 2 helpfuls

GlideappScriptHelper API and copyRequest()

Hi all,Has anyone used the GlideappScriptHelper() to copy requests before. There is a copyRequest() function which copies the request and its associated requested item. I am trying to get the sys_id of the copied request. My eventual solution that I'...

jchatterji_ by Giga Contributor
  • 2995 Views
  • 1 replies
  • 1 helpfuls

Why workflow Catalog tasks are not created when workflow run?

I have an issue on my instance where workflows are getting auto completed after approvals are set, can somebody help? i.e: I raised a RITM where should create a task to my IT team but after manager approves request workflow seems that goes into all a...

Lupita by Tera Contributor
  • 4082 Views
  • 14 replies
  • 0 helpfuls

URL Variable Type

What is the easiest way(if Possible) to make a URL field require the text entered to be "http://www.something.com".  I have the variable setup to be a URL.  I have example text in there, but it doesn't require you to type in the http://www before sub...

booher04 by Tera Guru
  • 4620 Views
  • 5 replies
  • 0 helpfuls

How do we identify a new record in client scripts

Hi,  I have a requirement to calculate the Expected Resolution date value for one of the field in the form for the new records only when we change some value to the other field.I am planning to write a client script for that, and not sure how do I id...

How to customize Instance url

Hello,I am trying to find out if it is possible for me to customize the url of my instance. Currently, I have to log into my account to access instance. I would like to just type the url to access it. For example; emmanuel.service-now.com. My current...

iquita2005 by Giga Contributor
  • 2936 Views
  • 5 replies
  • 2 helpfuls

Write test for Client Script by ATF

Hi, Can we write a test for client side like a unit test ? If it can, can you guys show me an example for my client script below function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; }...

escanor by Giga Contributor
  • 2189 Views
  • 2 replies
  • 0 helpfuls

Resolved! Get Shopping Cart Quantity in Catalog client script ?

Hi All,I am trying to get the value of shopping cart Quantity on a catalog client script. Once submitting the request, if quantity selected in more than 1, there should be a pop-up message.I tried couple of scripts but not getting quantity selected b...

shilpa344 by Giga Expert
  • 3505 Views
  • 3 replies
  • 0 helpfuls

Resolved! Enable/Disable Submit button in SP by option

I want to make it available for users to enable/disable the Submit button for each Catalog Item in the SP from the Catalog Item view. Just like how the Add To Cart button in the SP widget can be enabled/disabled by the No Cart option:   What I mana...

find_real_file.png find_real_file.png

Resolved! Add new field to Service Portal Shopping Cart Widget

I'm trying to add a new check box field to the Istanbul Service Portal Shopping Cart, with the ultimate goal of the true/false value making its way to the Request, but, I'm stuck.What I've done so far:I've created the appropriate column on sc_request...