color incident field based on SLA/Aging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 06:24 AM
Hi All,
We have a SLA running on our Servicenow, but there is no color coding in the incident field( color coding is on Priority field ).
Can we color Incident field based on SLA and the aging ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:28 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 07:28 AM
Are you looking to base this the SLA, or aging? Those are two different things.
There is a field on the incident table called "Made SLA". You could use that in a field style (similar to what Harsh did with the task_sla table.) The value would be something like
javascript:current.made_sla == true
Give it a try and let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2017 06:31 PM
Hi Bijender,
Please see my response at the bottom of this article:
Changing a field style based on SLA due date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2017 11:11 AM
Hi Kris,
Thanks a lot this is actually helpful and also worked in breached stage.
Please can you help me in adding color , if stage is <50 green; >=75&&<=100= orange; >=100 breached= red