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

Forum Posts

Get the oldest incident

Hi all, I'm trying to obtain the oldest ticket to show the age in a single score in a dashboard This is the script that I have: function getOldIncident (){var glideIncident = new GlideRecord('incident');glideIncident.addQuery('state',1);glideIncident...

Arely_0-1726012992557.png
Arely by Tera Contributor
  • 919 Views
  • 4 replies
  • 0 helpfuls

Issue with Mid Server

User mid_user associated with down MID Server: b067e5bddb6c37844de6187344961984. No login attempts within reporting period. Need help to resolve this issue.

Admin7267 by Kilo Sage
  • 424 Views
  • 2 replies
  • 0 helpfuls

PA REPORT HELP. Incident user report

Need help creating a Data Visualization.  I need to answer the following questions 1. Date / Time When all users in support group xyz get assigned incident2. Incident state - Changes duration.. Meaning.. How long in WIP, onhold etc Adding pic for att...

Resolved! Create a Major Incident vs Promote Incident

Hi all,  When using the Create Major incident so that it creates a new INC and adds the candidate as a child INC, not all of the field values are carrying over to the Major INC.  Does anyone know where we could update this to carry over all the field...

Resolved! SAM Pro License Query

Hello, If customer has 100 SAM Pro licenses means, we can use to pull SW data from 100 devices OR 100 software's list in any number of devices?  Regards 

Resolved! assigned_to not editable on form – no ACL/UI issue,

We are facing an issue where the Assigned To field is not editable on a custom task-like table in one instance, while the same configuration works fine in another instance.Key observations:No field-level or table-level ACL is blocking write access.Di...

MotapotulaN by Giga Contributor
  • 367 Views
  • 6 replies
  • 0 helpfuls

Resolved! is using getUser().hasRoles() good form?

Hello,I've recently been digging into ACLs on our instance and I found a Read ACL on the sys_user table for user.* It current applies to anyone that meets the following conditions:if (gs.getUserID() == current.sys_id || gs.getUser().hasRoles()) ...

n_webb by Tera Contributor
  • 332 Views
  • 3 replies
  • 2 helpfuls