Highlight value - change a first field that show in the list view of service operation workspace

Dolev Peretz
Tera Contributor

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 viewin this image the background color of the field number has been change because has position of the field is not first in list viewin this image the same record but the field  number not change his background colorin this image the same record but the field number not change his background color

3 REPLIES 3

Olle Burman
Tera Contributor

Did you ever find a solution to this?

maheshkhatal
Mega Sage

It is not possible to do DOM Manipulations on Workspace as it is built using UI builder.

NoBert
Tera Contributor

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.