Escalation Field in Incident Module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2016 11:51 PM
I want to know how Escalation field is populated in INCIDENT module. What is mechanism.??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2016 01:19 PM
Hi Anubhav,
The value of the Escalation field - in Express - is determined by SLA defined.
As per explanation here:
Service level agreements (SLAs) - ServiceNow Express Support
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 12:10 PM
Hi Anubhav,
If you think that how the Escalation field is used is properly explained in these postings, please mark the question as answered, so that other Community members can benefit.
Or if you have further questions ask them here.
Best Regards
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 11:13 PM
Hi Tony,
I didn't got my answer yet. I know its happening throush a SLA but whats the mechanism behind it. how is it getting populated based on what fields or conditions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2016 07:23 AM
Hi,
Please have a look into the below link
https://express.servicenow.com/support/utilizing-sla-email-notifications/
Also there is a global business rule that does the notification.
incident events
if (current.escalation.changes() && current.escalation > previous.escalation && previous.escalation != -1) {
gs.eventQueue("incident.escalated", current, current.escalation , previous.escalation );
}
Hope this helps.
Regards
Param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2017 02:18 AM