Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Service Portal Filter breadcrumb widget like HI

A requirement we have here is allow our users to view open incidents and request along with their closed incidents and requests.   The My Request page only lists the open incidents and requests.   I was hoping if I put the Filter Breadcrumb in the My...

find_real_file.png find_real_file.png
JR Guieb by Tera Expert
  • 4750 Views
  • 7 replies
  • 0 helpfuls

Send email notification to requested_for user

I'm working in creating a catalog task. Inside of my workflow, I would like to add an email notification to the user if they are not able to fulfill the request. I'm not sure how to implement this.I used a notification inside of my task but It doesn'...

Capture24.PNG Capture25.PNG
SNnewbie2 by Tera Expert
  • 7745 Views
  • 32 replies
  • 0 helpfuls

Resolved! I'm trying to add a hyperlink to a file on an internal server, i.e. file://///servername/filename, in a KB Article. Each time I do, the hyperlink is removed. Is there a way to do this?

I have a document I need to add to our knowledge base and it has links to UNC file paths in it.   I need to be able to preserve these links inside the KB article.   Everything I have tried has failed.   just copying the link takes me to a web page an...

tjschow61 by Kilo Contributor
  • 3203 Views
  • 3 replies
  • 1 helpfuls

Resolved! Preview on Catalog Items

Hi,Can I remove this preview link (which does not do anything anyway) from the items list?The value of glide.sc.auto_expand is set to 0. I changed it to 1 and then back to 0, just to make sure. Preview is still there.Currently on Helsinki patch 6, UI...

itemswithpreview.JPG
oharel by Kilo Sage
  • 3589 Views
  • 5 replies
  • 1 helpfuls

Resolved! Please explain current.variable_pool

Hi ,Can someone please let me know what is "current.variable_pool" used in the business rule to call the Rest message . We are calling the REST messages for posting the varaibles information to 3rd party tool.Our script looks like this , please clari...

Mrman by Tera Guru
  • 7203 Views
  • 11 replies
  • 0 helpfuls

Linking to Network File within KB Article

I have been trying to find a way to create a hyperlink within a ServiceNow KB article to network file without any luck. The links keep trying to open within the browser instead of file explorer, even when using the file:// prefix.Has anyone found a w...

bordaj by Giga Contributor
  • 1230 Views
  • 2 replies
  • 0 helpfuls

Resolved! How to re-sync an LDAP OU definition

I am trying to find out the best practice for wiping out an LDAP import (in my case groups), and then re-importing that OU definition.   In my scenario, the Groups OU previously had the wrong filter set, and now that it's been corrected, the invalid ...

Resolved! If condition always returns no.

Hello everybody,I am trying to create an if condition within a service catalog workflow. The advanced script looks as follows:answer = ifScript();function ifScript() { if (current.variables.delivery_address == "Test") {   return 'yes'; } return 'no';...

ajohn by Kilo Contributor
  • 3188 Views
  • 11 replies
  • 2 helpfuls

Retain SSO Source during a clone

We have unique SSO record for each instance in the Identity Providers table. After each clone, we need to update the sso_source field on each user record so that it is using the correct record for that instance.I've tried using a clone cleanup script...