Highlight value - change a first field that show in the list view of service operation workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 03:35 AM
I want to change the background color in the list view of the field -"number" in the incident at the application-service operation workspace.
I want to modify the color of this field based on a specific condition.
It changes the color only if the field is not displayed first in the list view
How can I change the color and still keep the field with the number positioned first?
As you can see in the images, I adjusted the field's position, and it changes the color accordingly.
However, when it is the first field, there is no color change, as shown in the example image where the priority is colored because it is not positioned first.in this image the background color of the field number has been change because has position of the field is not first in list view
in this image the same record but the field number not change his background color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2024 06:24 AM
Did you ever find a solution to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 10:57 AM
It is not possible to do DOM Manipulations on Workspace as it is built using UI builder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 05:40 AM
Hi Dolev,
The first column in a list view is always used as a link to reference the related record. That's why it is show in "link" style instead. Highlighting doesn't work if your column is the first column.