ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Using hyperlink within pop up message

I have a script I created as part of a workflow.   I have a pop up message that appears as part of my workflow script that re-directs user to an internal URL.   My issue is this:   I want to have the user be able to click on the URL from within the p...

find_real_file.png
kevinmalone by Kilo Explorer
  • 3193 Views
  • 2 replies
  • 1 helpfuls

Resolved! Please make me understand this code.

There is a UI action on my Knowledge Management form which is named as Create Article and it creates an article from the form upon clicking. Below is the snippet of the code which I am finding difficult to understand, would someone like to explain it...

gourav2 by Kilo Expert
  • 1870 Views
  • 5 replies
  • 2 helpfuls

Can an order guide be created to call multiple

I am still new to ServiceNow and I have yet to see certain things that seem needed for Catalog items.   They seem pretty basic but maybe they aren't.Can an order guide be created to call multiple Software Request Item (single item called multiple tim...

brkelly by Kilo Expert
  • 1675 Views
  • 3 replies
  • 2 helpfuls

Week Start and End

Hi,I discovered that my instance uses the (default) week starting day of Monday. I am working to change that to Sunday. Here is the wiki article, under the header Creating Calendars; my questions: Why is the default Monday through Sunday? Is there an...

Aaron90 by Giga Contributor
  • 9350 Views
  • 3 replies
  • 2 helpfuls

Resolved! Catalog Client Script: Confirm before submit

We've got a Catalog Client Script that works without any problem for one catalog item (Record Producer).When I use the same script for another catalog item it's not working though, it's not showing the confirm popup.Any idea why I get this behaviour?...

palmen by Tera Guru
  • 3586 Views
  • 4 replies
  • 1 helpfuls

List field with dropdown instead of reference

This might end up having a really simple solution I am just not aware of.I built an application that had a List field type on one form with configured choices.   The default behavior for this field type is a dropdown to make selections.However, I the...

Before.jpg After.jpg
danpatino by Tera Expert
  • 4002 Views
  • 5 replies
  • 1 helpfuls

I am trying to create a pop-up when a certain action is selected on a form and have a link on the popup for the user to go to an external web address. I have the pop-up working fine but need to know how to create a link in the code below or create a

function onChange(control, oldValue, newValue, isLoading) {     if (isLoading || newValue == '') {           return;     }   var eq = g_form.getValue('ref_12_equipment');   if (eq=='Monitor')   {   alert('Non-standard and secondary monitors are avail...

kevinmalone by Kilo Explorer
  • 1065 Views
  • 3 replies
  • 0 helpfuls

Resolved! Add headers to multiple pages (CMS)

Has anyone ever found a way to add a new header block to multiple pages at once.  I have a customer that changes the header a user can see depending on which company they are from, when they need to setup a portal for that customer they add a header ...

NeilH2 by Giga Guru
  • 1694 Views
  • 4 replies
  • 1 helpfuls