Color Coding On Incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:38 AM
Hi Guys,
Can anyone let me know how to do color coding on Incident form.Suppose one escalate button is there on Incident form header if an ITIL user wantso escalate the Incident can click on Escalate button.Once the user clicks on Escalate button then the Incident is escalated and Incident Number becomes bold and red color.And all the text field on list view are red color.
Please anyone help me out of this.How to achieve this task.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:53 AM
Hi Gourav,
This may help. It's a bit old, but may still work.
http://wiki.servicenow.com/index.php?title=Change_Form_Color_on_State_Change#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:54 AM
It can be done using javascript on field styles:
http://wiki.servicenow.com/index.php?title=Defining_Field_Styles#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 05:57 AM
Thanks Sergiu - FYI Gourav, field styles affect the list layout only. I understood this to be a request on the form, but I could have misinterpreted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 06:04 AM
Thanks a lot