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

Forum Posts

Inbound Email actions - Update Caller ID

Hi ServiceNow Team, I am trying to find a solution to automate Incident creation using the Inbound Email action. Is there an option to update the caller to an alternate Email ID and not the actual sender so this is created as an Internal ticket for t...

Resolved! Incident tickets not updated

Hi Does anyone know the best way of alerting agents and or assignment groups when a ticket hasn't been worked on or updated in more than 30 days I've tried the inactivity monitors with an email notification but its not quite working for me. I then tr...

lynchr02 by Tera Contributor
  • 1235 Views
  • 2 replies
  • 0 helpfuls

Resolved! Auto Populate Assigned To upon resolving

I got a request to have the Assigned To field either auto populate or become required when resolving an incident. I tried just using a UI policy  to make it required when status is resolved but it seems to auto delete when I save the Policy using for...

menardJA by Tera Contributor
  • 1338 Views
  • 6 replies
  • 0 helpfuls

SLA breach

1. SLA failed incidents for the associate.2. Top 10 tickets that are reassigned most number of times for the associate.#SLAReporting #AssociateDashboard How can the above shown in ASSOCIATE SLA dashboard.

rksnow74 by Kilo Contributor
  • 781 Views
  • 1 replies
  • 0 helpfuls

Resolved! Resolve button Visibility in SOW

Hi, I want the Resolve button is SOW to be configured like this. The Resolve button is visible only when the incident record is in InProgress state. For all the other states(New, OnHold, Resolved, Closed, Cancelled) it has to be hidden. I configured ...

NishaB by Tera Expert
  • 2576 Views
  • 5 replies
  • 1 helpfuls

Resolved! Field Message does not display in SOW

I have a functional client script that shows the field message in the classic UI for the SOW view. However, it does not show in the workspace. What am I missing here? function onLoad() { //Don't waste an ajax call if the caller is empty if (g_form....