Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

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
  • 520 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  
  • 247 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
  • 295 Views
  • 1 replies
  • 0 helpfuls

Page is loaded to request submission

On my catalog item, I want to stay on same page if form is restricted by client script to submit request.But after I click submit it moves to request page , I want to restrict that.  Regards,Anmol

Anmol8_0-1720604213654.png
Anmol8 by Mega Guru
  • 371 Views
  • 5 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...