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

Change ServiceNow URL

Greetings!The company I work for has decided they want to change the name of their ServiceNow instance URL. When they purchased SN they only intended to use it for Incident Management, so we have the text "helpdesk" in our URL. Now we use ServiceNow ...

kdaggs by Kilo Contributor
  • 2899 Views
  • 3 replies
  • 0 helpfuls

Resolved! Document ready UI Script

I'm trying to use a document ready function in a UI Script to capture the current user... var $j = jQuery.noConflict(true);               $j(document).ready(function () {                       user = gs.getUserID();                       alert(use...

Resolved! Why is g_form.setLabelOf() not working?

Hi,I am trying to change the label text value for one of the variables in my catalog item. Nothing happens when I navigate to my item but getLabelOf seems to work fine.

dalton1 by Giga Expert
  • 4582 Views
  • 12 replies
  • 0 helpfuls

Resolved! Flashing a field in the list view

Hi,I am new to serviceNow. I was stuck in a problem. I want to flash a field in the list view of the table. The flashing will be based on, any update via email on a particular record.I have tried a piece of simple javascript code in "Values" field in...

Resolved! Populate related list with records from reference field

Hi,I need some help in a complex requirement:1. I have a Table called PO2. I have another Table called POLThis first table PO is the master one, and the second table POL is a related table with a field referencing to the PO parent table. This means t...

nabilo_ by Giga Contributor
  • 10269 Views
  • 9 replies
  • 0 helpfuls

BCC on Inbound Action

Hi all,I was just wondering if anyone has ever set up an inbound email action using the BCC value? If so, what script condition are you using to facilitate this?I have looked at this and we are receiving emails in to ServiceNow if the address is used...

Resolved! Need help debugging field being hidden on a view

I have been banging my head for several hours trying to figure this out.I have been trying to add a particular field to an incident view that I have, but something keeps hiding it when I load the page.   It is just a standard textbox field on the inc...

Capture.PNG
bcronrath by Kilo Guru
  • 2428 Views
  • 1 replies
  • 0 helpfuls

Resolved! How can I tell if I am in an order guide?

I have a Catalog Client Script that is used by some Catalog Items and some Order Guides.   What I would like to know is if I can find out if the script is being called from within a particular order guide.   I tried using g_form and referencing the n...

ewilks by Giga Expert
  • 6708 Views
  • 6 replies
  • 2 helpfuls

Resolved! When importing an Excel file the numbers get formatted

I have an Excel file with the following structure:Name         Amountaaaa             1234When I import this file 1234 is displayed as 1,234. The cell is General type in the file.How to prevent numbers form being formatted while import?

natalliar by ServiceNow Employee
  • 2082 Views
  • 1 replies
  • 0 helpfuls