Incident Management forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Response/Resolution SLA Missed

Hi Team, I would need to one help to pull out a report for Response & Resolution SLA Missed, what is the correct way to pull out the report, currently I am pulling out two report one is response SLA (Ticket Opened on last Month/Today etc.) and for re...

Garvit1 by Tera Contributor
  • 1846 Views
  • 6 replies
  • 0 helpfuls

Get Task Variables In emails Script

var sc_task = new GlideRecord('sc_task');sc_task.addQuery('number','TASK0848064');sc_task.query();if(sc_task.next()){    gs.info(sc_task.variables.is_this_a_financial_or_physical_transfer);    gs.info(sc_task.getRowCount());}  Output: *** Script: und...

Community Alums by Community Alums  
  • 721 Views
  • 2 replies
  • 0 helpfuls

label name using dynamic translation

Hi team.  In our ServiceNow instance we have people all across the globe who speak different languages. So we had created labels of different languages in the dictionary of the fields. Let say Urgency field in Incident Managament. For french language...

Deepika54 by Tera Contributor
  • 548 Views
  • 1 replies
  • 0 helpfuls

SLA is not showing

I have one defect to resolve :Under the Record information section, why does it show no matching SLA available for Response/Resolution, when each INC has an SLA defined.Actually in the below images it is showing no matching SLA for response and resol...

akhilaanil by Tera Contributor
  • 1072 Views
  • 2 replies
  • 0 helpfuls

Tracking first State change on Incident

Hi Team, I have a requirement to track and report who and when first changed the State (to In Progress, On Hold, or Resolved) on an Incident.Currently, I am using the 'Actual start' (work_start) field from the Task table. I’ve set up a Business Rule ...

piotrsadows by Tera Contributor
  • 1397 Views
  • 2 replies
  • 0 helpfuls

UI Policy not working in SOW

Hi,In the incident form, I have a field called Category and it has some choices. Each of the choices have corresponding associated fields also. If each of the choice is selected, corresponding field will be displayed and corresponding fields of other...

NishaB by Tera Expert
  • 1163 Views
  • 3 replies
  • 0 helpfuls

Auto-populate User in Record Producer

Hi,I have created one record producer. In the record producer, there is a field called Impacted User. It will be auto-populated based on the current logged-in user. If want, after populating impacted user can be edited. After populating the Impacted ...

NishaB by Tera Expert
  • 3264 Views
  • 11 replies
  • 0 helpfuls