Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Updating the date via background script shows the wrong date

I am trying to update the date for a custom field to test a notification  var newDate = "12/01/2023 02:00:00";var gr = new GlideRecord('u_incident');gr.addEncodedQuery(' u_status=Pending');gr.setLimit(1);gr.query();if(gr.next()){       var pendingSta...

Bhavana21_0-1701762560859.png
SAS21 by Tera Guru
  • 534 Views
  • 2 replies
  • 0 helpfuls

Performance Analytics for role utilization

Hi Team,I am new to PA module can you suggest me some blogs or community materials to study.Also any use cases related to PA please let me know.For me- I need to create trend for role utilization in ServiceNow.Kindly suggest.

Preethi26 by Tera Contributor
  • 583 Views
  • 5 replies
  • 0 helpfuls

Recive work note notifications

The Work notes list is useful to stay notified about changes to records.​​Open the incident you created in the previous task.​Add yourself to the Work notes list.​Click Update. I am unable to find or add my name can someone please help.

jroach0625 by Giga Contributor
  • 346 Views
  • 1 replies
  • 0 helpfuls

Set all fields to None in catalog item

How to write a onchange catalog script to set all  other fields to --None--, if none is selected in the select box variable (I have chosen include none)

Community Alums by Community Alums  
  • 873 Views
  • 6 replies
  • 0 helpfuls

Resolved! Update the incident Work notes

Update the incident work notes and changes the state to back to Work in progress of the incident when the Change Request is created from Incident. How to achieve this?