Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Agent Assist for Service operation workspace

I am having an issue though. I was able to add a Catalog item on Agent Assist. However, when an agent clicks that card, The agent should able to order or copy the link( to send to the user) in full view. Currently, when I click on the catalog item ca...

nebiata by Tera Expert
  • 1431 Views
  • 1 replies
  • 1 helpfuls

Parent Child Assignment groups

Hello Community, I am currently working on a project where I need to utilize user groups in ServiceNow. I understand that a child group can inherit the roles of its parent group, but I'm curious about the broader use cases and benefits of having a pa...

Data lookup rule for change requests

Approver: Please delete this question, I accidentally asked in the wrong forum. As assignment group is a mandatory field in our change requests, I am looking for a way to set the assignment group for a particular service onChange. I thought I had fou...

andrea_s71 by Tera Contributor
  • 1037 Views
  • 2 replies
  • 0 helpfuls

Discovery Schedule

When I try to schedule a discovery, I need to schedule it for 2 times on a weekly basis but I am not getting the Conditional Checkbox to add script!! Please suggest whether I missed something. I am using Vancouver version in my PDI. 

sindhunaidu_0-1721016429946.png
Community Alums by Community Alums  
  • 458 Views
  • 1 replies
  • 0 helpfuls

Incident backlog of my resolver group at a specific day

Hello,  I would like to know if it's possible to have the list of the incidents present in the backlog of my group at a specific date ?   So Incidents opened before or on the specific date, not resolved at this date (not yet resolved today + resolved...

stephmail by Giga Contributor
  • 656 Views
  • 1 replies
  • 0 helpfuls

on change client script using GlideRecord not working

 var grUser=new GlideRecord('sys_user');  grUser.addQuery('sys_id','6816f79cc0a8016401c5a33be04be441');  grUser.query();  if(grUser.next())  {    g_form.setValue('u_email',grUser.email);    g_form.setValue('u_location',grUser.location);    g_form.set...

Countdown Timer

I have a script that refreshes my incident data every 5 minutes in a Dashboard I built in UI Builder (Below). I now want to have a visualization that shows a countdown timer for 5 minutes and resets to 5 minutes when everytime the below client script...