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

Forum Posts

Resolved! SC_REQ_ITEM Approval Emails

Hi Community,I am struggling to get an approval email to include the options for the catalog request items.I found: http://wiki.servicenow.com/?title=Scripting_for_Email_Notifications#Summary_of_Requested_Items <mail_script> template.print("Summary o...

rob_blakey by Tera Expert
  • 5397 Views
  • 15 replies
  • 7 helpfuls

Datasets in CMDB

Hello,Do we have a concept of datasets in ServiceNow CMDB like BMC Atrium CMDB? I wanted to bring in some CIs but do not want them to be merged to the production system until I check and confirm the CIs are valid and correct.How you guys are managing...

Geeky by Kilo Guru
  • 1336 Views
  • 4 replies
  • 0 helpfuls

Using Knowledge for a Glossary of Terms

Hi all,I'm curious if anyone has ventured into using Knowledge to somehow house a glossary of terms. If so, it would be helpful to hear about how you've structured things -- whether you're, say, committing all terms to a single knowledge article vs. ...

jeffblancato by Tera Contributor
  • 4246 Views
  • 6 replies
  • 6 helpfuls

How to restrict knowledge articles by location

Hello all,We got a request to create a function to show up the knowledge article search results base on the current login user's location.For exampe, the current login user located in China, then when he searches the knowledge articles, only the arti...

mandy_zhao by Kilo Contributor
  • 1499 Views
  • 4 replies
  • 0 helpfuls

Resolved! Self-Service - Layering content over an image

Hello all,  I'm in the process of customizing my company's self service portal and am having trouble understanding how to layer a portal menu over an image. Under the header is an image I created as a dynamic block. --  And here is the lower section ...

find_real_file.png find_real_file.png
tlgriffin447 by Giga Contributor
  • 1520 Views
  • 4 replies
  • 0 helpfuls

Large Data Exports (CSV/XML)

Hi guys,I am trying to export large amounts of data (> 500,000 rows) from service now, in particular, the metric_instance_list table as csv's. This data is to be pulled by a daily cron-job to populate another application which is reporting on these m...

rajabhadury by Kilo Explorer
  • 8968 Views
  • 6 replies
  • 0 helpfuls

Asset Search Page

Hello all,I am looking for direction on how to create a simple page where a user either enters in an asset tag number or scans one of our asset barcodes and clicks a button (presumably called Search) and based upon the asset tag # they are redirected...

template in jelly tag.

HI,I wanted to know where the xml file defined in template attribute of jelly tag<g:insert>example: <g:insert template="get_target_form_function.xml" />In this get_target_form_function.xml this file must be defined to excess that in <g:insert>

priyanayak by Kilo Contributor
  • 5190 Views
  • 2 replies
  • 0 helpfuls

Resolved! Run Powershell Activity Issue

I am trying to run a powershell script through run powershell activity. i am using 2 powershell run activity in my workflow first one is working fine but the second one is not executing and giving some error. but when i am executing it on my mid serv...

ravish2 by Giga Expert
  • 4045 Views
  • 5 replies
  • 0 helpfuls

Scheduled Job ECB Exchange Rate Load.

Hello, I have two situations where converting USD to another currency is required. Have tried to use the out of box scheduled job ECB Exchange Rate Load but it does not finish correctly. By that I mean it does not update all the currencies. There is ...

JimCheffer by Kilo Expert
  • 2254 Views
  • 3 replies
  • 0 helpfuls

Resolved! Help with Service Catalog notifications

Hi everyone, I hope someone can help this newbie administrator We're working on configuring our Service Catalog and I'm trying to customize an email notification. Am running into roadblock.We have configured our Service Catalog to allow users to inpu...

SC with Req For.png RITM form.png Message body.png
LMHoffman by Kilo Expert
  • 2883 Views
  • 13 replies
  • 0 helpfuls

Resolved! GlideDialogWindow & ShowLoadingDialog

I'm trying to implement a loading pop up using both the GlideDialogWindow & the ShowLoadingDialog as below... showLoadingDialog();   var loadingDialog = new GlideDialogWindow("dialog_loading", true);   loadingDialog.setTitle('Loading CIs please wai...