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

Forum Posts

Resolved! Flow designer multiple approvers

Hey folks,Currently I have one variable field which is multiselect. Each option has different approval groups to approve. When user selects multiple option it should trigger all approvers group of each option at same time. For this I used 'do the fol...

how to increase the size of the dialog window .

Hello,I want to increase the dialog window size . I am using g_modal since the dialog window is supposed to opened in workspace.Below is the script I am using:g_modal.showFrame({        url: '/sn_hr_ws_case_creation.do?sysparm_user=' + USER,        t...

Shyna1 by Tera Contributor
  • 1345 Views
  • 2 replies
  • 0 helpfuls

"Universal Request" for a department with child departments

I have a department IT that has several departments within the IT department.  When configuring Universal Request, I have set up service sets for IT and each child department.  Since all departments are within IT, when I configured services in Univer...

velvet by Mega Guru
  • 1674 Views
  • 5 replies
  • 0 helpfuls

Resolved! Create percentage report in servicenow

Hey Community, I have a requirement to create percentage type report in ServiceNow. I tried finding it under report but was not able to find. Hoping to get some help here. Thanks

SnowUserDev by Tera Contributor
  • 7904 Views
  • 9 replies
  • 9 helpfuls

Resolved! Survey - assessment_take2 public page issue

Hi AllMay I know how to hide the "This survey is in regards to Incident: " blue color InfoMessage box from the assessment_take2 public page.I am seeing the below behavior.When user is logged in: This message is being displayed on top and the RP.getPa...

find_real_file.png find_real_file.png
abhithen by Kilo Expert
  • 3358 Views
  • 7 replies
  • 0 helpfuls

Add two Name Pair Values to set value to a Name pair type field

I have below valuesa = {"name1":"value1", "name2":"value2"}b={"name3":"value3"} and i need to get result added as below:c= {"name1":"value1", "name2":"value2","name3":"value3"} To set value into a Name-Value Pair type field . Please suggest a script ...

RC19 by Tera Expert
  • 2295 Views
  • 6 replies
  • 2 helpfuls

Alternate solution for current.sys_id in Scheduled job run script

Hi All, The below code is working in BR but not in a scheduled job so what is the best way to replace gr.addQuery('sys_id', current.sys_id); in a scheduled job run script? var gr = new GlideRecord('u_custom_integration'); gr.addQuery('sys_id', curren...

jobin1 by Tera Expert
  • 2393 Views
  • 15 replies
  • 0 helpfuls

Resolved! Create Report Showing New, Open, and Resolved tickets by Month

I am looking to create a single spine time series to show New, Open, and Resolved tickets month by month. My report will be created using New tickets and then I will be creating datasets for Open and Resolved. The issue I am running into is that the ...

Issue with Script Include function call

Hi All,Requirement is based on change of assigned to, I need to display count of incidents assigned to the selected assigned to.I had used onChange client script and Script include, but I am getting null value.When I tried to debug using script debug...

Rose17 by Tera Contributor
  • 2477 Views
  • 5 replies
  • 1 helpfuls

Document Templates for RITM's

Hi All, I have created a HTML document template which is a PDF. The document is not stored in the attachment table, it is in sn_doc_template table in the form of template written on the Custom RITM table. Every time the template consumes the variable...

Nagashree5 by Tera Contributor
  • 2374 Views
  • 7 replies
  • 1 helpfuls

Resolved! Sync and Async calls

Hi All,I have few queries on Async and Sync calls we use in ServiceNow/Javascript1. How to make synchronous calls to async?2. What are different ways to make asynchronous calls in Servicenow?3. How to print JSON with below format.(Show incidents assi...

Rose17 by Tera Contributor
  • 5396 Views
  • 9 replies
  • 2 helpfuls