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

Forum Posts

Background script - get users email_id's

Hi All, Can someone please help me with the below script, I'm trying to fetch 'email id' of 'delname' users. var delname = 'Mohmed Ahm, Sudarsh Dhoni';var delnew = delname.split(',');for (var i = 0; i <= delnew.length; i++) {    var getdel = new Glid...

Ankita9793 by Tera Contributor
  • 477 Views
  • 4 replies
  • 3 helpfuls

How to create a queue manger rule based on the agent location

Hi  I have below requirement How to develop this one. 1. Create Queue rule to work for both Incident and SCtasks.Given - All Open SCtasks & Incident with Assignment Group 'ABC' (Need to consider InProgress , Open and on hold)Then - Configure the Queu...

raj99918 by Tera Contributor
  • 658 Views
  • 5 replies
  • 0 helpfuls

Survey - Set Default value of the Survey question

Hello, There is a requirement related to a survey. I need to auto-populate the default value(dynamic) of one of the survey questions when it loads.Detailed requirement: We have created a UI action that opens a survey form when clicked. Currently, the...

Naveen84089 by Tera Contributor
  • 410 Views
  • 2 replies
  • 0 helpfuls

ITSM Success Dashboard

Hi All, As part of my project requirement, I need to analyze the ITSM Success Dashboard. I installed the required plugins in my PDI configured roles and ran all the performance analytics jobs and the data collector job as well.But all the indicator g...

Nandini22 by Tera Contributor
  • 589 Views
  • 4 replies
  • 2 helpfuls

Modern change - Sequential approval

Hello, I am trying to configure a sequence in the approval of a normal change during the authorize phase using change policies.  It seems to require a modification to the OOTB approval flow.  Should be simpler in my mind.  Any suggestions?  I looked ...

Option with Dropdown --None--

I have created one on change client script.' Time taken'(on change field) is selected as 1 hour then business application option should be removed and in other options 1 hour should be visible .When i am selecting  time taken as 1 hour then business ...

_bhishek by Tera Guru
  • 543 Views
  • 5 replies
  • 0 helpfuls

Resolved! Order Guide Variables

We have an onboarding order guide which is setup to cascade variables.We have a need to be able to report on the 'describe needs' variables.One of the variables is a a select box for 'computer type'.  One of the choices is 'no computer needed'How can...

Granting Access to a View

Hello all,      I am looking into granting an API account access to a Database View. Do I grant the API account access to the underlying incident and task_sla tables?  In addition, can the ServiceNow table API be used to query this Database View dire...

lonesoac01_0-1754400487409.png
lonesoac01 by Giga Guru
  • 340 Views
  • 1 replies
  • 0 helpfuls

Resolved! on change and onload Client script is not working

Hi all , I have requirement where when i open a new change task record default state is pending (-5) so when its in pending state i want to hide close state (3). and after i save the form then when i change the state to any other choice like open , c...