- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 06:38 AM
Hi all,
I have been tasked with seeing if ServiceNow can change the colour/notify in the incident list when an update has been added to an incident from the customer? below is an example of an incident:
Can the list view background change colour for this incident when there is an unread update from the customer? or can there be a notification icon added before the number field once an update is received?
Thanks in advance.
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 11:02 AM - edited 09-03-2025 11:03 AM
why did you use “” here? Try below, it should work:
javascript:current.assigned_to.user_name!=current.sys_updated_by
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 11:18 AM
Follow below link to set color in list or form view,
Identify the condition on which you want to change the field color and create style condition using JavaScript and Client Script to display the color change in form view.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2025 10:35 PM
Did you get a chance to review this ?
If my response helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
