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

Forum Posts

home page url link for Portal

My requirement for the user is this, they want to use the ServiceManagement Portal for their users. Fine, I can link my Catalog Items, My Approvals etc fine on the Portal Home Page. But what they would like is a link to "My Home Page" on the portal, ...

Baggies by Kilo Guru
  • 4372 Views
  • 3 replies
  • 0 helpfuls

Re-open Requests?

Hi,Currently in our system, we have quite a few Requests that have been re-opened due to the fact that the Request was thought to have been completed, but in reality it had not been completed. Therefore, as a result, these calls have then been re-ope...

bistr by Kilo Contributor
  • 1843 Views
  • 3 replies
  • 6 helpfuls

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
  • 3940 Views
  • 2 replies
  • 1 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
  • 2721 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
  • 10614 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
  • 4539 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
  • 5888 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
  • 1913 Views
  • 3 replies
  • 0 helpfuls