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

Forum Posts

Slide for ServiceNow CMDB, Incident & Change Process

Hello All, Can anyone direct me where can I find  ITSM Workshop slide deck to help explain to a customer and provide a small walk through of each module based on ServiceNow new release. I am looking for details to include ServiceNow Incident Module, ...

Resolved! Using Script for creating UI Policy

I have a requirement for a Catalog Item where I need to create a UI Policy that has the following condition:Condition 1 : If User_Variable_Num >=250and has the following UI Policy Action : Make User_Variable_Dependent visible and mandatory Where User...

AadityaSahu by Tera Contributor
  • 603 Views
  • 2 replies
  • 1 helpfuls

How to calcuate past days duration using schedule

Hi,  var currDate = new GlideDateTime();        var closeDate = new GlideDateTime(txt);        var dur = new GlideDuration(60 * 60 * 9 * 1000 * 3);        var schedule = new GlideSchedule('sys id'); // this schedule explains the 8-5 weekdays excludin...

pavi12 by Tera Contributor
  • 716 Views
  • 3 replies
  • 0 helpfuls

client script on incident table

i want when category = software make priority = 1-critical (which is derived from the values of Impact and Urgency fields), else display the old value when the form loaded.

Resolved! Auto populating email id using glide Ajax.

I have 2fileds one is list for responsible group which is a list type and the other one is responsible dl i would like to auto populate dl if the user select the groups from the list using glide ajax i have written script but it's not workingScript i...