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

Forum Posts

Resolved! Multiple guest chats in VA

Hi Everyone,  we observed multiple guest chats being initiated at almost same time (varying in seconds), all by guest user in servicenow. They have all been closed (left the conversation) without selecting anything.  Can you advise me on how VA can b...

Scheduled Job to close table records

Hi, I need to make scheduled jobs to close records for 2 tables.I tried for 1st table with below codes, it works. var transaction = new GlideRecord('x_shlt_shinsei_request_transaction');transaction.addQuery('active', 'True');transaction.addQuery('sub...

HaowenX by Tera Contributor
  • 637 Views
  • 7 replies
  • 1 helpfuls

Resolved! Count of Incidents Reassigned from a specific group

I am trying to create a report that will show me incidents that were initially assigned to "ABC" assignment group, but they were reassigned to some other group.I do not care what assignment group the incident was reassigned to.I want to know ONLY the...

Amber Anten by Tera Contributor
  • 1866 Views
  • 9 replies
  • 3 helpfuls