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

Forum Posts

Resolved! Can't get g_form.setLabelOf to work

I'm trying to use g_form.setLabelOf in an onChange client script on the default Problem form. Here is my very simple code: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; ...

Daniel103 by Giga Contributor
  • 9991 Views
  • 14 replies
  • 7 helpfuls

US State/Province choice list or reference table

I have yet another project where I need to include a field for a US State.  (Yes, a complete address - I would like to offer the users the ability to select a state from a list instead of freeform text)Is there a recommended table or choice list OOB ...

Thomas Weyer by Tera Contributor
  • 3680 Views
  • 8 replies
  • 3 helpfuls

Limitations or restrictions of using Guided Tours

I've started to explore the Guided Tours module, but I was just wondering if there were any limitations or restrictions of using Guided Tours. I need to know if there any pages or modules that don't allow Guided Tours to be created e.g knowledge, cha...

Hide categories in SC Categories widget

I would like to edit my clone of the sc_categories widget so that it does not display the list of Categories until a Catalog is selected; I don't want it to display all Categories in all Catalogs. Is there a way to do this?

Sarah Deady by Tera Contributor
  • 2496 Views
  • 5 replies
  • 0 helpfuls

UI Page using GlideAjax in Client returning null

Hello,First time posting here and new to ServiceNow! My issue is with my UI Page's Client Script/Script Include returning a null answer for the value.The basic goal of the code is to change an HTML button red/amber/green based on if the query is hitt...

brian4500 by Kilo Contributor
  • 2738 Views
  • 8 replies
  • 0 helpfuls